Index: trunk/psphot/src/psphotMakeGrowthCurve.c
===================================================================
--- trunk/psphot/src/psphotMakeGrowthCurve.c	(revision 20235)
+++ trunk/psphot/src/psphotMakeGrowthCurve.c	(revision 20236)
@@ -4,4 +4,6 @@
 
     bool status;
+
+    psTimerStart ("growth");
 
     // set limits on the aperture magnitudes
@@ -32,4 +34,6 @@
     }
 
+    psLogMsg ("psphot", PS_LOG_INFO, "built growth curve: %f sec\n", psTimerMark ("growth"));
+
     return true;
 }
