Skip to content

Commit c29f1a9

Browse files
goffrieConvex, Inc.
authored andcommitted
Add trace to instantiate_and_eval_module (#38264)
GitOrigin-RevId: 7dec96ff82a916f1040aa07eac389e11e046dd28
1 parent ea3b9c1 commit c29f1a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/isolate/src/execution_scope.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ impl<'a, 'b: 'a, RT: Runtime, E: IsolateEnvironment<RT>> ExecutionScope<'a, 'b,
497497
Ok(result)
498498
}
499499

500+
#[fastrace::trace]
500501
fn instantiate_and_eval_module(&mut self, id: ModuleId) -> anyhow::Result<()> {
501502
let _s = static_span!();
502503
let module = {

0 commit comments

Comments
 (0)