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

  /external/webrtc/webrtc/system_wrappers/source/
metrics_unittest.cc 25 void AddSample(const std::string& name, int sample) {
86 AddSample("Name1", kSample);
87 EXPECT_DEATH(AddSample("Name2", kSample), "");
  /external/webrtc/webrtc/test/
statistics.cc 19 void Statistics::AddSample(double sample) {
  /external/webrtc/webrtc/modules/video_coding/utility/
moving_average.h 23 void AddSample(T sample);
38 void MovingAverage<T>::AddSample(T sample) {
  /external/v8/test/unittests/
counters-unittest.cc 19 void AddSample(int value) { samples_.push_back(value); }
34 void AddSample(double current_ms, double current_value) {
35 aggregated_.AddSample(current_ms, current_value);
50 AddSample(10, 1000);
51 AddSample(20, 1000);
59 AddSample(10, 500);
60 AddSample(20, 1000);
68 AddSample(10, 500);
69 AddSample(15, 500);
70 AddSample(15, 1000)
    [all...]
  /system/extras/simpleperf/
sample_tree.cpp 33 SampleEntry* SampleTree::AddSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period,
  /external/v8/src/
counters.cc 25 void Histogram::AddSample(int sample) {
53 AddSample(static_cast<int>(sample));
counters.h 187 void AddSample(int sample);
322 void Stop() { AddSample(static_cast<int>(time_.InMicroseconds())); }
386 // Invariants that hold before and after AddSample if
395 void AddSample(double current_ms, double current_value);
409 void AggregatedMemoryHistogram<Histogram>::AddSample(double current_ms,
442 backing_histogram_->AddSample(static_cast<int>(sample_value + 0.5));
    [all...]
d8.cc 975 void Counter::AddSample(int32_t sample) {
1059 counter->AddSample(sample);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
thread.py 81 def AddSample(self, category, name, timestamp, args=None):
  /external/webrtc/webrtc/base/
rollingaccumulator.h 54 void AddSample(T sample) {
  /external/webrtc/webrtc/video/
overuse_frame_detector.cc 79 void AddSample(float processing_ms, int64_t diff_last_sample_ms) {
274 usage_->AddSample(elapsed_ms, diff_ms);

Completed in 307 milliseconds