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/psphotSourceSize.c

    r20255 r20453  
    1515    bool status;
    1616
    17     psTimerStart ("psphot");
     17    psTimerStart ("psphot.size");
    1818
    1919    // user-defined masks to test for good/bad pixels (build from recipe list if not yet set)
     
    228228
    229229    psLogMsg ("psphot.size", PS_LOG_INFO, "measure source sizes for %ld sources: %f sec\n",
    230               sources->n - first, psTimerMark ("psphot"));
     230              sources->n - first, psTimerMark ("psphot.size"));
    231231
    232232    psphotVisualPlotSourceSize (sources);
Note: See TracChangeset for help on using the changeset viewer.