# File src/ruby_supportlib/phusion_passenger/vendor/union_station_hooks_core/lib/union_station_hooks_core/request_reporter/misc.rb, line 157 def log_benchmark_block(title = 'Benchmarking', &block) if null? do_nothing_on_null(:log_benchmark_block) yield else @transaction.log_activity_block(next_benchmark_name, title, &block) end end