61
edits
Changes
no edit summary
Using Intel Inspector, we can also detect deadlocks in the program
[[File:Deadlock_InspectorDeadlock_Analysis.jpg|950px600px]]
''Points to mutex.lock function''
[[File:Deadlock_InspectorDeadlock_Analysis2.jpg|950px600px]]
''Indicating where it occurred in the code''
The intel inspector allows us to quickly locate where the error occurs and we can move on to debug the program and find the optimal solution.