Home
last modified time | relevance | path

Searched defs:add_sample (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py104 def add_sample(self, track, data, new): member in Benchmark
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py105 def add_sample(self, track, data, new): member in Benchmark
/external/adhd/cras/src/server/rust/src/
Drate_estimator.rs47 fn add_sample(&mut self, x: f64, y: f64) { in add_sample() method
/external/libchrome/base/files/
Dimportant_file_writer.cc59 SampleType add_sample, in UmaHistogramExactLinearWithSuffix()