Decreased minimum profiling sampling interval to 100 us. At least in

VMware this doesn't produce very good results though. In my tests I only
got twice as many hits as with 1 ms, although it should be roughly ten
times as many. Might work better on real hardware.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27572 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-09-15 15:02:40 +00:00
parent ec38b40cc9
commit 127f6d39ef
+1 -1
View File
@@ -16,7 +16,7 @@
// limits
#define B_DEBUG_MAX_PROFILE_FUNCTIONS 100000
#define B_DEBUG_MIN_PROFILE_INTERVAL 1000 /* in us */
#define B_DEBUG_MIN_PROFILE_INTERVAL 100 /* in us */
#define B_DEBUG_STACK_TRACE_DEPTH 5