Searched defs:SamplingHeapProfilerTest (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/base/sampling_heap_profiler/ |
| D | sampling_heap_profiler_unittest.cc | 28 class SamplingHeapProfilerTest : public ::testing::Test { class 94 TEST_F(SamplingHeapProfilerTest, SampleObserver) { in TEST_F() argument 107 TEST_F(SamplingHeapProfilerTest, SampleObserverMuted) { in TEST_F() argument 123 TEST_F(SamplingHeapProfilerTest, IntervalRandomizationSanity) { in TEST_F() argument 220 TEST_F(SamplingHeapProfilerTest, DISABLED_ParallelLargeSmallStats) { in TEST_F() argument 233 TEST_F(SamplingHeapProfilerTest, DISABLED_SequentialLargeSmallStats) { in TEST_F() argument 251 TEST_F(SamplingHeapProfilerTest, MAYBE_MANUAL_SamplerMicroBenchmark) { in TEST_F() argument 299 TEST_F(SamplingHeapProfilerTest, StartStop) { in TEST_F() argument 318 TEST_F(SamplingHeapProfilerTest, MAYBE_ConcurrentStartStop) { in TEST_F() argument 329 TEST_F(SamplingHeapProfilerTest, HookedAllocatorMuted) { in TEST_F() argument
|
| D | poisson_allocation_sampler.h | 27 class SamplingHeapProfilerTest; variable 214 friend class SamplingHeapProfilerTest; variable
|
| D | sampling_heap_profiler.h | 164 friend class SamplingHeapProfilerTest; variable
|
| /external/libchrome/base/sampling_heap_profiler/ |
| D | sampling_heap_profiler_unittest.cc | 19 class SamplingHeapProfilerTest : public ::testing::Test { class 49 TEST_F(SamplingHeapProfilerTest, CollectSamples) { in TEST_F() argument 141 TEST_F(SamplingHeapProfilerTest, DISABLED_ParallelLargeSmallStats) { in TEST_F() argument 154 TEST_F(SamplingHeapProfilerTest, DISABLED_SequentialLargeSmallStats) { in TEST_F() argument
|