Skip to content

Commit a31da1f

Browse files
committed
Fixing missing trace zone end in iree_io_scope_map.
1 parent a5cf548 commit a31da1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/src/iree/io/scope_map.c

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ IREE_API_EXPORT iree_status_t iree_io_scope_map_lookup(
4040
if (iree_string_view_equal(scope, entry->scope)) {
4141
IREE_TRACE_ZONE_APPEND_TEXT(z0, "hit");
4242
*out_index = entry->index;
43+
IREE_TRACE_ZONE_END(z0);
4344
return iree_ok_status();
4445
}
4546
}

0 commit comments

Comments
 (0)