X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fperformance-profiling.h;h=c4a1d98348634ccad24ccace6650dfc13cb7d2f2;hp=d95a60da219ecc89a4f072311e79fad626cbed7f;hb=0c233561ca7f46175803f0ea02b4638bf42ee3c9;hpb=998d982768c7f211d948cfd7921ec27ff739ce49 diff --git a/docs/content/programming-guide/performance-profiling.h b/docs/content/programming-guide/performance-profiling.h index d95a60d..c4a1d98 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 @@ -60,36 +58,6 @@ * 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