Skip to content

Commit

Permalink
Fix typo in region.count metric
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme committed Jul 5, 2024
1 parent 16735f7 commit 16c70c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caliper/controllers/controllers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const char* builtin_option_specs = R"json(
"min(sum#rc.count) as \"Calls/rank (min)\" unit count",
"avg(sum#rc.count) as \"Calls/rank (avg)\" unit count",
"max(sum#rc.count) as \"Calls/rank (max)\" unit count",
"sum(sum#rc.count) as \"Calls/rank (total)\" unit count"
"sum(sum#rc.count) as \"Calls (total)\" unit count"
]
}
]
Expand Down

0 comments on commit 16c70c7

Please sign in to comment.