* It seems we always have to specify all flags to make it work; removed "flags"
parameter from start_system_profiler(). * Added stack depth, and interval parameters to it, though. * Profiling the boot process is now possible. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -15,7 +15,8 @@ struct system_profiler_parameters;
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
status_t start_system_profiler(size_t areaSize, uint32 flags);
|
||||
status_t start_system_profiler(size_t areaSize, uint32 stackDepth,
|
||||
bigtime_t interval);
|
||||
void stop_system_profiler();
|
||||
|
||||
status_t _user_system_profiler_start(
|
||||
|
||||
Reference in New Issue
Block a user