IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:41:12 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ppStack/src/ppStackConvolve.c

    r30811 r31090  
    1616    psAssert(config, "Require configuration");
    1717
     18    psTimerStart("PPSTACK_CONVOLVE");
     19   
    1820    psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSTACK_RECIPE); // ppStack recipe
    1921    psAssert(recipe, "We've thrown an error on this before.");
     
    424426    psFree(satValues);
    425427
     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   
    426433    return true;
    427434}
Note: See TracChangeset for help on using the changeset viewer.