mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Implement client-side logic for WebGPU id recycling
This commit is contained in:
parent
94063d67a8
commit
39f336b527
10 changed files with 118 additions and 19 deletions
|
@ -109,6 +109,7 @@ pub enum ProfilerCategory {
|
|||
ScriptPerformanceEvent = 0x7b,
|
||||
ScriptHistoryEvent = 0x7c,
|
||||
ScriptPortMessage = 0x7d,
|
||||
ScriptWebGPUMsg = 0x7e,
|
||||
TimeToFirstPaint = 0x80,
|
||||
TimeToFirstContentfulPaint = 0x81,
|
||||
TimeToInteractive = 0x82,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue