# File lib/phusion_passenger/public_api.rb, line 134
        def log_total_view_rendering_time(env, runtime)
                transaction = lookup_union_station_web_transaction(env)
                if transaction
                        transaction.message("View rendering time: #{(runtime).to_i}")
                end
        end