[gs-cvs] rev 8706 - branches/mtrender/src

ray at ghostscript.com ray at ghostscript.com
Mon May 5 13:56:17 PDT 2008


Author: ray
Date: 2008-05-05 13:56:17 -0700 (Mon, 05 May 2008)
New Revision: 8706

Modified:
   branches/mtrender/src/imain.c
Log:
Previous commit to use 'realtime' still set the 'base_time' to 'usertime'
causing BIG times from 'print_resource_usage' on some systems (linux).


Modified: branches/mtrender/src/imain.c
===================================================================
--- branches/mtrender/src/imain.c	2008-05-05 20:39:02 UTC (rev 8705)
+++ branches/mtrender/src/imain.c	2008-05-05 20:56:17 UTC (rev 8706)
@@ -115,7 +115,7 @@
 #   else
        /* plmain settings remain in effect */
 #   endif
-    gp_get_usertime(minst->base_time);
+    gp_get_realtime(minst->base_time);
 
     /* Initialize the file search paths. */
     paths = (ref *) gs_alloc_byte_array(minst->heap, max_lib_paths, sizeof(ref),



More information about the gs-cvs mailing list