aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 158da59b..6e4b7fcd 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -476,10 +476,12 @@ static int run_work(const struct index_args *iargs, Stream *st,
/* Temporary (?) abuse of "zmq_data", even though
* data comes via ASAP::O */
+ profile_start("asapo-fetch");
pargs.zmq_data = im_asapo_fetch(asapostuff,
&pargs.zmq_data_size,
&filename,
&event);
+ profile_end("asapo-fetch");
if ( pargs.zmq_data != NULL ) {
ok = 1;