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-04-12
ProfileViewer: Switching to percent mode should take effect immediately
Andreas Kling
2020-04-12
ProfileViewer: Symbolicate the disassembled instructions
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-04-12
ProfileViewer: Put the tree and disasembly views in a vertical splitter
Andreas Kling
2020-04-11
ProfileViewer: Open /boot/kernel for disassembly if possible
Andreas Kling
2020-04-11
ProfileViewer: Don't crash when we can't disassemble something
Andreas Kling
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-11
ProfileViewer: Color code the instruction rows by sample percentage
Andreas Kling
2020-04-11
ProfileViewer: Don't skip the innermost frame when loading profiles
Andreas Kling
2020-04-11
ProfileViewer: Remove debug spam during disassembly
Andreas Kling
2020-04-11
ProfileViewer: Highlight instructions with >0 samples in yellow
Andreas Kling
2020-04-11
ProfileViewer: Add an instruction-level sample viewer
Andreas Kling
2020-04-07
ProfileViewer: Remove nonsense no-op
Andreas Kling
2020-04-07
ProfileViewer: Remove an unnecessary call to String::format()
Andreas Kling
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-02
ProfileViewer: Add mode that shows percentages instead of sample counts
Andreas Kling
2020-03-02
ProfileView: Show "self" sample counts in profiles
Andreas Kling
2020-03-02
ProfileViewer: Parse the JSON input directly to Profile::Event
Andreas Kling
2020-03-02
ProfileViewer: Rename Profile::Sample => Profile::Event
Andreas Kling
2020-02-29
ProfileViewer: Unbreak after Vector size_t changes
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-22
ProfileViewer: Fix treeview selection looking unselected on Left key
Andreas Kling
2020-02-22
ProfileViewer: Remove loading code for the old file format
Andreas Kling
2020-02-22
ProfileViewer: Symbolicate unknown addresses as "??" for now
Andreas Kling
2020-02-22
ProfileViewer: Symbolicate kernel addresses when possible
Andreas Kling
2020-02-22
Kernel+ProfileViewer: Move symbolication to userspace for time profiles
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
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
[next]