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

    r20069 r20453  
    66    int Nap = 0;
    77
    8     psTimerStart ("psphot");
     8    psTimerStart ("psphot.mags");
    99
    1010    pmReadout *backModel = psphotSelectBackground (config, view);
     
    6060    }
    6161
    62     psLogMsg ("psphot.magnitudes", PS_LOG_DETAIL, "measure magnitudes : %f sec for %ld objects (%d with apertures)\n", psTimerMark ("psphot"), sources->n, Nap);
     62    psLogMsg ("psphot.magnitudes", PS_LOG_DETAIL, "measure magnitudes : %f sec for %ld objects (%d with apertures)\n", psTimerMark ("psphot.mags"), sources->n, Nap);
    6363    return true;
    6464}
Note: See TracChangeset for help on using the changeset viewer.