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

    r13411 r20453  
    55bool psphotSkyReplace (pmConfig *config, const pmFPAview *view) {
    66
    7     psTimerStart ("psphot");
     7    psTimerStart ("psphot.skyreplace");
    88
    99    // find the currently selected readout
     
    2828        }
    2929    }
    30     psLogMsg ("psphot.sky", PS_LOG_DETAIL, "replace background flux : %f sec\n", psTimerMark ("psphot"));
     30    psLogMsg ("psphot.sky", PS_LOG_DETAIL, "replace background flux : %f sec\n", psTimerMark ("psphot.skyreplace"));
    3131    return true;
    3232}
Note: See TracChangeset for help on using the changeset viewer.