[Title] fix Function Profiling of Tizen UI Table (UI tab)
authorheeyoung <heeyoung1008.hwang@samsung.com>
Thu, 10 Apr 2014 07:43:04 +0000 (16:43 +0900)
committerheeyoung <heeyoung1008.hwang@samsung.com>
Thu, 10 Apr 2014 07:43:04 +0000 (16:43 +0900)
[Desc.] data does not appear on the Function Profiling of Tizen UI Table
[Issue] -

Change-Id: Ic974908f4ca2d3cac2a35a2817259a07fbff6289
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/userinterface/UIDataManager.java

index e59e1c0..a001f50 100644 (file)
@@ -91,6 +91,8 @@ public class UIDataManager extends PageDataManager {
                                                        (SceneData) inputs.get(i));
                                }
                        }
+                       
+                       UIDataManager.getInstance().getfunctionProfilingDataChecker().updateUIApiTreeSet();
                }
                
                /* log for debug */