Scenario: 1. Started Xperf.
- App is started. There are ETW events (E1, E2) in App.
- While running App, ETW(E1,E2) events are raised, the (T1,T2) are timestamps corresponding to (E1, E2) events.
- Stop Xperf. ETL file is generated.
- The (T1,T2) timestamps are obtained from ETL file.
Query: How to get the CPU cycle consumed by App between timestamps (T1,T2) using xperf?