X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgifload.c;h=ac64df6aba0a0ce9c79877fda0a4496c1f2a4de1;hb=f45528c08776cd2c87a83bf3ec7e1f7fe7b18765;hp=215d32a0cc988f69ea8f1da10de8c0bf4b57aa7a;hpb=4b0c6356359ee52f98cee8fa578179c6c41d4ef1;p=rocksndiamonds.git diff --git a/src/gifload.c b/src/gifload.c index 215d32a0..ac64df6a 100644 --- a/src/gifload.c +++ b/src/gifload.c @@ -53,7 +53,7 @@ int Read_GIF_to_Pixmaps(Display *display, Window window, char *filename, #ifdef DEBUG_TIMING count2 = Counter(); printf(" LOADING '%s' IN %.2f SECONDS\n", - filename, (float)(count2-count1)/100.0); + filename, (float)(count2-count1)/1000.0); count1 = Counter(); #endif @@ -69,7 +69,7 @@ int Read_GIF_to_Pixmaps(Display *display, Window window, char *filename, #ifdef DEBUG_TIMING count2 = Counter(); printf(" COMPRESSING IMAGE COLORMAP IN %.2f SECONDS\n", - (float)(count2-count1)/100.0); + (float)(count2-count1)/1000.0); count1 = Counter(); #endif @@ -87,7 +87,7 @@ int Read_GIF_to_Pixmaps(Display *display, Window window, char *filename, #ifdef DEBUG_TIMING count2 = Counter(); printf(" CONVERTING IMAGE TO XIMAGE IN %.2f SECONDS\n", - (float)(count2-count1)/100.0); + (float)(count2-count1)/1000.0); count1 = Counter(); #endif @@ -104,7 +104,7 @@ int Read_GIF_to_Pixmaps(Display *display, Window window, char *filename, #ifdef DEBUG_TIMING count2 = Counter(); printf(" CONVERTING IMAGE TO PIXMAP IN %.2f SECONDS\n", - (float)(count2-count1)/100.0); + (float)(count2-count1)/1000.0); count1 = Counter(); #endif @@ -114,7 +114,7 @@ int Read_GIF_to_Pixmaps(Display *display, Window window, char *filename, #ifdef DEBUG_TIMING count2 = Counter(); printf(" CONVERTING IMAGE TO MASK IN %.2f SECONDS\n", - (float)(count2-count1)/100.0); + (float)(count2-count1)/1000.0); count1 = Counter(); #endif @@ -129,7 +129,7 @@ int Read_GIF_to_Pixmaps(Display *display, Window window, char *filename, #ifdef DEBUG_TIMING count2 = Counter(); printf(" CONVERTING MASK TO XIMAGE IN %.2f SECONDS\n", - (float)(count2-count1)/100.0); + (float)(count2-count1)/1000.0); count1 = Counter(); #endif @@ -143,7 +143,7 @@ int Read_GIF_to_Pixmaps(Display *display, Window window, char *filename, #ifdef DEBUG_TIMING count2 = Counter(); printf(" CONVERTING MASK TO PIXMAP IN %.2f SECONDS\n", - (float)(count2-count1)/100.0); + (float)(count2-count1)/1000.0); count1 = Counter(); #endif