Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

Poor performance with Intel Inspector

Ondrej_S_2
Beginner
353 Views

Hi,

Evaluating Intel Inspector 2017

I'm trying to locate deadlocks and race conditions in our game project, but analysis is running way too slow. I've include only one dll module (using Include only following modules option in project properties), stack frame depth 1, no suppression, project is compiled on release, /Zi, with optimalizations. It takes minutes just to load dll(s) and show splash screen and it would probably take hours to get to main menu and do actual analysis. 

How can i make it run faster? Can i attach to running process and instrument code later on.

Thanks

Andrew

0 Kudos
1 Reply
Jackson_M_Intel
Employee
353 Views

There are APIs to tell the collector when to start and when to stop - see here: https://software.intel.com/en-us/node/622478 Would that be an option for you?

0 Kudos
Reply