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

Generating Call graphs on IA64

onlyme
Beginner
690 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
690 Views
Does VTune ever launch the app or is it stuck in instrumentation?
0 Kudos
onlyme
Beginner
690 Views
Instrumentation
0 Kudos
Anonymous24
Beginner
690 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

0 Kudos
Reply