From 27d4992f755279a2240059c9cd67f737af0481a2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 6 May 2022 12:02:54 +0200 Subject: Add worker ID to profiling data --- src/im-sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } } -- cgit v1.2.3