We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f3161 commit 497a8a1Copy full SHA for 497a8a1
src/services/umpire/UmpireStatistics.cpp
@@ -176,12 +176,12 @@ class UmpireService
176
}
177
};
178
179
-const char UmpireService::s_spec = R"json(
+const char* UmpireService::s_spec = R"json(
180
{ "name": "umpire",
181
"description": "Record Umpire memory manager statistics",
182
"config": [
183
{ "name": "per_allocator_statistics",
184
- "description": Include statistics for each Umpire allocator",
+ "description": "Include statistics for each Umpire allocator",
185
"type": "bool",
186
"value": "true"
187
@@ -196,4 +196,4 @@ namespace cali
196
197
CaliperService umpire_service = { ::UmpireService::s_spec, ::UmpireService::umpire_register };
198
199
-}
+}
0 commit comments