X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fperformance-profiling.md;h=c53bee7012925e96206aa38a6d88495c2c823f64;hp=60a44350c9264bf122e5c5fa4bff6f1cad15ee0f;hb=acbf7e2c17c1578c7125fa07c7eaabe1fe214406;hpb=78d6c4118411aa10112953fe6844eb08c944dd59 diff --git a/docs/content/shared-javascript-and-cpp-documentation/performance-profiling.md b/docs/content/shared-javascript-and-cpp-documentation/performance-profiling.md index 60a4435..c53bee7 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/performance-profiling.md +++ b/docs/content/shared-javascript-and-cpp-documentation/performance-profiling.md @@ -174,7 +174,7 @@ $ INFO: DALI: Event, min 0.04 ms, max 5.27 ms, total (0.1 secs), avg 0.28 ms, s ~~~ Inside the event processing, the application may be listening for certain events. -For example when an actor is touched, some application code may be run in an OnTouchEvent callback. +For example when an actor is touched, some application code may be run in an OnTouch callback. By checking the max times you can check for any spikes that occur when interacting with the application. Example: