We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cf548 commit a31da1fCopy full SHA for a31da1f
runtime/src/iree/io/scope_map.c
@@ -40,6 +40,7 @@ IREE_API_EXPORT iree_status_t iree_io_scope_map_lookup(
40
if (iree_string_view_equal(scope, entry->scope)) {
41
IREE_TRACE_ZONE_APPEND_TEXT(z0, "hit");
42
*out_index = entry->index;
43
+ IREE_TRACE_ZONE_END(z0);
44
return iree_ok_status();
45
}
46
0 commit comments