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
Age
Commit message (
Expand
)
Author
2021-03-05
Profiler: Get perfcore file from ArgsParser
Linus Groh
2021-03-04
AK: Simplify Bitmap and implement in terms of BitmapView
Andreas Kling
2021-03-03
Profiler: Symbolicate addresses in non-PIE ELF objects
Andreas Kling
2021-03-03
Profiler: Cache and reuse mapped ELF objects
Andreas Kling
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-03-01
Profiler: Print addresses as pointers in new Samples view
Brian Gianforcaro
2021-02-28
Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() defini...
thislooksfun
2021-02-27
Profiler: Add a new "Samples" view to the main UI
Andreas Kling
2021-02-27
Profiler: Move ELF object name to its own profile graph column
Andreas Kling
2021-02-27
Profiler: Unbreak DisassemblyModel after shared library introduction
Andreas Kling
2021-02-24
Profiler: Add help documentation
Brendan Coles
2021-02-24
Profiler: Make sure rendered timestamps don't overflow
Sahan Fernando
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-06
Profiler: Display timing information in ProfileTimelineWidget
Sahan Fernando
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling