Searched refs:run_benchmark (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 494 static int run_benchmark(int async_jobs, int (*loop_function) (void *), 1123 static int run_benchmark(int async_jobs, in run_benchmark() function 1885 count = run_benchmark(async_jobs, EVP_Digest_MD2_loop, loopargs); in speed_main() 1898 count = run_benchmark(async_jobs, EVP_Digest_MDC2_loop, loopargs); in speed_main() 1911 count = run_benchmark(async_jobs, EVP_Digest_MD4_loop, loopargs); in speed_main() 1924 count = run_benchmark(async_jobs, MD5_loop, loopargs); in speed_main() 1937 count = run_benchmark(async_jobs, SHA1_loop, loopargs); in speed_main() 1950 count = run_benchmark(async_jobs, SHA256_loop, loopargs); in speed_main() 1963 count = run_benchmark(async_jobs, SHA512_loop, loopargs); in speed_main() 1976 count = run_benchmark(async_job in speed_main() [all...] |
/third_party/openssl/apps/ |
H A D | speed.c | 494 static int run_benchmark(int async_jobs, int (*loop_function) (void *), 1109 static int run_benchmark(int async_jobs, in run_benchmark() function 1871 count = run_benchmark(async_jobs, EVP_Digest_MD2_loop, loopargs); in speed_main() 1884 count = run_benchmark(async_jobs, EVP_Digest_MDC2_loop, loopargs); in speed_main() 1897 count = run_benchmark(async_jobs, EVP_Digest_MD4_loop, loopargs); in speed_main() 1910 count = run_benchmark(async_jobs, MD5_loop, loopargs); in speed_main() 1923 count = run_benchmark(async_jobs, SHA1_loop, loopargs); in speed_main() 1936 count = run_benchmark(async_jobs, SHA256_loop, loopargs); in speed_main() 1949 count = run_benchmark(async_jobs, SHA512_loop, loopargs); in speed_main() 1962 count = run_benchmark(async_job in speed_main() [all...] |
/third_party/protobuf/benchmarks/python/ |
H A D | py_benchmark.py | 60 benchmark_util.run_benchmark(setup_method_args='"%s"' % (filename)) 63 benchmark_util.run_benchmark(setup_method_args='"%s"' % (filename)) 132 def run_benchmark(self, test_method_args='', setup_method_args=''): member in Benchmark
|
/third_party/benchmark/tools/gbench/ |
H A D | util.py | 160 def run_benchmark(exe_name, benchmark_flags): function 202 return run_benchmark(filename, benchmark_flags)
|
/third_party/node/deps/v8/tools/ |
H A D | generate-runtime-call-stats.py | 6 # Runs chromium/src/run_benchmark for a given story and extracts the generated 56 help="device to run the test on. Passed directly to run_benchmark") 84 help=("Passed directly to --browser option of run_benchmark. Ignored if " 93 "release' to run_benchmark")) 160 def run_benchmark(story, function 184 os.path.join(chromium_dir, "tools", "perf", "run_benchmark"), 381 # run_benchmark now dumps two files: a .pb.gz file and a .pb_converted.json 433 run_benchmark(
|
/third_party/skia/tools/skpbench/ |
H A D | skpbench.cpp | 344 static void run_benchmark(GrDirectContext* context, SkSurface* surface, SkpProducer* skpp, in run_benchmark() function in ExitErr 627 run_benchmark(ctx, surface.get(), s.get(), &samples); in main() 629 run_benchmark(ctx, surface.get(), mskp.get(), &samples); in main()
|
Completed in 10 milliseconds