aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
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 /src/im-sandbox.c
parent610f1778b9d4da641ba3fede8326b78d4088ee93 (diff)
Add worker ID to profiling data
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 8e1e5004..4337e4a2 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -526,7 +526,7 @@ static int run_work(const struct index_args *iargs, Stream *st,
* eventually be freed by image_free() under process_image(). */
if ( sb->profile ) {
- profile_print_and_reset();
+ profile_print_and_reset(cookie);
}
}