From: taeyoon Date: Fri, 13 Mar 2015 09:17:51 +0000 (+0900) Subject: Change "SLP" to "Tizen" X-Git-Tag: dali_1.0.34~7 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=16cf7a16edde7c7d9c3a2f34ab34a54c018c0ae0 Change "SLP" to "Tizen" Change-Id: I7464f5a9ef0b3b2fc7fb6fbbc06c8bfb437e4f62 --- diff --git a/build/tizen/docs-internal/dali_internal.doxy b/build/tizen/docs-internal/dali_internal.doxy index 65c3807..b6cf664 100644 --- a/build/tizen/docs-internal/dali_internal.doxy +++ b/build/tizen/docs-internal/dali_internal.doxy @@ -560,7 +560,7 @@ INPUT = ../../../docs/content \ ../../../../dali-adaptor/plugins \ ../../../../dali-adaptor/platform-abstractions/interfaces \ ../../../../dali-adaptor/platform-abstractions/portable \ - ../../../../dali-adaptor/platform-abstractions/slp \ + ../../../../dali-adaptor/platform-abstractions/tizen \ ../../../dali-toolkit \ ../../../texture-atlas-exporter \ ../../../../dali/automated-tests \ diff --git a/docs/content/programming-guide/performance-profiling.h b/docs/content/programming-guide/performance-profiling.h index c4a1d98..8e70c5d 100644 --- a/docs/content/programming-guide/performance-profiling.h +++ b/docs/content/programming-guide/performance-profiling.h @@ -51,8 +51,8 @@ * $ 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