CALLSTACK : bug fix - callstack of calltrace item is not shown in runtime 27/25727/1
authorwoojin <woojin2.jung@samsung.com>
Sat, 9 Aug 2014 18:21:35 +0000 (03:21 +0900)
committerwoojin <woojin2.jung@samsung.com>
Sat, 9 Aug 2014 18:21:35 +0000 (03:21 +0900)
commit7c2f601087e5b75536ce312e0c751750cd76d205
treebd16c6fd41c6900be405ab093cc5ad97ec12f7e7
parenta3b91bff849e902da3dce73266b97659a0e46cf5
CALLSTACK : bug fix - callstack of calltrace item is not shown in runtime

If callstackdata is removed from memory before insertion to DB is finished, then the callstackdata is not found.
So, maintain certain amount of callstackdata in memory so that callstackdata is available by either memory or DB at all time.

Change-Id: I922ed54852687bec6c60ff770b3196e6d637126c
Signed-off-by: woojin <woojin2.jung@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/profiling/FunctionUsageProfiler.java