You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: