- Timestamp:
- Mar 30, 2011, 9:41:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ppStack/src/ppStackConvolve.c
r30811 r31090 16 16 psAssert(config, "Require configuration"); 17 17 18 psTimerStart("PPSTACK_CONVOLVE"); 19 18 20 psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSTACK_RECIPE); // ppStack recipe 19 21 psAssert(recipe, "We've thrown an error on this before."); … … 424 426 psFree(satValues); 425 427 428 if (options->stats) { 429 psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_CONVOLVE", PS_META_REPLACE, 430 "Time to convolve input images", psTimerMark("PPSTACK_CONVOLVE")); 431 } 432 426 433 return true; 427 434 }
Note:
See TracChangeset
for help on using the changeset viewer.
