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

vtune is slow

tanvis
Beginner
293 Views
an application takes much longer to execute on vtune than directly executing it.so does that mean time elapsed shown by vtune is wrong?what could be the possible reasons?Is there a way to get correct elapsed time using vtune
0 Kudos
1 Reply
Rob5
New Contributor II
293 Views

I may need to understand more about what you wish to accomplish. However, runtime is relative to what is being ran in the environment. Collecting data always has a cost. If you are attempting to determine where an application spends most of its time so that you can optimize an algorithm, function, etc., then you can for example analyze for hotspots. This optimization process is usually iterative and a high-level process might include steps such as specifying the target application, running Hotspots analysis, interpreting the result data, view and analyze the performance critical function, modify the code, re-build the target, analyze for hotspots again, then compare the results before and after the optimization to determine if the optimization action taken had the intended impact. Can you provide more information about the problem you are attempting to solve?

- Rob

0 Kudos
Reply