aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-30 13:20:17 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-30 13:20:17 -0700
commitd2461e522a32d4fb97efa39b48a18a67603527c7 (patch)
treed3f6757df700717713eeabcca0798017129bdd86 /tools/profiling
parent9a212df417c26efa1d197a234f61c0c451bba8a1 (diff)
Add debug
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py
index 392c48ffe2..192338ca8e 100755
--- a/tools/profiling/microbenchmarks/bm_diff.py
+++ b/tools/profiling/microbenchmarks/bm_diff.py
@@ -69,7 +69,7 @@ counter = {
'pct_diff': 1,
}
-_INTERESTING = [
+_INTERESTING = {
'cpu_time': nanos,
'real_time': nanos,
'locks_per_iteration': counter,
@@ -77,7 +77,8 @@ _INTERESTING = [
'writes_per_iteration': counter,
'atm_cas_per_iteration': counter,
'atm_add_per_iteration': counter,
-]
+}
+
_AVAILABLE_BENCHMARK_TESTS = ['bm_fullstack_unary_ping_pong',
'bm_fullstack_streaming_ping_pong',