1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 17:51:08 +00:00
serenity/DevTools/ProfileViewer
Andreas Kling 028c011760 LibCore: Make Core::Object::add<ChildType> return a ChildType&
Since the returned object is now owned by the callee object, we can
simply vend a ChildType&. This allows us to use "." instead of "->"
at the call site, which is quite nice. :^)
2020-03-04 21:04:06 +01:00
..
main.cpp LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Profile.cpp ProfileViewer: Add mode that shows percentages instead of sample counts 2020-03-02 23:05:04 +01:00
Profile.h ProfileViewer: Add mode that shows percentages instead of sample counts 2020-03-02 23:05:04 +01:00
ProfileModel.cpp ProfileViewer: Add mode that shows percentages instead of sample counts 2020-03-02 23:05:04 +01:00
ProfileModel.h ProfileView: Show "self" sample counts in profiles 2020-03-02 23:05:04 +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