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 happens because hpcprof doesn't generate exclusive costs for the
root.
The solution is the viewer has to copy the costs from the inclusive one.
However, this causes another problem: the original hpcprof doesn't
provide information of metric partner. At the moment the viewer only
assumes that if two metrics have the same name, they must be partnered.
Fixed in commit a6670c1
The problem is because hpcprof doesn't generate the root's exclusive costs in metric-db. Worse, the metric has no partner information so the viewer has to "guess" which metric is the partner, and grab the partner's value.
Describe the bug
The exclusive cost of thread view is empty
Screenshots
The text was updated successfully, but these errors were encountered: