mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Profiler: Add ability to process read syscalls
Profiler can now process and display read events.
This commit is contained in:
parent
fae991f599
commit
cdfb388154
Notes:
sideshowbarker
2024-07-17 18:51:54 +09:00
Author: https://github.com/jakubberkop
Commit: cdfb388154
Pull-request: https://github.com/SerenityOS/serenity/pull/12465
4 changed files with 28 additions and 1 deletions
|
@ -27,6 +27,7 @@ public:
|
|||
ExecutableName,
|
||||
LostSamples,
|
||||
InnermostStackFrame,
|
||||
Path,
|
||||
__Count
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue