mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Profile time spent saving the screenshot image
This commit is contained in:
parent
47c2858647
commit
9b23cf537e
5 changed files with 18 additions and 12 deletions
|
@ -97,6 +97,7 @@ impl Formattable for ProfilerCategory {
|
|||
ProfilerCategory::PaintingPrepBuff => "Buffer Prep",
|
||||
ProfilerCategory::Painting => "Painting",
|
||||
ProfilerCategory::ImageDecoding => "Image Decoding",
|
||||
ProfilerCategory::ImageSaving => "Image Saving",
|
||||
ProfilerCategory::ScriptAttachLayout => "Script Attach Layout",
|
||||
ProfilerCategory::ScriptConstellationMsg => "Script Constellation Msg",
|
||||
ProfilerCategory::ScriptDevtoolsMsg => "Script Devtools Msg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue