Scheduling analysis: Also record the number of times a thread waits on a

locking primitive.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27312 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-09-04 00:07:11 +00:00
parent 212426b00e
commit e032a7f50e
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ struct scheduling_analysis_thread_wait_object {
thread_id thread;
scheduling_analysis_wait_object* wait_object;
bigtime_t wait_time;
int64 waits;
scheduling_analysis_thread_wait_object* next_in_list;
};