Changeset 31054 for trunk/ppStack/src/ppStackCombineFinal.c
- Timestamp:
- Mar 25, 2011, 5:26:55 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackCombineFinal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCombineFinal.c
r30874 r31054 114 114 115 115 if (options->stats) { 116 psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_FINAL", 0, 117 "Time to make final stack", psTimerMark("PPSTACK_FINAL")); 116 // only add the timer if it has not been set (convolved stack) 117 // XXX this is weak: we should be distinguishing explicitly between convolved and unconvolved stacks 118 psMetadataLookupF32 (&status, options->stats, "TIME_FINAL"); 119 if (!status) { 120 psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_FINAL", PS_META_REPLACE, "Time to make final stack", psTimerMark("PPSTACK_FINAL")); 121 } 118 122 } 119 123
Note:
See TracChangeset
for help on using the changeset viewer.
