Haxl/tests
Dylan Yudaken fdfb86379b profile more accurately (#119)
Summary:
Pull Request resolved: https://github.com/facebook/Haxl/pull/119

Currently profiling with labels does not track full stacks.
This is problematic in the case where all top level methods end up calling a common method with a label, as we have no way of attributing to the top level methods.
Eg if A/B/C all call X when running work then we cannot tell which work is expensive, as we have no connection from the work through X

Reviewed By: simonmar

Differential Revision: D20384255

fbshipit-source-id: f9aa0462904c17dee32d37a659b491e8d252d6db
2020-04-24 08:02:53 -07:00
..
AdoTests.hs get rid of num_rounds 2018-07-25 09:21:34 -07:00
AllTests.hs Add tracking of Fetch Stats for the same batch (#111) 2020-01-22 04:25:34 -08:00
BadDataSource.hs add backgroundFetchSeq and backgroundFetchPar (#116) 2020-03-03 09:40:29 -08:00
BatchTests.hs get rid of num_rounds 2018-07-25 09:21:34 -07:00
Bench.hs Switch to use BasicHashTable for Haxl DataCache 2020-01-10 14:37:38 -08:00
CoreTests.hs Add writes to IORef in Env 2019-04-10 09:48:57 -07:00
DataCacheTest.hs Switch to use BasicHashTable for Haxl DataCache 2020-01-10 14:37:38 -08:00
ExampleDataSource.hs Add writes to IORef in Env 2019-04-10 09:48:57 -07:00
FBMain.hs Haxl 2 2017-10-03 00:28:54 -07:00
FullyAsyncTest.hs Expose andThen to perform computations sequentially 2019-07-26 13:56:05 -07:00
LoadCache.hs Change license to plain BSD3 2017-12-08 04:33:35 -08:00
LoadCache.txt Add writes to IORef in Env 2019-04-10 09:48:57 -07:00
MemoizationTests.hs move minimum supported version to GHC 8.2 2020-01-10 01:32:54 -08:00
MockTAO.hs Remove FutureFetch from Haxl (#109) 2020-01-16 08:40:22 -08:00
MonadBench.hs clean up monadbench a bit (#118) 2020-04-24 08:02:52 -07:00
OutgoneFetchesTests.hs Improve outgoneFetchesTest 2019-07-26 13:56:05 -07:00
ParallelTests.hs Test that pOr has the right semantics in the presence of blocking 2020-03-31 08:20:24 -07:00
ProfileTests.hs profile more accurately (#119) 2020-04-24 08:02:53 -07:00
SleepDataSource.hs Add correctness tests for outgone-fetches logging (#99) 2019-05-09 06:46:56 -07:00
StatsTests.hs Add tracking of Fetch Stats for the same batch (#111) 2020-01-22 04:25:34 -08:00
TestBadDataSource.hs add backgroundFetchSeq and backgroundFetchPar (#116) 2020-03-03 09:40:29 -08:00
TestExampleDataSource.hs Print data fetch round details (#112) 2020-01-27 03:33:46 -08:00
TestMain.hs Change license to plain BSD3 2017-12-08 04:33:35 -08:00
TestTypes.hs Fix haxl core tests 2019-04-10 09:48:57 -07:00
TestUtils.hs Fix haxl core tests 2019-04-10 09:48:57 -07:00
WorkDataSource.hs Fix allocation counting when batching from child threads (#114) 2020-01-31 01:48:21 -08:00
WriteTests.hs move minimum supported version to GHC 8.2 2020-01-10 01:32:54 -08:00