uiacceltk/hitchcock/goommonitor/src/goommemorymonitor.cpp
changeset 40 dd05fdd05078
parent 38 69409653e863
child 46 180438f24a1e
--- a/uiacceltk/hitchcock/goommonitor/src/goommemorymonitor.cpp	Tue Jun 22 12:40:35 2010 +0300
+++ b/uiacceltk/hitchcock/goommonitor/src/goommemorymonitor.cpp	Tue Jul 06 14:56:00 2010 +0300
@@ -612,6 +612,7 @@
 
 	/* Allocate room for the profiling data */
 	prof_data = (EGLint*)User::Alloc(data_count * sizeof(EGLint));
+	TRACES("eglQueryProfilingData - alloc for data done");
 	if (prof_data == NULL)
 	    {
     	TRACES1("eglQueryProfilingData - could not alloc: %d", data_count * sizeof(EGLint));	
@@ -625,7 +626,9 @@
 							 prof_data,
 							 data_count,
 							 &data_count);
-
+	
+	TRACES("eglQueryProfilingData - profiling data acquired");
+	
 	/* Iterate over the returned data */
 	while (i < data_count)
 		{