Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
4893 Discussions

Finding result parameters for VTune

postaquestion
Beginner
222 Views

Where can I findthe definition for the result parameters given by v-tune?

How can I interpret the results of my Java based application?

0 Kudos
1 Reply
David_A_Intel1
Employee
222 Views
It looks like you are posting the same question from multiple accounts. :-(

Part of the reason you may not be getting an answer you like is because we don't understand the question. You need to be more specific. Are you talking about sampling results and Clockticks (CPU_CLK_UNHALTED) and Instructions Retired (INST_RETIRED.ANY) events (i.e., the default events)? The Clockticks event gives you a statistically accurate representation of where the processor is spending its time.

All events are documented in the online help, under the Reference book (see Help -> Contents).

0 Kudos
Reply