In Windows, is there a tool to monitor the status of process synchronisation objects? ie.
- event/mutex : signaled or not signaled
- semaphore : count
Better yet, to log which thread did what, eg. "thread #5421 Signal Event - testevt"
|
1
|
In Windows, is there a tool to monitor the status of process synchronisation objects? ie.
Better yet, to log which thread did what, eg. "thread #5421 Signal Event - testevt"
|
||
|
|
|
|
Handle usage: handle -s ==> [EDIT]: How to monitor the status of process synchronization objects using Process Explorer. Open Process Explorer
|
||||
|
|
|
Take a look at Intel's ThreadChecker and Parallel Studio. Most of their tools sit on top of Visual Studio. http://software.intel.com/en-us/intel-vtune/ |
||
|
|
|
|
Windbg can be helpful but you have to learn how to use it. |
||
|
|