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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user