IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:40:29 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ppSub/src/ppSub.c

    r30619 r31089  
    7171
    7272        if (data && data->stats && data->statsFile) {
     73            psMetadataAddF32(data->stats, PS_LIST_TAIL, "TIME_DIFF", 0, "Total time (sec)", psTimerMark("ppSub"));
    7374            psString stats = psMetadataConfigFormat(data->stats); // Statistics to output
    7475            if (!stats || strlen(stats) == 0) {
     
    104105
    105106        psTrace("ppSub", 1, "Finished at %f sec\n", psTimerMark("ppSub"));
     107        psLogMsg("ppSub", PS_LOG_INFO, "Complete ppSub run: %f sec\n", psTimerMark("ppSub"));
    106108        psTimerStop();
    107109
Note: See TracChangeset for help on using the changeset viewer.