IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17341


Ignore:
Timestamp:
Apr 6, 2008, 10:15:08 AM (18 years ago)
Author:
eugene
Message:

add timing to message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080324/psphot/src/psphotFindDetections.c

    r16820 r17341  
    88    bool status;
    99    int pass;
     10
     11    psTimerStart ("psphot");
    1012
    1113    // user-defined masks to test for good/bad pixels (build from recipe list if not yet set)
     
    6769    psphotCullPeaks(readout->image, readout->weight, recipe, detections->footprints);
    6870    detections->peaks = pmFootprintArrayToPeaks(detections->footprints);
    69     psLogMsg ("psphot", PS_LOG_INFO, "peaks: %ld, total footprints: %ld\n", detections->peaks->n, detections->footprints->n);
     71    psLogMsg ("psphot", PS_LOG_INFO, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot"));
    7072
    7173    return detections;
Note: See TracChangeset for help on using the changeset viewer.