IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2008, 11:53:45 AM (18 years ago)
Author:
Paul Price
Message:

Adding log messages with time of important stages.

File:
1 edited

Legend:

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

    r20505 r20561  
    11311131    }
    11321132
     1133    psTimerStart("pmSubtractionConvolve");
     1134
    11331135    bool threaded = pmSubtractionThreaded(); // Running threaded?
    11341136
     
    13471349    }
    13481350
     1351    psLogMsg("psModules.imcombine", PS_LOG_INFO, "Convolve image: %f sec",
     1352             psTimerClear("pmSubtractionConvolve"));
     1353
    13491354    return true;
    13501355}
Note: See TracChangeset for help on using the changeset viewer.