Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Lane labels to scheduling profiler marks
This commit changes scheduling profiler marks from a format like '--schedule-render-1' to '--schedule-render-1-Sync' (where 1 is the numeric value of the Sync lane). This will enable the profiler itself to show more meaningful labels for updates and render work. The commit also refactors and adds additional tests for the sceduling profiler package.
- Loading branch information