Skip to content

Commit 2d46914

Browse files
authored
Fix typo in region.count metric (LLNL#569)
1 parent 16735f7 commit 2d46914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caliper/controllers/controllers.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const char* builtin_option_specs = R"json(
326326
"min(sum#rc.count) as \"Calls/rank (min)\" unit count",
327327
"avg(sum#rc.count) as \"Calls/rank (avg)\" unit count",
328328
"max(sum#rc.count) as \"Calls/rank (max)\" unit count",
329-
"sum(sum#rc.count) as \"Calls/rank (total)\" unit count"
329+
"sum(sum#rc.count) as \"Calls (total)\" unit count"
330330
]
331331
}
332332
]

0 commit comments

Comments
 (0)