1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 09:42:45 +00:00
serenity/DevTools/Profiler
William Marlow 39364bdda4 Build: Embed application icons directly in the executables.
New serenity_app() targets can be defined which allows application
icons to be emedded directly into the executable. The embedded
icons will then be used when creating an icon for that file in
LibGUI.
2020-12-21 00:12:59 +01:00
..
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
DisassemblyModel.cpp Profiler: Fix assertion when all function samples hit one instruction 2020-11-24 22:02:34 +01:00
DisassemblyModel.h Meta+DevTools: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
main.cpp Profiler: Symbolicate samples using coredump file 2020-12-14 23:05:53 +01:00
Profile.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
Profile.h Profiler: Implement "Top functions" feature like Instruments.app has 2020-10-19 20:08:57 +02:00
ProfileModel.cpp LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
ProfileModel.h Meta+DevTools: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
ProfileTimelineWidget.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileTimelineWidget.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00