ladybird/Userland/DevTools/Profiler
Andreas Kling 340180ba05 Profiler: Move ELF object name to its own profile graph column
This way you don't have to look at all the library names if you don't
want to. Since we're pretty good about namespacing our things, the
library names are slightly redundant information.
2021-02-27 17:45:41 +01:00
..
CMakeLists.txt Profiler: Add help documentation 2021-02-24 20:40:00 +01:00
DisassemblyModel.cpp Profiler: Unbreak DisassemblyModel after shared library introduction 2021-02-27 17:26:57 +01:00
DisassemblyModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
main.cpp Profiler: Add help documentation 2021-02-24 20:40:00 +01:00
Profile.cpp Profiler: Move ELF object name to its own profile graph column 2021-02-27 17:45:41 +01:00
Profile.h Profiler: Move ELF object name to its own profile graph column 2021-02-27 17:45:41 +01:00
ProfileModel.cpp Profiler: Move ELF object name to its own profile graph column 2021-02-27 17:45:41 +01:00
ProfileModel.h Profiler: Move ELF object name to its own profile graph column 2021-02-27 17:45:41 +01:00
ProfileTimelineWidget.cpp Profiler: Make sure rendered timestamps don't overflow 2021-02-24 12:19:01 +01:00
ProfileTimelineWidget.h Profiler: Display timing information in ProfileTimelineWidget 2021-02-06 08:55:34 +01:00