HomeSort by relevance Sort by last modified time
    Searched refs:AddSample (Results 1 - 25 of 29) sorted by null

1 2

  /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...]
  /external/webrtc/webrtc/test/
statistics.h 22 void AddSample(double sample);
statistics.cc 19 void Statistics::AddSample(double sample) {
  /system/extras/simpleperf/
sample_tree_test.cpp 103 sample_tree->AddSample(1, 1, 1, 0, 0, false);
104 sample_tree->AddSample(1, 1, 2, 0, 0, false);
105 sample_tree->AddSample(1, 1, 5, 0, 0, false);
113 sample_tree->AddSample(1, 1, 1, 0, 0, false);
114 sample_tree->AddSample(2, 2, 1, 0, 0, false);
122 sample_tree->AddSample(1, 1, 1, 0, 0, false);
123 sample_tree->AddSample(1, 11, 1, 0, 0, false);
131 sample_tree->AddSample(1, 1, 1, 0, 0, false);
133 sample_tree->AddSample(1, 1, 1, 0, 0, false);
141 sample_tree->AddSample(1, 1, 1, 0, 0, false)
    [all...]
sample_tree.h 93 SampleEntry* AddSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period,
sample_tree.cpp 33 SampleEntry* SampleTree::AddSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period,
cmd_report.cpp 554 SampleEntry* sample = sample_tree_->AddSample(r.tid_data.pid, r.tid_data.tid, r.ip_data.ip,
  /external/webrtc/webrtc/base/
rollingaccumulator_unittest.cc 35 accum.AddSample(i);
50 accum.AddSample(i);
66 accum.AddSample(100);
77 accum.AddSample(i);
90 accum.AddSample(5 * i);
109 accum.AddSample(i);
bandwidthsmoother.cc 41 accumulator_.AddSample(bandwidth);
rollingaccumulator.h 54 void AddSample(T sample) {
  /external/webrtc/webrtc/modules/video_coding/utility/
moving_average.h 23 void AddSample(T sample);
38 void MovingAverage<T>::AddSample(T sample) {
quality_scaler.cc 54 framedrop_percent_.AddSample(0);
55 average_qp_.AddSample(qp);
59 framedrop_percent_.AddSample(100);
  /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/video/
video_quality_test.cc 184 encoded_frame_size_.AddSample(frame.length_);
372 encode_frame_rate_.AddSample(stats.encode_frame_rate);
373 encode_time_ms.AddSample(stats.avg_encode_time_ms);
374 encode_usage_percent.AddSample(stats.encode_usage_percent);
375 media_bitrate_bps.AddSample(stats.media_bitrate_bps);
490 psnr_.AddSample(psnr);
491 ssim_.AddSample(ssim);
498 rendered_delta_.AddSample(comparison.render_time_ms - last_render_time_);
501 sender_time_.AddSample(comparison.send_time_ms - input_time_ms);
502 receiver_time_.AddSample(comparison.render_time_ms
    [all...]
overuse_frame_detector.cc 79 void AddSample(float processing_ms, int64_t diff_last_sample_ms) {
274 usage_->AddSample(elapsed_ms, diff_ms);
  /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.h 34 void AddSample(int32_t sample);
d8.cc 975 void Counter::AddSample(int32_t sample) {
1059 counter->AddSample(sample);
    [all...]
  /external/v8/src/heap/
gc-tracer.cc 181 heap_->isolate()->counters()->aggregated_memory_heap_committed()->AddSample(
183 heap_->isolate()->counters()->aggregated_memory_heap_used()->AddSample(
213 heap_->isolate()->counters()->aggregated_memory_heap_committed()->AddSample(
215 heap_->isolate()->counters()->aggregated_memory_heap_used()->AddSample(
    [all...]
heap.cc 685 isolate_->counters()->codegen_fraction_crankshaft()->AddSample(
692 isolate_->counters()->external_fragmentation_total()->AddSample(
695 isolate_->counters()->heap_fraction_new_space()->AddSample(static_cast<int>(
697 isolate_->counters()->heap_fraction_old_space()->AddSample(static_cast<int>(
699 isolate_->counters()->heap_fraction_code_space()->AddSample(
702 isolate_->counters()->heap_fraction_map_space()->AddSample(static_cast<int>(
704 isolate_->counters()->heap_fraction_lo_space()->AddSample(static_cast<int>(
707 isolate_->counters()->heap_sample_total_committed()->AddSample(
709 isolate_->counters()->heap_sample_total_used()->AddSample(
711 isolate_->counters()->heap_sample_map_space_committed()->AddSample(
    [all...]
  /external/webrtc/talk/media/base/
videocapturer.cc 711 adapt_frame_drops_data_.AddSample(adapt_frame_drops_);
712 frame_time_data_.AddSample(time_now - previous_frame_time_);
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
thread.py 81 def AddSample(self, category, name, timestamp, args=None):
trace_event_importer.py 185 thread.AddSample(event['cat'],
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc 298 fps_counter_.AddSample(now - _lastUpdateT);

Completed in 441 milliseconds

1 2