UO-OACISS / tau2

TAU Performance System Public Mirror (Updated every night at midnight, USA Pacific Time)
http://tau.uoregon.edu
Other
36 stars 15 forks source link

Phiprof workunit support #9

Open lkotipal opened 1 year ago

lkotipal commented 1 year ago

Phiprof has a feature for using workunits (for example cells propagated) along with timers to output statistics such as cells propagated per second. Right now Tau discards workunits on calls to phiprof::stop(). Is it possible to collect workunits as a metric for analysis in ParaProf and PerfExplorer?

khuck commented 1 year ago

Yes, I think that should be doable. I'll look into it and see how we can support that...