From 47f2c46e8074bc202dfe84c300196d181f18bcb2 Mon Sep 17 00:00:00 2001 From: "joon.c.baek" Date: Wed, 10 Aug 2016 11:12:29 +0900 Subject: [PATCH] [SRADA-1006] Remove 'Sync analysis' in feature dialog Remove 'Sync analysis' in feature dialog. This feature is very similar with 'Thread analysis' It removed on setting file only, FlatFeature object or related codes is remained. Change-Id: I8e7b1dc921344c3a9a9c72b4d8127c97495bbc3f Signed-off-by: joon.c.baek --- .../resources/config/setting | 64 +++++++++++----------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/org.tizen.dynamicanalyzer.workbench.product/resources/config/setting b/org.tizen.dynamicanalyzer.workbench.product/resources/config/setting index 3804848..9b1d015 100644 --- a/org.tizen.dynamicanalyzer.workbench.product/resources/config/setting +++ b/org.tizen.dynamicanalyzer.workbench.product/resources/config/setting @@ -1,32 +1,32 @@ -Version|0.2 -Log Level|4 -Debug Print|Y -Available Target List|mobile|wearable -Selected Target|mobile -Default Feature List|2|3|103 -Total Overhead Range|1000000|3000000|7000000|15000000 -Options Selected Feature List|5002:0 -Selected Preferences|2001 -mobile|Protocol Version|4.0 -mobile|Available Template List|1|2|3|4|5|6|7|8|9|10|11 -mobile|Selected Template|1 -mobile|Available Feature List|1|1000|4|5|6|7|8|9|100|101|1001|301|200|201|202|203|204|206 -mobile|Available FlatFeature List|101|102|103|201|202|203|301|302|401|501|502|601|602|603|701|702|801|802 -mobile|Selected Feature List|1|5|1000:1000|100|101|1001:10 -mobile|Selected FlatFeature List| -mobile|Available Chart List|CPU Usage|Core Usage|Core Frequency|System Memory|Process Memory|Heap Allocation|Screenshot|UI Event|Disk IO|Network IO|Peripheral Status|Power Estimation -wearable|Protocol Version|3.0 -wearable|Available Template List|1|2|3|4|5|6|7|8|9|10|11 -wearable|Selected Template|1 -wearable|Available Feature List|1|1000|4|5|6|7|8|9|100|101|1001|301|200|201|202|203|204|206 -wearable|Available FlatFeature List|101|102|103|201|202|203|301|302|401|501|502|601|602|603|701|702|801|802 -wearable|Selected Feature List|1|5|1000:1000|100|101|1001:10 -wearable|Selected FlatFeature List| -wearable|Available Chart List|CPU Usage|Core Usage|Core Frequency|System Memory|Process Memory|Heap Allocation|Screenshot|UI Event|Disk IO|Network IO|Peripheral Status|Power Estimation -tv|Protocol Version|3.0 -tv|Available Template List|1|2|3|4|5|6|7|8|10 -tv|Selected Template|1 -tv|Available Feature List|1|1000|4|5|6|7|100|101|1001|102|200|201|202|203 -tv|Available FlatFeature List|101|102|103|201|202|203|301|302|401|501|502|601|602|603|701|702|801|802 -tv|Selected Feature List|1|5|1000:1000|100|101|1001:10 -tv|Available Chart List|CPU|CPU core|CPU frequency|Heap allocation|Process Size|Memory|Screenshot|Disk IO|Network IO +Version|0.2 +Log Level|4 +Debug Print|Y +Available Target List|mobile|wearable +Selected Target|mobile +Default Feature List|2|3|103 +Total Overhead Range|1000000|3000000|7000000|15000000 +Options Selected Feature List|5002:0 +Selected Preferences|2001 +mobile|Protocol Version|4.0 +mobile|Available Template List|1|2|3|4|5|6|7|8|9|10|11 +mobile|Selected Template|1 +mobile|Available Feature List|1|1000|4|5|6|7|8|9|100|101|1001|301|200|201|202|203|204|206 +mobile|Available FlatFeature List|101|102|103|201|202|203|301|302|401|501|502|601|602|603|701|801|802 +mobile|Selected Feature List|1|5|1000:1000|100|101|1001:10 +mobile|Selected FlatFeature List| +mobile|Available Chart List|CPU Usage|Core Usage|Core Frequency|System Memory|Process Memory|Heap Allocation|Screenshot|UI Event|Disk IO|Network IO|Peripheral Status|Power Estimation +wearable|Protocol Version|3.0 +wearable|Available Template List|1|2|3|4|5|6|7|8|9|10|11 +wearable|Selected Template|1 +wearable|Available Feature List|1|1000|4|5|6|7|8|9|100|101|1001|301|200|201|202|203|204|206 +wearable|Available FlatFeature List|101|102|103|201|202|203|301|302|401|501|502|601|602|603|701|801|802 +wearable|Selected Feature List|1|5|1000:1000|100|101|1001:10 +wearable|Selected FlatFeature List| +wearable|Available Chart List|CPU Usage|Core Usage|Core Frequency|System Memory|Process Memory|Heap Allocation|Screenshot|UI Event|Disk IO|Network IO|Peripheral Status|Power Estimation +tv|Protocol Version|3.0 +tv|Available Template List|1|2|3|4|5|6|7|8|10 +tv|Selected Template|1 +tv|Available Feature List|1|1000|4|5|6|7|100|101|1001|102|200|201|202|203 +tv|Available FlatFeature List|101|102|103|201|202|203|301|302|401|501|502|601|602|603|701|801|802 +tv|Selected Feature List|1|5|1000:1000|100|101|1001:10 +tv|Available Chart List|CPU|CPU core|CPU frequency|Heap allocation|Process Size|Memory|Screenshot|Disk IO|Network IO -- 2.7.4