1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 19:22:18 +00:00
serenity/DevTools/Profiler
Ben Wiederhake 5574d45eda DevTools: Mark compilation-unit-only functions as static
This enables a nice warning in case a function becomes dead code. Also, in case
of signal_trampoline_dummy, marking it external (non-static) prevents it from
being 'optimized away', which would lead to surprising and weird linker errors.
2020-08-12 20:40:59 +02:00
..
CMakeLists.txt DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI 2020-07-28 16:29:36 +02:00
DisassemblyModel.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
DisassemblyModel.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
main.cpp DevTools: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
Profile.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
Profile.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileModel.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileModel.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43: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