HomeSort by relevance Sort by last modified time
    Searched refs:GetSamplePeriod (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.cc 72 int Sampler::GetSamplePeriod() {
sampler.h 121 int GetSamplePeriod();
thread_cache.cc 312 int ThreadCache::GetSamplePeriod() {
313 return sampler_.GetSamplePeriod();
thread_cache.h 92 int GetSamplePeriod();
tcmalloc.cc 644 *sample_period = ThreadCache::GetCache()->GetSamplePeriod();
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.cc 72 int Sampler::GetSamplePeriod() {
sampler.h 121 int GetSamplePeriod();
thread_cache.cc 306 int ThreadCache::GetSamplePeriod() {
307 return sampler_.GetSamplePeriod();
thread_cache.h 98 int GetSamplePeriod();
tcmalloc.cc 616 *sample_period = ThreadCache::GetCache()->GetSamplePeriod();
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 117 // Tests that GetSamplePeriod returns the expected value
123 sample_period = sampler.GetSamplePeriod();
270 int sample_period = sampler.GetSamplePeriod();
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 117 // Tests that GetSamplePeriod returns the expected value
123 sample_period = sampler.GetSamplePeriod();
270 int sample_period = sampler.GetSamplePeriod();

Completed in 523 milliseconds