Searched defs:SamplingHeapProfilerTest (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler_unittest.cc | 31 class SamplingHeapProfilerTest : public ::testing::Test { class 97 TEST_F(SamplingHeapProfilerTest, SampleObserver) { in TEST_F() argument 110 TEST_F(SamplingHeapProfilerTest, SampleObserverMuted) { in TEST_F() argument 126 TEST_F(SamplingHeapProfilerTest, IntervalRandomizationSanity) { in TEST_F() argument 223 TEST_F(SamplingHeapProfilerTest, DISABLED_ParallelLargeSmallStats) { in TEST_F() argument 236 TEST_F(SamplingHeapProfilerTest, DISABLED_SequentialLargeSmallStats) { in TEST_F() argument 254 TEST_F(SamplingHeapProfilerTest, MAYBE_MANUAL_SamplerMicroBenchmark) { in TEST_F() argument 304 TEST_F(SamplingHeapProfilerTest, StartStop) { in TEST_F() argument 323 TEST_F(SamplingHeapProfilerTest, MAYBE_ConcurrentStartStop) { in TEST_F() argument 334 TEST_F(SamplingHeapProfilerTest, HookedAllocatorMuted) { in TEST_F() argument
|
H A D | poisson_allocation_sampler.h | 29 class SamplingHeapProfilerTest; variable 216 friend class SamplingHeapProfilerTest; variable
|
H A D | sampling_heap_profiler.h | 164 friend class SamplingHeapProfilerTest; variable
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A 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
|