Index: /trunk/psastro/src/psastroDataLoad.c
===================================================================
--- /trunk/psastro/src/psastroDataLoad.c	(revision 15255)
+++ /trunk/psastro/src/psastroDataLoad.c	(revision 15256)
@@ -17,4 +17,6 @@
     pmCell *cell;
     pmReadout *readout;
+
+    psTimerStart ("psastro");
 
     // select the current recipe
@@ -66,4 +68,6 @@
     if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) ESCAPE;
 
+    psLogMsg ("psastro", 3, "load data : %f sec\n", psTimerMark ("psastro"));
+
     psFree (view);
     return true;
