increase overhead value for memory allocation
authorwoojin <woojin2.jung@samsung.com>
Sun, 11 Oct 2015 23:45:38 +0000 (08:45 +0900)
committerwoojin <woojin2.jung@samsung.com>
Sun, 11 Oct 2015 23:45:38 +0000 (08:45 +0900)
Change-Id: Ib46c3e018413e964f51dfc1699a4c2dfe25c69fa
Signed-off-by: woojin <woojin2.jung@samsung.com>
org.tizen.dynamicanalyzer.workbench/dynamic-analyzer/config/feature
org.tizen.dynamicanalyzer.workbench/dynamic-analyzer/config/setting
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/protocol/p40/ProtocolConfig40.java

index ca39e61..c00dc89 100644 (file)
@@ -9,7 +9,7 @@
 9|System energy|1|1|Timeline|Energy||||
 100|Function profiling|0||Timeline-Summary|||||
 101|Function sampling|0||Summary|||||
-102|Memory allocation|0||Timeline-Summary|Heap allocation||||
+102|Memory allocation|0||Timeline-Summary|Heap allocation||||3
 103|Application startup|0||Timeline|||||
 200|File analysis|0||File|||||
 201|Thread analysis|0||Thread|||||
index db22b1e..73bdd46 100644 (file)
@@ -6,7 +6,7 @@ Selected Target|mobile
 Options Selected Feature List|5002:0
 Default Feature List|2|3|103
 Total Overhead Range|1000000|3000000|7000000|15000000
-mobile|Protocol Version|3.0
+mobile|Protocol Version|4.0
 mobile|Available Template List|1|2|3|4|5|6|7|8|9|10
 mobile|Selected Template|1
 mobile|Available Feature List|1|1000|4|5|6|7|8|9|100|101|1001|102|200|201|202|203|204
index 7042a7e..38014bd 100644 (file)
@@ -38,7 +38,7 @@ public enum ProtocolConfig40 implements IProtocolConfig {
        RESERVED1(0, 0, 0, null),
        RESERVED2(1, 0, 0, null),
        FUNCTION_PROFILING(2, 36, 5000, null),
-       MEMORY_ALLOC_PROBE(3, 40, 623, null),
+       MEMORY_ALLOC_PROBE(3, 1500, 623, null),
        FILE_API_PROBE(4, 26, 918, null),
        THREAD_API_PROBE(5, 0, 106, null),
        OSPUI_API_PROBE(6, 0, 0, null),