#[monitor_fn]
Instruments a function to log execution for rustmeter
Basic usage using the function’s name:
#[monitor_fn] fn process_data(data: u8) { // Function implementation }