* Removed obsolete B_DEBUG_MAX_PROFILE_FUNCTIONS.
* Relaxed the stack depth and profiling interval limits a bit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27697 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -15,9 +15,8 @@
|
|||||||
|
|
||||||
|
|
||||||
// limits
|
// limits
|
||||||
#define B_DEBUG_MAX_PROFILE_FUNCTIONS 100000
|
#define B_DEBUG_MIN_PROFILE_INTERVAL 10 /* in us */
|
||||||
#define B_DEBUG_MIN_PROFILE_INTERVAL 100 /* in us */
|
#define B_DEBUG_STACK_TRACE_DEPTH 20
|
||||||
#define B_DEBUG_STACK_TRACE_DEPTH 5
|
|
||||||
#define B_DEBUG_PROFILE_BUFFER_FLUSH_THRESHOLD 70 /* in % */
|
#define B_DEBUG_PROFILE_BUFFER_FLUSH_THRESHOLD 70 /* in % */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user