global
def execution_time_ms
Convert nanoseconds to milliseconds for human-readable timing
def execution_time_ms execution_time_ns ? (execution_time_ns / 1_000_000.0).round(2) : nil end
def execution_time_ms execution_time_ns ? (execution_time_ns / 1_000_000.0).round(2) : nil end