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/pmSubtractionEquation.c

    r19765 r20561  
    665665    PM_ASSERT_SUBTRACTION_KERNELS_NON_NULL(kernels, false);
    666666
     667    psTimerStart("pmSubtractionCalculateEquation");
     668
    667669    // We iterate over each stamp, allocate the matrix and vectors if
    668670    // necessary, and then calculate those matrix/vectors.
     
    692694        return false;
    693695    }
     696
     697    psLogMsg("psModules.imcombine", PS_LOG_INFO, "Calculate equation: %f sec",
     698             psTimerClear("pmSubtractionCalculateEquation"));
     699
    694700
    695701    return true;
Note: See TracChangeset for help on using the changeset viewer.