Index: trunk/psphot/src/psphotFindDetections.c
===================================================================
--- trunk/psphot/src/psphotFindDetections.c	(revision 16820)
+++ trunk/psphot/src/psphotFindDetections.c	(revision 17396)
@@ -8,4 +8,6 @@
     bool status;
     int pass;
+
+    psTimerStart ("psphot");
 
     // user-defined masks to test for good/bad pixels (build from recipe list if not yet set)
@@ -67,5 +69,5 @@
     psphotCullPeaks(readout->image, readout->weight, recipe, detections->footprints);
     detections->peaks = pmFootprintArrayToPeaks(detections->footprints);
-    psLogMsg ("psphot", PS_LOG_INFO, "peaks: %ld, total footprints: %ld\n", detections->peaks->n, detections->footprints->n);
+    psLogMsg ("psphot", PS_LOG_INFO, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot"));
 
     return detections;
