[Title] enable frequency chart
authorsanghyunnim.lee <sanghyunnim.lee@samsung.com>
Tue, 10 Jul 2012 12:40:46 +0000 (21:40 +0900)
committersanghyunnim.lee <sanghyunnim.lee@samsung.com>
Tue, 10 Jul 2012 12:40:46 +0000 (21:40 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#] 5301
[Problem]
[Cause]
[Solution]
[TestCase]

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/timeline/TimelineItemManager.java
org.tizen.dynamicanalyzer/theme/white/img/time_line_icon_memory_allocation.png

index e69a730..c2cda49 100755 (executable)
@@ -746,9 +746,8 @@ public class TimelineItemManager {
                realTimeItemList.add(infoCPUCore);
 
                /* CPU Frequency */
-               @SuppressWarnings("unused")
                ItemInfo infoCPUFreq = createItemInfo(rscPage, tabID, TimelineConstants.CHART_TYPE_CPU_FREQUENCY);
-               // realTimeItemList.add(infoCPUFreq);
+               realTimeItemList.add(infoCPUFreq);
 
                /* Allocated memory */
                ItemInfo infoAlloc = createItemInfo(rscPage, tabID, TimelineConstants.CHART_TYPE_HEAP);
index fa142b0..ba1d0bd 100755 (executable)
Binary files a/org.tizen.dynamicanalyzer/theme/white/img/time_line_icon_memory_allocation.png and b/org.tizen.dynamicanalyzer/theme/white/img/time_line_icon_memory_allocation.png differ