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
Exporting start_time in InstructionEvent to Inspector (#10295)
Summary:
ETDump profiled data does not include start_time information when Inspector analyzes Events. Although InstructionEvent's ProfileEvent member contains start_time and end_time information, they are used to only elpased_time which is exposed to Inspect. However, without the information, we are unable to visualize the time-series view of operator executions. This diff is to expose the start_time to Inspector so that it can access the start_time information.
#### A resulting visualization example with start_time
{F1977252760}
Differential Revision: D72740782
0 commit comments