This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Commit 83c3a61
authored
Only emit image painting events in debug & profile modes. (#118872)
* Only emit image painting events in debug & profile modes.
These events were being emitted in release mode, which was showing up in the
profiler for my app as taking up a noticeable amount of build time (still
well within the frame budget, but this code was near the top of the list).
* Review comment1 parent 426cdd9 commit 83c3a61
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| |||
0 commit comments