Acknowledged
CIQQA-3112

Profiler: Dc.draw* methods not registering

Not sure if this is a bug or intentional, but with SDK 8.1.1 in the simulator profiler, I can only see Dc.getHeight and Dc.getWidth. Calls to the drawing functions like Dc.drawText, dc.drawBitmap, dc.drawCircle or dc.drawArc are not registered. Screenshots will follow in comments.

Parents
  • I also tried this on a real device (using the -k compiler option) and found that a significant portion of time was spent in various entries only labelled as "(native code)" (which don't appear in the sim profile). I assume at least some of these correspond to the "missing" dc.draw*() calls.

Comment
  • I also tried this on a real device (using the -k compiler option) and found that a significant portion of time was spent in various entries only labelled as "(native code)" (which don't appear in the sim profile). I assume at least some of these correspond to the "missing" dc.draw*() calls.

Children
No Data