Open
Description
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 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.