From be36a64d562127c56e66b2c19f028f25472129d5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 3 Dec 2018 14:55:32 +0100 Subject: indexamajig: Add --wait-for-file --- src/time-accounts.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/time-accounts.c') 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 + * 2016-2018 Thomas White * * 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"; -- cgit v1.2.3