Home
last modified time | relevance | path

Searched refs:cpu_accumulated_time (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/emulators/mess/mame-mame0226/3rdparty/benchmark/src/
H A Dcomplexity.cc184 Stat1_d(run.cpu_accumulated_time / run.iterations, run.iterations); in ComputeStats()
195 mean_data.cpu_accumulated_time = in ComputeStats()
214 stddev_data.cpu_accumulated_time = cpu_accumulated_time_stat.StdDev(); in ComputeStats()
240 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
261 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
274 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/emulators/mame/mame-mame0226/3rdparty/benchmark/src/
H A Dcomplexity.cc184 Stat1_d(run.cpu_accumulated_time / run.iterations, run.iterations); in ComputeStats()
195 mean_data.cpu_accumulated_time = in ComputeStats()
214 stddev_data.cpu_accumulated_time = cpu_accumulated_time_stat.StdDev(); in ComputeStats()
240 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
261 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
274 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/google/benchmark/src/
H A Dcomplexity.cc199 Stat1_d(run.cpu_accumulated_time / run.iterations); in PositionChangedEvent()
216 mean_data.cpu_accumulated_time =
241 stddev_data.cpu_accumulated_time = cpu_accumulated_time_stat.StdDev();
273 cpu_time.push_back(run.cpu_accumulated_time / run.iterations);
294 big_o.cpu_accumulated_time = result_cpu.coef;
312 rms.cpu_accumulated_time = result_cpu.rms / multiplier;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/benchmark/src/
H A Dcomplexity.cc169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
190 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
208 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc172 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
196 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
216 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
163 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
171 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
H A Dcomplexity.cc172 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
196 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
216 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
168 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
176 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/google-benchmark/src/
H A Dcomplexity.cc172 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
196 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
216 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
H A Dstatistics.cc126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
163 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
171 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
/dports/devel/llvm11/llvm-11.0.1.src/utils/benchmark/src/
H A Dcomplexity.cc169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
190 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
208 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
163 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
171 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
H A Dcomplexity.cc172 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
196 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
216 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/benchmark/src/
H A Dcomplexity.cc167 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
188 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
206 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/src/
H A Dstatistics.cc126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
166 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
174 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dstatistics.cc126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
166 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
174 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
/dports/devel/llvm90/llvm-9.0.1.src/utils/benchmark/src/
H A Dcomplexity.cc169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
190 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
208 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/benchmark/src/
H A Dcomplexity.cc169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
190 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
208 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/audio/mixxx/mixxx-2.3.0/lib/benchmark/src/
H A Dstatistics.cc126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
166 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
174 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc172 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
196 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
216 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
H A Dstatistics.cc126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
163 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
171 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
/dports/devel/llvm10/llvm-10.0.1.src/utils/benchmark/src/
H A Dcomplexity.cc169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
190 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
208 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/audio/giada/giada-0.17.1/src/deps/json/benchmarks/thirdparty/benchmark/src/
H A Dcomplexity.cc169 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
190 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
208 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/benchmark/src/
H A Dcomplexity.cc167 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
188 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
206 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc126 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
168 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
176 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()

123456789