summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/CMakeLists.txt
AgeCommit message (Expand)Author
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-07Profiler: Remove the old process selection widgetGunnar Beutner
2021-05-06Profiler: Add fixed track headers to the timeline viewAndreas Kling
2021-05-06Profiler: Rename ProfileTimelineWidget => TimelineTrackAndreas Kling
2021-05-06Profiler: Add TimelineView widget and make the timeline cursor globalAndreas Kling
2021-05-04Profiler: Don't link against LibCoreDumpAndreas Kling
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
2021-02-27Profiler: Add a new "Samples" view to the main UIAndreas Kling
2021-02-24Profiler: Add help documentationBrendan Coles
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling