aboutsummaryrefslogtreecommitdiff
path: root/src/time-accounts.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-12-03 14:55:32 +0100
committerThomas White <taw@physics.org>2018-12-03 18:26:28 +0100
commitbe36a64d562127c56e66b2c19f028f25472129d5 (patch)
treed6c20f03d5743ba5e64cd76109e647f7f632928c /src/time-accounts.c
parent4859c44d35f7c71f39237b716090eb086c134795 (diff)
indexamajig: Add --wait-for-file
Diffstat (limited to 'src/time-accounts.c')
-rw-r--r--src/time-accounts.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/time-accounts.c b/src/time-accounts.c
index 15a984cd..2c1b5c7c 100644
--- a/src/time-accounts.c
+++ b/src/time-accounts.c
@@ -3,11 +3,11 @@
*
* Simple profiling according to wall clock time
*
- * Copyright © 2016 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2016-2018 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
- * 2016 Thomas White <taw@physics.org>
+ * 2016-2018 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -173,6 +173,7 @@ static const char *taccname(enum timeaccount acc)
case TACC_ENDCHECK : return "Checking end";
case TACC_WAKEUP : return "Waking up workers";
case TACC_WAITPID : return "Waiting on workers";
+ case TACC_WAITFILE : return "Waiting for image file";
case TACC_HDF5OPEN : return "Opening image file";
case TACC_HDF5READ : return "Reading image file";
case TACC_FILTER : return "Image filters";