index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
Profiler
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-03-05
Profiler: Present read event info in tree structure
Jakub Berkop
2021-12-28
Profiler: Extract percentage gradient calculation into its own file
Stephan Unverwerth
2021-12-28
Profiler: Add source code view
Stephan Unverwerth
2021-11-24
Profiler: Port to LibMain :^)
Andreas Kling
2021-08-31
Profiler: Add a flamegraph view for the stack
Nicholas Hollett
2021-08-14
Profiler: Add a "Signposts" tab next to the "Samples" tab
Andreas Kling
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-07
Profiler: Remove the old process selection widget
Gunnar Beutner
2021-05-06
Profiler: Add fixed track headers to the timeline view
Andreas Kling
2021-05-06
Profiler: Rename ProfileTimelineWidget => TimelineTrack
Andreas Kling
2021-05-06
Profiler: Add TimelineView widget and make the timeline cursor global
Andreas Kling
2021-05-04
Profiler: Don't link against LibCoreDump
Andreas Kling
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-02-27
Profiler: Add a new "Samples" view to the main UI
Andreas Kling
2021-02-24
Profiler: Add help documentation
Brendan Coles
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling