Fadden, thanks for taking interest. I've been racking my brain for a
few weeks now trying to come up with optimizations. Sofar nada. I
definitely have an Apple][ APK - how can I share?
p.s. i'm looking in traceview and a function (_eaimm_ - fetches an
immediate from mem[PC] and increments the PC) shows Incl% 58.2% self,
22,3% read memory and 19.5 _inppc_ - What does the "Self 58.2%"
represent? There's nothing there except for the two function calls.
I'll try to illustrate:
Traceview eaimm ->
Children Incl%
self 58.2% <--- where is this coming from?
readMemory 22.3%
_incppc_ 19.5%
_eaimm_ function ->
/* This internal routine fetches an immediate operand value */
private final int/*BYTE*/ _eaimm_ ()
{
int i = readMemory (PPC);
_incppc_();
return i;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---