Wolox/wor-prof

View on GitHub
lib/wprof/supports/style_support.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Wprof
  module Supports
    module StyleSupport
      def format_time(time)
        time.round(4)
      end
    end
  end
end