Skip to content

Commit 3626234

Browse files
Sujay JayakarConvex, Inc.
authored andcommitted
Add tracing span for determinining cross-call overhead (#30691)
GitOrigin-RevId: 0ccc1c537d810c2af0818ee882c021d32300710c
1 parent 55df4fd commit 3626234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/isolate/src/environment/udf/async_syscall.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ impl<RT: Runtime> AsyncSyscallProvider<RT> for DatabaseUdfEnvironment<RT> {
461461
.await
462462
}
463463

464+
#[minitrace::trace]
464465
async fn run_udf(
465466
&mut self,
466467
udf_type: UdfType,

0 commit comments

Comments
 (0)