Changeset 30874 for trunk/ppStack/src/ppStackCombineFinal.c
- Timestamp:
- Mar 10, 2011, 6:03:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackCombineFinal.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCombineFinal.c
r30620 r30874 10 10 psAssert(config, "Require configuration"); 11 11 12 psTimerStart("PPSTACK_FINAL"); 13 12 14 pmReadout *outRO = options->outRO; // Output readout 13 15 pmReadout *expRO = options->expRO; // Exposure readout … … 111 113 #endif 112 114 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 113 120 return true; 114 121 }
Note:
See TracChangeset
for help on using the changeset viewer.
