summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler
AgeCommit message (Expand)Author
2021-03-05Profiler: Get perfcore file from ArgsParserLinus Groh
2021-03-04AK: Simplify Bitmap and implement in terms of BitmapViewAndreas Kling
2021-03-03Profiler: Symbolicate addresses in non-PIE ELF objectsAndreas Kling
2021-03-03Profiler: Cache and reuse mapped ELF objectsAndreas Kling
2021-03-02Kernel+Profiler: Capture metadata about all profiled processesAndreas Kling
2021-03-01Profiler: Print addresses as pointers in new Samples viewBrian Gianforcaro
2021-02-28Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() defini...thislooksfun
2021-02-27Profiler: Add a new "Samples" view to the main UIAndreas Kling
2021-02-27Profiler: Move ELF object name to its own profile graph columnAndreas Kling
2021-02-27Profiler: Unbreak DisassemblyModel after shared library introductionAndreas Kling
2021-02-24Profiler: Add help documentationBrendan Coles
2021-02-24Profiler: Make sure rendered timestamps don't overflowSahan Fernando
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-06Profiler: Display timing information in ProfileTimelineWidgetSahan Fernando
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling