Home
last modified time | relevance | path

Searched refs:SuppressRandomnessForTest (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler_unittest.cc53 profiler->SuppressRandomnessForTest(true); in TEST_F()
103 profiler->SuppressRandomnessForTest(false); in CheckAllocationPattern()
Dsampling_heap_profiler.h76 void SuppressRandomnessForTest(bool suppress);
Dsampling_heap_profiler.cc438 void SamplingHeapProfiler::SuppressRandomnessForTest(bool suppress) { in SuppressRandomnessForTest() function in base::SamplingHeapProfiler