INTENAL disable the support the wearable target
authorJuYoung Kim <j0.kim@samsung.com>
Fri, 19 Sep 2014 11:01:46 +0000 (20:01 +0900)
committerJuYoung Kim <j0.kim@samsung.com>
Fri, 19 Sep 2014 11:01:46 +0000 (20:01 +0900)
Change-Id: If95cb521b2b527c6ef2e91c50f1a51e5b1b327c3
Signed-off-by: JuYoung Kim <j0.kim@samsung.com>
org.tizen.dynamicanalyzer.workbench/dynamic-analyzer/config/feature.csv
org.tizen.dynamicanalyzer.workbench/dynamic-analyzer/config/setting.csv
org.tizen.dynamicanalyzer.workbench/dynamic-analyzer/config/template.csv

index 5cddc8f..871b642 100644 (file)
@@ -20,25 +20,3 @@ mobile-2.3|On scene transition|2|Screenshot|Description : On scene transition|||
 mobile-2.3|periodically|2|Screenshot|Description : periodically|||1|100|10||
 mobile-2.3|UI event|0||Description : UI event|Timeline|UI event||||256|1
 mobile-2.3|Recording|0||Description : Recording||||||512|1
-wearable-2.3|System|0||Description : System|||||||
-wearable-2.3|System information sampling periodic|2|System|Description : System information sampling periodic|||10|1000|1000||
-wearable-2.3|System CPU|1|System|Description : System CPU|Timeline|CPU-CPU core-CPU frequency||||336|1
-wearable-2.3|System memory|1|System|Description : System memory|Timeline|Process Size-Memory-Heap allocation||||96|1
-wearable-2.3|System processes|1|System|Description : System processes|Timeline|CPU||||336|1
-wearable-2.3|System disk|1|System|Description : System disk|Timeline|Disk IO||||512|1
-wearable-2.3|System network|1|System|Description : System network|Timeline|Network IO||||1024|1
-wearable-2.3|System device|1|System|Description : System device|Timeline|Device||||2048|1
-wearable-2.3|System energy|1|System|Description : System energy|Timeline|Energy||||4096|1
-wearable-2.3|Function profiling|0||Description : Function Profiling|Timeline-Summary|||||4|1
-wearable-2.3|Function sampling|0||Description : Function sampling|Summary|||||524288|1
-wearable-2.3|Function profiling sampling periodic|2|Function sampling|Description : Function profiling sampling periodic|||1|1000|10||
-wearable-2.3|Memory allocation|0||Description : Memory allocation|Timeline-Summary|Heap allocation||||8|1
-wearable-2.3|File analysis|0||Description : File analysis|File|||||16|1
-wearable-2.3|Thread analysis|0||Description : Thread analysis|Thread|||||32|1
-wearable-2.3|Network analysis|0||Description : Network analysis|Network|||||131072|1
-wearable-2.3|OpenGL ES analysis|0||Description : OpenGL ES analysis|OpenGL|||||262144|1
-wearable-2.3|Screenshot|0||Description : Screenshot|Timeline|Screenshot||||128|1
-wearable-2.3|On scene transition|2|Screenshot|Description : On scene transition|||||1||
-wearable-2.3|periodically|2|Screenshot|Description : periodically|||1|100|10||
-wearable-2.3|UI event|0||Description : UI event|Timeline|UI event||||256|1
-wearable-2.3|Recording|0||Description : Recording||||||512|1
index b240716..aea0357 100644 (file)
@@ -1,4 +1,4 @@
-Target List|mobile-2.3|wearable-2.3
+Target List|mobile-2.3
 Selected Target|mobile-2.3
 Selected Chart List|CPU frequency|CPU|CPU core
 Show Initial|false
@@ -6,6 +6,3 @@ Auto Stop|false
 Selected Template|mobile-2.3|Bottleneck
 Selected FeatureList|mobile-2.3|System|System CPU|System processes|System information sampling periodic:1000|Function profiling|Function sampling|Function profiling sampling periodic:10
 Available Chart List|mobile-2.3|CPU|CPU core|CPU frequency|Heap allocation|Process Size|Memory|Screenshot|UI event|Disk IO|Network IO|Device|Energy
-Selected Template|wearable-2.3|Bottleneck
-Selected FeatureList|wearable-2.3|System|System CPU|System processes|System information sampling periodic:1000|Function profiling|Function sampling|Function profiling sampling periodic:10
-Available Chart List|wearable-2.3|CPU|CPU core|CPU frequency|Heap allocation|Process Size|Memory|Screenshot|UI event|Disk IO|Network IO|Device|Energy
index 31c4b7d..d63b8b3 100644 (file)
@@ -8,13 +8,3 @@ mobile-2.3|Network|This template shows the TCP/UDP network activity of the glibc
 mobile-2.3|OpenGL|This template shows a lot of detailed information of the openGL layer. It shows the FPS, render state, openGL calls, statistics and redundant usage of the API. These help you to optimize the performance of your application. We are supporting OpenGL ES 2.0 and EvasGL, now.|System|System CPU|System processes|System information sampling periodic:1000|Function profiling|Screenshot|periodically:10|OpenGL ES analysis
 mobile-2.3|Energy|This template inform you of power consumption of target device. you can see this information from Energy chart in Timeline page. Energy chart shows usage of Flash memory, CPU, LCD.|System|System CPU|System processes|System memory|System energy|System information sampling periodic:1000
 mobile-2.3|Custom|This template can be configured by selecting the desired features. If you change the feature in the other template will change custom template.
-wearable-2.3|Bottleneck|This template shows where can be the most bottleneck point while you are using your program. With the CPU and process chart, you can easily find where the application uses the CPU a lot. And the function profiling and call trace information shows the bottleneck point with the view of function level.|System|System CPU|System processes|System information sampling periodic:1000|Function profiling|Function sampling|Function profiling sampling periodic:10
-wearable-2.3|Memory Leaks|This template shows the memory leak detected by this tool. Normally, the leak list in the Summary shows the allocation list that is not yet freed. And with the range feature in the timeline chart, you can also check the leak candidates which are not freed in an appropriate position.|Memory allocation|System|System memory|System information sampling periodic:1000|Function profiling
-wearable-2.3|Process Activity|This template shows the overall activities of your concerning processes, which are process¡¯s CPU load and memory usage. And the function profiling is shown to help you to understand the detail activity of the process.|System|System CPU|System processes|System memory|System information sampling periodic:1000|Function profiling|Function sampling|Function profiling sampling periodic:10
-wearable-2.3|File|This template shows the operations(open, close, read, write and lock) of the files that were accessed by your application. It helps you to easily check the concurrent read/write access and the file lock waiting status of the processes for each file.|System|System disk|System information sampling periodic:1000|File analysis
-wearable-2.3|Thread Activity|This template measures CPU usage of threads, visualizes life-cycle of each thread and relationship between threads. It also analyzes critical section duration and waiting time of synchronization objects.|System|System CPU|System processes|System information sampling periodic:1000|Thread analysis
-wearable-2.3|Wait Status|This template shows various information that cause the process become wait status. With the CPU and process chart, you can distinguish the process is in busy status or wait status. If the process is waiting for the IO operation or lock, you can check it in the Network, File, and Thread analysis pages. |System|System CPU|System processes|System network|System disk|System information sampling periodic:1000|Thread analysis|Network analysis|File analysis
-wearable-2.3|Network|This template shows the TCP/UDP network activity of the glibc socket. The Network chart shows each session information. And you can check which API has been called in each session and can see the transmitted data, too.|System|System network|System information sampling periodic:1000|Network analysis
-wearable-2.3|OpenGL|This template shows a lot of detailed information of the openGL layer. It shows the FPS, render state, openGL calls, statistics and redundant usage of the API. These help you to optimize the performance of your application. We are supporting OpenGL ES 2.0 and EvasGL, now.|System|System CPU|System processes|System information sampling periodic:1000|Function profiling|Screenshot|periodically:10|OpenGL ES analysis
-wearable-2.3|Energy|This template inform you of power consumption of target device. you can see this information from Energy chart in Timeline page. Energy chart shows usage of Flash memory, CPU, LCD.|System|System CPU|System processes|System memory|System energy|System information sampling periodic:1000
-wearable-2.3|Custom|This template can be configured by selecting the desired features. If you change the feature in the other template will change custom template.