aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/profile.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-05-06 12:02:54 +0200
committerThomas White <taw@physics.org>2022-06-02 12:15:38 +0200
commit27d4992f755279a2240059c9cd67f737af0481a2 (patch)
tree8bde4f5566a2abfbe0f1ea54325a45523d7309c6 /libcrystfel/src/profile.h
parent610f1778b9d4da641ba3fede8326b78d4088ee93 (diff)
Add worker ID to profiling data
Diffstat (limited to 'libcrystfel/src/profile.h')
-rw-r--r--libcrystfel/src/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/profile.h b/libcrystfel/src/profile.h
index 183528ce..61ef20c3 100644
--- a/libcrystfel/src/profile.h
+++ b/libcrystfel/src/profile.h
@@ -35,7 +35,7 @@
*/
extern void profile_init();
-extern void profile_print_and_reset();
+extern void profile_print_and_reset(int worker_id);
extern void profile_start(const char *name);
extern void profile_end(const char *name);