sst-core
sst-core copied to clipboard
Naming an instance of a call to outputStatistics()
This is more of a cry for help than a bug or anything. I currently have an element that sometimes calls performGlobalStatisticsOutput()
and I have the config script setup to have the output be a csv file. I would like each instance of this call to be tagged with a help name like "reading_input" or "matrix_multiplication" or "memcpy." Is there a way to do this within the current SST statistics infrastructure? If not, what should I be extending to do this?
Thanks.