IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2011, 6:03:50 PM (15 years ago)
Author:
watersc1
Message:

update to ppSub and ppStack to add timers to the stats output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackCombineFinal.c

    r30620 r30874  
    1010    psAssert(config, "Require configuration");
    1111
     12    psTimerStart("PPSTACK_FINAL");
     13   
    1214    pmReadout *outRO = options->outRO;                                      // Output readout
    1315    pmReadout *expRO = options->expRO;                                      // Exposure readout
     
    111113#endif
    112114
     115    if (options->stats) {
     116      psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_FINAL", 0,
     117                       "Time to make final stack", psTimerMark("PPSTACK_FINAL"));
     118    }
     119   
    113120    return true;
    114121}
Note: See TracChangeset for help on using the changeset viewer.