X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fperformance-profiling.h;h=8e70c5d97d340249a9440930ef7795473b1afac4;hb=ac9c307fe5d0ab147938397a7d078fb858cc1f4b;hp=d95a60da219ecc89a4f072311e79fad626cbed7f;hpb=01864cd4216d958c5f0e95643dbbeca7c9937716;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/programming-guide/performance-profiling.h b/docs/content/programming-guide/performance-profiling.h index d95a60d..8e70c5d 100644 --- a/docs/content/programming-guide/performance-profiling.h +++ b/docs/content/programming-guide/performance-profiling.h @@ -18,26 +18,24 @@ *

Background

* The Dali rendering pipeline has 2 stages. * Each stage is typically run once per frame. - * - * * + * * To run at 60 FPS (16 milliseconds per frame), it is recommended to stay below the following times: * * * This will leave enough time for the output to be composited (if the system uses a compositor) and to avoid using @@ -53,43 +51,13 @@ * $ dali-demo * $ * $ ... - * $ I/DALI ( 5692): slp-logging.cpp: LogMessage(40) > Update , min 0.59 ms, max 6.43 ms, total (3.4 secs), avg 1.26 ms - * $ I/DALI ( 5692): slp-logging.cpp: LogMessage(40) > Render , min 1.67 ms, max 5.01 ms, total (4.5 secs), avg 3.71 ms + * $ I/DALI ( 5692): tizen-logging.cpp: LogMessage(40) > Update , min 0.59 ms, max 6.43 ms, total (3.4 secs), avg 1.26 ms + * $ I/DALI ( 5692): tizen-logging.cpp: LogMessage(40) > Render , min 1.67 ms, max 5.01 ms, total (4.5 secs), avg 3.71 ms * \endcode * * If nothing is animating Dali will enter a paused state to save power. At this * point nothing will be logged. * - *

Performance advice

- * - * - *

Tips to reduce update times:

- * - * - *

Tips to reduce render times:

- * - * * *

Application profiling

* @@ -136,7 +104,7 @@ *
  • DALI_RENDER_END. Dali render task has finished * * - *

    Checking ftrace is working on Tizen

    + *

    Checking ftrace is working on Linux

    * * Documentation for ftrace: * Follow these instructions to ensure the debugfs has been mounted, and the kernel you are using