Basic usage
Input
add(1, 2)
Output
3
add is decorated with combine_timing_logging (timing enabled by default). The call returns the original function result (3). After the call, add.last_duration_ms is a non-negative float and add.last_log documents the call.