IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18861


Ignore:
Timestamp:
Aug 1, 2008, 1:59:06 PM (18 years ago)
Author:
eugene
Message:

comment out timer marks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r18830 r18861  
    186186    }
    187187
    188     pthread_t id = pthread_self();
    189     char name[64];
    190     sprintf (name, "%x", (unsigned int) id);
    191     psTimerStart (name);
     188    // pthread_t id = pthread_self();
     189    // char name[64];
     190    // sprintf (name, "%x", (unsigned int) id);
     191    // psTimerStart (name);
    192192
    193193    psStatsOptions combineStdev = 0; // Statistics option for weights
     
    287287    for (int i = minInputRows; i < maxInputRows; i++) {
    288288        int yOut = i - output->row0; // y position on output readout
     289
    289290        #ifdef SHOW_BUSY
    290        
    291291        if (psTraceGetLevel("psModules.imcombine") > 9) {
    292292            printf("Processing row %d\r", i);
     
    294294        }
    295295        #endif
     296
    296297        for (int j = minInputCols; j < maxInputCols; j++) {
    297298            int xOut = j - output->col0; // x position on output readout
Note: See TracChangeset for help on using the changeset viewer.