mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-01 20:10:28 +00:00
Kernel: Bump the max stack frame count in sample profiles to 50
Maybe this should be configurable, who knows. For now, 50 works a bit better for highly nested scenarios like LibJS.
This commit is contained in:
parent
ff33c5b286
commit
93f2a4edd3
Notes:
sideshowbarker
2024-07-19 07:41:24 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/93f2a4edd37
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Process;
|
|||
|
||||
namespace Profiling {
|
||||
|
||||
constexpr size_t max_stack_frame_count = 30;
|
||||
constexpr size_t max_stack_frame_count = 50;
|
||||
|
||||
struct Sample {
|
||||
i32 pid;
|
||||
|
|
Loading…
Reference in a new issue