* 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:
Axel Dörfler
2009-07-21 12:09:15 +00:00
parent 14aeff5f47
commit 13aa1795dd
2 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -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(