aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-21 10:24:00 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-21 10:24:00 -0800
commit7f4d30a0321a042d4f8512815c1029cbaad6fac8 (patch)
treeb57bd7f130565b98224eb0dc4f793de162979186 /tools/profiling
parent3d826b9e0acf79466726c5ef188975cb3cec45e0 (diff)
Separate CAS/ADD RMWs
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/microbenchmarks/bm2bq.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/bm2bq.py b/tools/profiling/microbenchmarks/bm2bq.py
index 62a2f699c7..8ead4b4455 100755
--- a/tools/profiling/microbenchmarks/bm2bq.py
+++ b/tools/profiling/microbenchmarks/bm2bq.py
@@ -66,7 +66,8 @@ columns = [
('cli_stream_stalls_per_iteration', 'float'),
('svr_transport_stalls_per_iteration', 'float'),
('svr_stream_stalls_per_iteration', 'float'),
- ('atm_rmw_per_iteration', 'float')
+ ('atm_cas_per_iteration', 'float')
+ ('atm_add_per_iteration', 'float')
]
if sys.argv[1] == '--schema':