index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
ProfileViewer
Age
Commit message (
Expand
)
Author
2020-02-02
ProfileViewer: Only show live allocations by default
Andreas Kling
2020-02-02
ProfileViewer: Add basic support for loading "perfcore" files
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-19
Kernel: Let's say that everything < 3GB is user virtual memory
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-02
ProfileViewer: Interpret addresses >= 0xc0000000 as kernel frames
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-17
ProfileViewer: Make initial invert checkbox match initial tree view
Ohad Rau
2019-12-16
ProfileViewer: Ignore empty samples
Andreas Kling
2019-12-16
ProfileViewer: Add the ability to invert the profile tree
Andreas Kling
2019-12-15
ProfileViewer: Add a basic menu bar to make it look proper
Andreas Kling
2019-12-15
ProfileViewer: Scale the sample columns by stack depth
Andreas Kling
2019-12-15
ProfileViewer: Convert the JSON samples into a more efficient format
Andreas Kling
2019-12-15
ProfileViewer: Fix copy-paste error :^)
gla3dr
2019-12-14
ProfileViewer: Precompute the timestamp and "in kernel?" per sample
Andreas Kling
2019-12-14
ProfileViewer: Allow filtering samples in a specific time range
Andreas Kling
2019-12-14
ProfileViewer: Add a timeline widget for a visual view of the profile
Andreas Kling
2019-12-14
ProfileViewer: Show kernel frames with a red icon :^)
Andreas Kling
2019-12-13
ProfileViewer: Use the new multi-column tree model support in GTreeView
Andreas Kling
2019-12-12
ProfileViewer: Make sure ProfileNodes have the correct parent pointer
Andreas Kling
2019-12-12
ProfileViewer: Begin work on a visualization tool for profiles :^)
Andreas Kling
[prev]