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

  /external/chromium_org/v8/src/
counters.cc 48 void Histogram::AddSample(int sample) {
78 AddSample(milliseconds);
runtime-profiler.cc 218 void RuntimeProfiler::AddSample(JSFunction* function, int weight) {
383 AddSample(samples[i], kSamplerFrameWeight[i]);
d8.cc 665 void Counter::AddSample(int32_t sample) {
749 counter->AddSample(sample);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
rollingaccumulator.h 62 void AddSample(T sample) {
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
thread.py 76 def AddSample(self, category, name, timestamp, args=None):
  /external/chromium_org/ui/gfx/
color_analysis_unittest.cc 103 void AddSample(int sample) {
166 test_sampler.AddSample(0);
182 test_sampler.AddSample(0);
183 test_sampler.AddSample(1);
184 test_sampler.AddSample(2);
200 test_sampler.AddSample(0);
201 test_sampler.AddSample(1);
202 test_sampler.AddSample(2);
  /external/v8/src/
runtime-profiler.cc 225 void RuntimeProfiler::AddSample(JSFunction* function, int weight) {
352 AddSample(samples[i], kSamplerFrameWeight[i]);
d8.cc 636 void Counter::AddSample(int32_t sample) {
720 counter->AddSample(sample);
    [all...]

Completed in 165 milliseconds