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
It would be really useful to be able to pass a vector<double> to the traceUserBracketedEvent function to record various numbers during runtime. These could, for example, be PAPI counters. It might make sense to ASSERT the size of all vectors for a specific event number are the same, but it could be considered a feature to let them be different.
This feature would be even more useful if analysis of the numerical values stored was possible, say average, outlier, max, min, etc.
The text was updated successfully, but these errors were encountered:
Original author: Nils Deppe (@nilsdeppe)
Original issue: https://charm.cs.illinois.edu/redmine/issues/1525
It would be really useful to be able to pass a
vector<double>
to thetraceUserBracketedEvent
function to record various numbers during runtime. These could, for example, be PAPI counters. It might make sense to ASSERT the size of all vectors for a specific event number are the same, but it could be considered a feature to let them be different.This feature would be even more useful if analysis of the numerical values stored was possible, say average, outlier, max, min, etc.
The text was updated successfully, but these errors were encountered: