summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/Profile.h
AgeCommit message (Expand)Author
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-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-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling