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 for a benchmark that uses openmp, no time is attributed in timeline. Whereas a timeline style view from vtune shows high utilization for the worker threads.
src/conv-core/conv-taskQ.{h,C} has tracing code in it, so I'm not sure why that wouldn't show up in Projections. Can you see if the tracing output files for each PE has events with the following numbers in them?
Original author: Joseph Hutter Original date: 2018-06-08 16:41:23
Joseph Hutter wrote:
in the sts file:
EVENT 145 taskq create work
EVENT 147 taskq work
EVENT 149 taskq steal
EVENT 151 taskq from queue steal
END
but theres nothing per PE, this only shows up in the sts file
Original author: Joseph Hutter
Original issue: https://charm.cs.illinois.edu/redmine/issues/1928
Projections does not monitor time spent on stolen tasks. See CPU time analysis on VTune vs Projections.
The text was updated successfully, but these errors were encountered: