Home
last modified time | relevance | path

Searched defs:AddSample (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/test/
Dstatistics.cc19 void Statistics::AddSample(double sample) { in AddSample() function in webrtc::test::Statistics
/external/webrtc/webrtc/modules/video_coding/utility/
Dmoving_average.h38 void MovingAverage<T>::AddSample(T sample) { in AddSample() function
/external/webrtc/webrtc/system_wrappers/source/
Dmetrics_unittest.cc25 void AddSample(const std::string& name, int sample) { in AddSample() function
/external/webrtc/webrtc/base/
Drollingaccumulator.h54 void AddSample(T sample) { in AddSample() function
/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc79 void AddSample(float processing_ms, int64_t diff_last_sample_ms) { in AddSample() function in webrtc::OveruseFrameDetector::SendProcessingUsage
/external/v8/src/
Dcounters.cc28 void Histogram::AddSample(int sample) { in AddSample() function in v8::internal::Histogram
Dcounters.h418 void AggregatedMemoryHistogram<Histogram>::AddSample(double current_ms, in AddSample() function
Dd8.cc1323 void Counter::AddSample(int32_t sample) { in AddSample() function in v8::Counter
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc279 void AddSample(const CodeNode* leaf, std::vector<uint64>* call_ids) override { in AddSample() function in tensorflow::tfprof::__anon1c1cedaa0111::PprofProfileImpl