IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15256


Ignore:
Timestamp:
Oct 9, 2007, 9:28:26 AM (19 years ago)
Author:
eugene
Message:

added timing messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroDataLoad.c

    r15216 r15256  
    1717    pmCell *cell;
    1818    pmReadout *readout;
     19
     20    psTimerStart ("psastro");
    1921
    2022    // select the current recipe
     
    6668    if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) ESCAPE;
    6769
     70    psLogMsg ("psastro", 3, "load data : %f sec\n", psTimerMark ("psastro"));
     71
    6872    psFree (view);
    6973    return true;
Note: See TracChangeset for help on using the changeset viewer.