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-09-14
Profiler: Make the ProfileModel searchable
Ali Mohammad Pur
2021-09-01
Profiler: Minor static code analysis issues in FlameGraphView
Brian Gianforcaro
2021-09-01
Profiler: Use = default for empty destructor
Brian Gianforcaro
2021-08-31
Profiler: Add a flamegraph view for the stack
Nicholas Hollett
2021-08-18
Profiler: Limit the initial size of the timeline container
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-14
Profiler: Set the initial size of the timeline container to a snug fit
Andreas Kling
2021-08-14
Profiler: Add a "Signposts" tab next to the "Samples" tab
Andreas Kling
2021-08-14
Profiler: Don't lose sight of timeline tracks when zooming out
Andreas Kling
2021-08-14
Profiler: Don't include signposts in the samples list
Andreas Kling
2021-08-14
Profiler: Store signposts in the main event stream
Andreas Kling
2021-08-14
Profiler: Use AK::Variant for type-specific data in Profile::Event
Andreas Kling
2021-08-13
Profiler: Store event type as enum
Andreas Kling
2021-08-13
Profiler: Remove "Signpost " prefix from timeline tooltips
Andreas Kling
2021-08-12
Kernel: Make sys$perf_register_string() generate the string ID's
Andreas Kling
2021-08-12
Profiler: Parse and render signpost strings
Andreas Kling
2021-08-12
Profiler: Parse and paint profile signpost events :^)
Andreas Kling
2021-08-10
Profiler: Disassemble the entire function if the symbol is a function
Ali Mohammad Pur
2021-08-10
Profiler: Use SelectionBehavior::SelectRows
sin-ack
2021-08-10
Profiler: Disassemble the containing function for non-function symbols
Ali Mohammad Pur
2021-08-10
Profiler: Show the symbol address in object file
Ali Mohammad Pur
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-06
Profiler: Display source location information in the disassembly view
Ali Mohammad Pur
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-29
Profiler: Don't perform disassembly when disassembly view is hidden
Andreas Kling
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-20
Profiler: Make profiler not truncate 64-bit addresses
Gunnar Beutner
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-19
Revert "Profiler: Configure the TimelineContainer to be shrink to fit"
Brian Gianforcaro
2021-07-18
Everywhere: Improve CPU usage calculation
Tom
2021-07-18
Kernel: Split debug symbols into a separate file
Gunnar Beutner
2021-07-17
Profiler: Configure the TimelineContainer to be shrink to fit
Brian Gianforcaro
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-07-08
Everywhere: Forward declare structs as structs
Daniel Bertalan
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-27
Profiler: Cache the timeline histograms instead of recomputing on paint
Andreas Kling
2021-06-24
Profiler: Use u32 when constructing InstructionData
Gunnar Beutner
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-04
Profiler: Show the duration of the time interval chosen
DhruvMaroo
2021-06-03
Profiler: Remove m_deepest_stack_depth
Gunnar Beutner
2021-06-03
Profiler: Use sequential serial numbers for profiling events
Gunnar Beutner
2021-06-02
Profiler: Fix loading profiles which previously would crash the profiler
Gunnar Beutner
2021-05-28
Profiler: Use a more reasonable default event mask
Gunnar Beutner
2021-05-27
Profiler: Don't try to create a DisassemblyModel for invalid indices
Andreas Kling
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
[next]