IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2011, 10:16:39 AM (14 years ago)
Author:
eugene
Message:

add notes counting allocations using psImageSmooth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceFitPCM.c

    r32347 r32744  
    6767
    6868    psImage *covar = psImageAlloc (params->n, params->n, PS_TYPE_F32);
     69    // NOTE : 4 allocs to here
    6970
    7071    float t1, t2, t3, t4, t5;
    7172    if (TIMING) { t1 = psTimerMark ("pmSourceFitPCM"); }
    7273
     74    // NOTE : 996 allocs in here
    7375    bool fitStatus = pmPCM_MinimizeChisq (myMin, covar, params, source, pcm);
    7476    if (TIMING) { t2 = psTimerMark ("pmSourceFitPCM"); }
Note: See TracChangeset for help on using the changeset viewer.