Searched refs:add_sample (Results 1 – 7 of 7) sorted by relevance
/external/adhd/cras/src/server/rust/src/ |
D | rate_estimator.rs | 47 fn add_sample(&mut self, x: f64, y: f64) { in add_sample() method 174 self.lsq.add_sample(secs, self.window_frames as f64); in update_estimated_rate()
|
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_diff.py | 104 def add_sample(self, track, data, new): member in Benchmark 191 benchmarks[name].add_sample(track, row, True) 196 benchmarks[name].add_sample(track, row, False)
|
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_diff.py | 105 def add_sample(self, track, data, new): member in Benchmark 190 benchmarks[name].add_sample(track, row, True) 195 benchmarks[name].add_sample(track, row, False)
|
/external/libchrome/base/files/ |
D | important_file_writer.cc | 59 SampleType add_sample, in UmaHistogramExactLinearWithSuffix() argument 70 UmaHistogramExactLinear(histogram_full_name, static_cast<int>(add_sample), in UmaHistogramExactLinearWithSuffix()
|
/external/perfetto/tools/protoprofile/ |
D | main.cc | 215 auto* sample = profile->add_sample(); in Compute()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | py_client.cc | 300 auto* sample = builder.profile().add_sample(); in HeapProfile()
|
/external/perfetto/tools/trace_to_text/ |
D | pprof_builder.cc | 461 auto* gsample = result_->add_sample(); in AddSample()
|