Skip to content

Commit

Permalink
Fixing missing trace zone end in iree_io_scope_map.
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanik committed Dec 17, 2024
1 parent a5cf548 commit a31da1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/iree/io/scope_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ IREE_API_EXPORT iree_status_t iree_io_scope_map_lookup(
if (iree_string_view_equal(scope, entry->scope)) {
IREE_TRACE_ZONE_APPEND_TEXT(z0, "hit");
*out_index = entry->index;
IREE_TRACE_ZONE_END(z0);
return iree_ok_status();
}
}
Expand Down

0 comments on commit a31da1f

Please sign in to comment.