Commit add9d9e
Brian Vaughn
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.1 parent 8af27ae commit add9d9e
10 files changed
Lines changed: 858 additions & 1725 deletions
File tree
- packages
- react-devtools-scheduling-profiler/src
- import-worker
- __tests__
- __snapshots__
- react-reconciler/src
- __tests__
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
0 commit comments