-
-
Notifications
You must be signed in to change notification settings - Fork 965
Description
Context
I am trying to compare performance between two traces to find causes for a slowdown on GPU executions. One trace contains large parent zones with multiple children zones, the second trace has each of the parents zones split into two smaller parent zones with half the children zones in each. I am trying to compare performance of each child zone between these two traces.
Problem
Because the zone info is sorted by time, and the zones in each trace have different children zones and children zones can have different runtimes between the traces, the process of matching up runtimes of the children zones to find slowdowns is very tedious.
Proposed Solution
The statistics view already allows for sorting based on all columns (including name), add the same functionality to the zone info window. Will make it much easier to find runtimes of specific child zones.