1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-29 00:32:07 +00:00
serenity/Userland/DevTools/Profiler
thislooksfun 225baa3cb7 Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() definition
The implementation of Profile::LibraryMetadata::symbolicate() was
removed in 340180ba05, but the
corresponding public declaration was not.
2021-02-28 15:28:08 +01:00
..
CMakeLists.txt Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +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
IndividualSampleModel.cpp Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00
IndividualSampleModel.h Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00
main.cpp Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00
Profile.cpp Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00
Profile.h Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() definition 2021-02-28 15:28:08 +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
SamplesModel.cpp Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00
SamplesModel.h Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00