But after I have written assembly source for A, and run VTune again,
but the result is confusing
C
B
A
E
D
XScale hardware provides several performance counter.
Each counter can trigger interrupts, and VTune do the time statistics
in ISR.
Using sampling, VTune interrupts the program at interval.
For example, there are two functions in a souce file:
void A
{
a1;
a2;
-------------- trigger a interrupt
a3;
a4;
For more complete information about compiler optimizations, see our Optimization Notice.