Ignore:
Timestamp:
Sep 24, 2008 10:06:22 AM (16 years ago)
Author:
gah
Message:

added stats counters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/nanovis.cpp

    r1161 r1162  
    358358
    359359        memset(&tms, 0, sizeof(tms));
    360         if (times(&tms) < 0) {
    361             fprintf(NanoVis::logfile, "can't get times: %s\n", strerror(errno));
    362         }
     360        times(&tms);
    363361        sprintf(buf, "utime=\"%g\" ", tms.tms_utime * clockRes);
    364362        Tcl_DStringAppend(&ds, buf, -1);
Note: See TracChangeset for help on using the changeset viewer.