We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fe0dd commit 67834beCopy full SHA for 67834be
1 file changed
ompi/runtime/ompi_spc.c
@@ -228,7 +228,7 @@ static uint32_t ompi_spc_bin_event[OMPI_SPC_NUM_COUNTERS / sizeof(uint32_t)] = {
228
/* A bitmap to denote whether an event is collective bin-based (1) or not (0) */
229
static uint32_t ompi_spc_collective_bin_event[OMPI_SPC_NUM_COUNTERS / sizeof(uint32_t)] = { 0 };
230
231
-/* An array of event structures to store the event data (name and value) */
+/* A contiguous data structure for storing the counter values, rules, and bins */
232
void *ompi_spc_events = NULL;
233
/* An array of offset structures for indexing into the ompi_spc_events data */
234
static ompi_spc_offset_t ompi_spc_offsets[OMPI_SPC_NUM_COUNTERS] = {-1};
0 commit comments