Index: trunk/psastro/src/psastro.c
===================================================================
--- trunk/psastro/src/psastro.c	(revision 23810)
+++ trunk/psastro/src/psastro.c	(revision 41285)
@@ -51,4 +51,6 @@
     }
 
+    psLogMsg("psastro", 3, "TIMEMARK: psastroDataLoad: %f sec\n", psTimerMark ("complete"));
+
     psMetadata *stats = psMetadataAlloc(); // Statistics, for output
     psMetadataAddS32(stats, PS_LIST_TAIL, "QUALITY", 0, "No problems", 0);
@@ -61,4 +63,6 @@
         exit(PS_EXIT_SYS_ERROR);
     }
+
+    psLogMsg("psastro", 3, "TIMEMARK: psastroAnalysis: %f sec\n", psTimerMark ("complete"));
 
     // write out the results
