mirror of
https://github.com/gperftools/gperftools
synced 2025-02-12 17:36:53 +00:00
Increase kMaxStackDepth to 254
[alkondratenko@gmail.com: reduced value from 256 to 254]
This commit is contained in:
parent
1d9b8bb59d
commit
bda3c82e11
@ -101,7 +101,7 @@ class ProfileData {
|
||||
int frequency_; // Sample frequency.
|
||||
};
|
||||
|
||||
static const int kMaxStackDepth = 64; // Max stack depth stored in profile
|
||||
static const int kMaxStackDepth = 254; // Max stack depth stored in profile
|
||||
|
||||
ProfileData();
|
||||
~ProfileData();
|
||||
|
Loading…
Reference in New Issue
Block a user