aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/im-sandbox.c2
-rw-r--r--src/time-accounts.c4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index c6071586..87fd8fe7 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -1083,8 +1083,6 @@ void create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
} while ( !allDone );
- if ( iargs->profile ) time_accounts_print(taccs);
-
fclose(fh);
/* Indicate to the workers that we are finished, and wake them up one
diff --git a/src/time-accounts.c b/src/time-accounts.c
index d3e989fa..15a984cd 100644
--- a/src/time-accounts.c
+++ b/src/time-accounts.c
@@ -173,8 +173,8 @@ 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_HDF5OPEN : return "Opening HDF5 file";
- case TACC_HDF5READ : return "Reading HDF5 file";
+ case TACC_HDF5OPEN : return "Opening image file";
+ case TACC_HDF5READ : return "Reading image file";
case TACC_FILTER : return "Image filters";
case TACC_RESRANGE : return "Resolution range";
case TACC_PEAKSEARCH : return "Peak search";