Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4823 Discussions

Generating Call graphs on IA64

onlyme
Beginner
563 Views
I'm having a particular problem where I set up VTune to generate a call-graph but perhaps my app is too complicated - I sit waiting an waiting and waiting, hours, overnight and end up giving up. Are there any tips on how to reduce the time to wait? This is on IA64 in case that matters.
0 Kudos
3 Replies
bnshah
Beginner
563 Views
Does VTune ever launch the app or is it stuck in instrumentation?
onlyme
Beginner
563 Views
Instrumentation
Anonymous24
Beginner
563 Views

Configure the call graph collector defaults for all modules (system DLLs, user DLLs, and User EXEs) to Minimal (see Configure menu, Options dialog, Call Graph Collector), then create a new project and try, again. Minimal will reduce the amount of instrumentation the analyzer does. If this works, then you can incrementally increase the instrumentation level on modules of interest (i.e., your code).

-dlanders

Message Edited by dlanders_tuner on 04-08-2004 03:55 PM

Reply