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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_oracle.cc 31 sampler_(capture_period_,
44 should_sample = sampler_.AddEventAndConsiderSampling(event_time);
46 should_sample = sampler_.IsOverdueForSamplingAt(event_time);
52 sampler_.RecordSample();
video_capture_oracle.h 102 SmoothEventSampler sampler_; member in class:content::VideoCaptureOracle
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.h 132 CpuSampler sampler_; member in class:talk_base::CpuMonitor
cpumonitor.cc 394 if (!monitor_thread_ || !sampler_.Init()) return false;
412 int max_cpus = sampler_.GetMaxCpus();
413 int current_cpus = sampler_.GetCurrentCpus();
414 float process_load = sampler_.GetProcessLoad();
415 float system_load = sampler_.GetSystemLoad();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 323 Sampler sampler_; // A sampler member in class:tcmalloc::ThreadCache
355 return sampler_.SampleAllocation(k);
thread_cache.cc 143 sampler_.Init(sampler_seed);
313 return sampler_.GetSamplePeriod();
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 300 Sampler sampler_; // A sampler member in class:tcmalloc::ThreadCache
332 return sampler_.SampleAllocation(k);
thread_cache.cc 140 sampler_.Init(sampler_seed);
307 return sampler_.GetSamplePeriod();

Completed in 1900 milliseconds