基准:一个微基准支持库 源码
基准 一个用于对代码段进行基准测试的库,类似于单元测试。 例子: # include < benchmark> static void BM_SomeFunction (benchmark::State& state) { // Perform setup here for ( auto _ : state) { // This code gets timed SomeFunction (); } } // Register the function as a benchmark BENCHMARK (BM_SomeFunction); // Run the b
文件列表
基准:一个微基准支持库
(预估有个149文件)
BUILD.bazel
327B
user_counters_test.cc
24KB
BUILD
2KB
complexity_test.cc
8KB
output_test_helper.cc
17KB
reporter_output_test.cc
41KB
user_counters_tabular_test.cc
14KB
user_counters_thousands_test.cc
9KB
pybind11.BUILD
474B
BUILD
68B
暂无评论