Index: trunk/psphot/src/psphotMagnitudes.c
===================================================================
--- trunk/psphot/src/psphotMagnitudes.c	(revision 6117)
+++ trunk/psphot/src/psphotMagnitudes.c	(revision 6495)
@@ -76,4 +76,6 @@
     bool status;
 
+    psTimerStart ("psphot");
+
     float RADIUS = psMetadataLookupF32 (&status, config, "AP_RADIUS");
     for (int i = 0; i < sources->n; i++) {
@@ -81,4 +83,6 @@
 	pmSourceMagnitudes (source, psf, RADIUS);
     }	
+
+    psLogMsg ("psphot.magnitudes", 4, "measure magnitudes : %f sec for %d objects\n", psTimerMark ("psphot"), sources->n);
     return true;
 }
