in Sources/_TracingBenchmarkTools/DriverUtils.swift [562:564]
func logVerbose(_ msg: @autoclosure () -> String) { if c.verbose { print(msg()) } }