Module ffi_profiler

Module ffi_profiler 

Source
Expand description

FFI Overhead Profiling

This module provides utilities for profiling FFI call overhead and identifying performance bottlenecks in cross-language boundaries.

Structs§

FfiCallGuard
RAII guard for profiling FFI calls
FfiCallStats
FFI call statistics
FfiProfiler
FFI profiler for measuring call overhead
OverheadSummary
Overhead summary
ProfilingReport
Profiling report

Functions§

global_profiler
Get the global FFI profiler