aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/microbenchmarks/bm_diff/bm_constants.py
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-10-30 16:28:56 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-30 16:28:56 -0700
commit268685bcbd1a3af4239f4cd0f623b5f6d033b524 (patch)
tree361f6a43eb4ab9d040929ab4327e16bee0cbfa88 /tools/profiling/microbenchmarks/bm_diff/bm_constants.py
parentf8a6c8297c6e9e9024ff169291fb0485862c190f (diff)
parent94a52266c9570b5658764e16832f8eef246641f1 (diff)
Merge branch 'master' into testc++ize
Diffstat (limited to 'tools/profiling/microbenchmarks/bm_diff/bm_constants.py')
-rw-r--r--tools/profiling/microbenchmarks/bm_diff/bm_constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff/bm_constants.py b/tools/profiling/microbenchmarks/bm_diff/bm_constants.py
index f8989b17fc..0ec17fa17e 100644
--- a/tools/profiling/microbenchmarks/bm_diff/bm_constants.py
+++ b/tools/profiling/microbenchmarks/bm_diff/bm_constants.py
@@ -23,7 +23,7 @@ _AVAILABLE_BENCHMARK_TESTS = [
'bm_metadata', 'bm_fullstack_trickle'
]
-_INTERESTING = ('cpu_time', 'real_time', 'locks_per_iteration',
+_INTERESTING = ('cpu_time', 'real_time', 'call_initial_size-median', 'locks_per_iteration',
'allocs_per_iteration', 'writes_per_iteration',
'atm_cas_per_iteration', 'atm_add_per_iteration',
'nows_per_iteration', 'cli_transport_stalls_per_iteration',