1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/DevTools/ProfileViewer
Andreas Kling e7f8c8a342 ProfileViewer: Parse the JSON input directly to Profile::Event
We were going from "new JSON format" => "old JSON format" => Event.
This made loading longer profiles unnecessarily slow. It's still pretty
slow, and we should... profile it! :^)
2020-03-02 23:05:04 +01:00
..
main.cpp LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Profile.cpp ProfileViewer: Parse the JSON input directly to Profile::Event 2020-03-02 23:05:04 +01:00
Profile.h ProfileViewer: Parse the JSON input directly to Profile::Event 2020-03-02 23:05:04 +01:00
ProfileModel.cpp ProfileViewer: Rename Profile::Sample => Profile::Event 2020-03-02 23:05:04 +01:00
ProfileModel.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProfileTimelineWidget.cpp ProfileViewer: Rename Profile::Sample => Profile::Event 2020-03-02 23:05:04 +01:00
ProfileTimelineWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00