- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Got this message when trying to generate a call graph for my app shortly after exiting the app. Got a second dialog after closing this one saying results were not generated. Was using the Visual Studio 2003 plug-in.
Any ideas? Didn't see any setting that allowed me to adjust the max tree depth.
Thx,
Albert
Any ideas? Didn't see any setting that allowed me to adjust the max tree depth.
Thx,
Albert
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - areiche
Got this message when trying to generate a call graph for my app shortly after exiting the app. Got a second dialog after closing this one saying results were not generated. Was using the Visual Studio 2003 plug-in.
Any ideas? Didn't see any setting that allowed me to adjust the max tree depth.
Thx,
Albert
Any ideas? Didn't see any setting that allowed me to adjust the max tree depth.
Thx,
Albert
Hi Albert,
I haven't seen these messages before. Please check below steps:
1. Are you using latest v9.1 Update2? This version has fixed many problems in old versions.
2. Did you build you app with Compiler's option"/Zi" and Linker's options "/DEBUG", "/Fixed:no"? (For Linux* version, use "-g")
3.Youmay test in command line, since there may be issuesfrom Visual Studio integration mode
a) open a cmd prompt, and run your app without call graph
b1) use "vtl global-options" to know default setting for VTune Analyzer
b2)change some settings for call graph, since you saw "Tree depth more than...".
e.g. vtl global-options system-library-instrumentation-level="minimal"
c) vtl activity -c callgraph -app your-app -moi your-app run
Have you seen any problem? What is output message?
4) If no problem in command line, you can use "vtl pack filename" to generate .VXP file - which can be unpacked in VTune Performance Analyzer.
Also you can test in VTune Analyzer's GUI, modify the activity -> in Callgraph Configure dialog - you can adjust InstrumentationLevel for app, user's dlls, system's dlls
Regards, Peter

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page