IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2008, 3:05:05 PM (18 years ago)
Author:
eugene
Message:

cleanup timer marks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSourceStats.c

    r19910 r20453  
    77    float BIG_RADIUS;
    88
    9     psTimerStart ("psphot");
     9    psTimerStart ("psphot.stats");
    1010
    1111    // bit-masks to test for good/bad pixels
     
    119119    }
    120120
    121     psLogMsg ("psphot", PS_LOG_INFO, "%ld sources, %d moments, %d failed: %f sec\n", sources->n, Nmoments, Nfail, psTimerMark ("psphot"));
     121    psLogMsg ("psphot", PS_LOG_INFO, "%ld sources, %d moments, %d failed: %f sec\n", sources->n, Nmoments, Nfail, psTimerMark ("psphot.stats"));
    122122
    123123    psphotVisualShowMoments (sources);
Note: See TracChangeset for help on using the changeset viewer.