docs++
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 22 Sep 2010 11:29:42 +0000 (11:29 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 22 Sep 2010 11:29:42 +0000 (11:29 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@52584 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index c7e4228..6a4b702 100644 (file)
@@ -2091,8 +2091,8 @@ struct _Evas_Smart_Cb_Description
         int    wasted_memory; /**< current wasted memory, in bytes */
         int    saved_memory_peak; /**< peak of saved memory, in bytes */
         int    wasted_memory_peak; /**< peak of wasted memory, in bytes */
-        double saved_time_image_header_load;
-        double saved_time_image_data_load;
+        double saved_time_image_header_load; /**< time, in seconds, saved in header loads by sharing cached loads instead */
+        double saved_time_image_data_load; /**< time, in seconds, saved in data loads by sharing cached loads instead */
      };
 
 /**