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

    r20411 r20453  
    2727    bool status;
    2828
    29     psTimerStart ("psphot");
     29    psTimerStart ("psphot.models");
    3030
    3131    // select the appropriate recipe information
     
    142142    }
    143143   
    144     psLogMsg ("psphot.models", 4, "built models for %ld objects: %f sec\n", sources->n, psTimerMark ("psphot"));
     144    psLogMsg ("psphot.models", 4, "built models for %ld objects: %f sec\n", sources->n, psTimerMark ("psphot.models"));
    145145    return true;
    146146}
Note: See TracChangeset for help on using the changeset viewer.