-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a detailed flag to the lab start_tracing.bat
When doing lab tracing it is useful to have two different tracing modes. In one mode a very lightweight trace is recorded in order to get CPU and GPU usage, and little else. This mode has minimal effect on performance. The second mode is a detailed mode that records call stacks on CPU samples and context switches. This distorts results but gives an ETL file that can be used to investigate regressions. If 'detailed' is passed to start_tracing.bat it starts a detailed trace. Stopping and summarizing the trace is unchanged. The trace files created will be larger - perhaps 5-10x larger?
- Loading branch information
1 parent
8b3f9bd
commit 6cc4926
Showing
2 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters