SVN revision: 52584
This commit is contained in:
Carsten Haitzler 2010-09-22 11:29:42 +00:00
parent ea8175d746
commit c4d77fea71
1 changed files with 2 additions and 2 deletions

View 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 */
};
/**