Skip to main content

trace_function

Attribute Macro trace_function 

Source
#[trace_function]
Expand description

A procedural macro attribute for tracing function calls. This macro will create a trace record when the function is called

The trace record will contain the function name as a string. Note: This macro is intended to be used with the hyperlight_guest_tracing crate.