ladybird/Userland/DevTools/Profiler
Sahan Fernando 7e9122950e Profiler: Display timing information in ProfileTimelineWidget
Currently, there is no way to know when in a profile's duration a
sample was taken. This commit adds a basic timestamp to the timeline
widget, and a black bar to show where the cursor is hovering over.
2021-02-06 08:55:34 +01:00
..
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
DisassemblyModel.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
DisassemblyModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
main.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Profile.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Profile.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ProfileModel.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ProfileModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ProfileTimelineWidget.cpp Profiler: Display timing information in ProfileTimelineWidget 2021-02-06 08:55:34 +01:00
ProfileTimelineWidget.h Profiler: Display timing information in ProfileTimelineWidget 2021-02-06 08:55:34 +01:00