We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e785cfe commit 23fc902Copy full SHA for 23fc902
1 file changed
src/caliper/controllers/controllers.cpp
@@ -84,6 +84,12 @@ const char* event_trace_spec = R"json(
84
"type": "bool",
85
"services": [ "roctracer" ],
86
"config": { "CALI_ROCTRACER_SNAPSHOT_TIMESTAMPS": "true" }
87
+ },{
88
+ "name": "rocm.counters",
89
+ "description": "Record ROCm counters through rocprofiler-sdk",
90
+ "type": "string",
91
+ "services": [ "rocprofiler" ],
92
+ "config": { "CALI_ROCPROFILER_COUNTERS": "{}" }
93
},{
94
"name": "umpire.allocators",
95
"description": "Umpire per-allocator allocation statistics",
0 commit comments