Home
last modified time | relevance | path

Searched refs:cpu_accumulated_time (Results 51 – 75 of 204) sorted by relevance

123456789

/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dcomplexity.cc175 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
204 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
226 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/audio/mixxx/mixxx-2.3.0/lib/benchmark/src/
H A Dcomplexity.cc175 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
204 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
226 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc173 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
204 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
228 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dcomplexity.cc175 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
204 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
226 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc173 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
204 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
228 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/googlebenchmark/src/
H A Dcomplexity.cc175 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
204 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
226 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/google-benchmark/src/
H A Dcomplexity.cc174 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
205 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
229 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc173 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
204 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
228 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/devel/benchmark/benchmark-1.6.0/src/
H A Dstatistics.cc135 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
178 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
187 data.cpu_accumulated_time *= iteration_rescale_factor; in ComputeStats()
H A Dcomplexity.cc174 cpu_time.push_back(run.cpu_accumulated_time / run.iterations); in ComputeBigO()
206 big_o.cpu_accumulated_time = result_cpu.coef; in ComputeBigO()
231 rms.cpu_accumulated_time = result_cpu.rms / multiplier; in ComputeBigO()
/dports/emulators/mess/mame-mame0226/3rdparty/benchmark/include/benchmark/
H A Dreporter.h49 cpu_accumulated_time(0), in Run()
66 double cpu_accumulated_time; member
/dports/emulators/mame/mame-mame0226/3rdparty/benchmark/include/benchmark/
H A Dreporter.h49 cpu_accumulated_time(0), in Run()
66 double cpu_accumulated_time; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/devel/llvm11/llvm-11.0.1.src/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/devel/llvm90/llvm-9.0.1.src/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/devel/llvm10/llvm-10.0.1.src/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/audio/giada/giada-0.17.1/src/deps/json/benchmarks/thirdparty/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/misc/py-onnx/onnx-1.10.2/third_party/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/benchmark/src/
H A Dstatistics.cc131 cpu_accumulated_time_stat.emplace_back(run.cpu_accumulated_time); in ComputeStats()
159 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()

123456789