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

can vtune(call-graph) attach to an existing process?

softarts
Beginner
160 Views

can vtune do that?(attach to an existingprocess)

the application take too long to start ,and I don't want to interrupt the application when it is already running.

0 Kudos
1 Reply
TimP
Black Belt
160 Views

You'll need to consult the documentation, if you are considering this. Call graph can't work on a running application; it makes a new instrumented slower version for analysis. Sampling should be possible.

Reply