Profiling and general Performance Optimization

Issue #18 closed
Oleg Rudenko created an issue

Profiling: http://developer.android.com/tools/debugging/debugging-tracing.html

  1. optimize Draw Tx: store every point once (not as to and from separately) as 2 arrays (xArray, yArray)
  2. optimize Draw Tx: remove all points if it's not single, keep only line
  3. optimize drawLatestHistoryOnBitmap: equals will not be needed after 2.

Comments (23)

  1. Log in to comment