mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 10:37:34 +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
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…
Add table
Add a link
Reference in a new issue