Sha256: 3ceecb5d7ab899a7c95ebc25fb3741cd4c4e4a3f7ea3c29e547deacf8837c0d2

Contents?: true

Size: 472 Bytes

Versions: 126

Compression:

Stored size: 472 Bytes

Contents

require 'rubygems'
require 'ruby-prof'
#require 'benchmark'
require File.join(File.dirname(__FILE__), '..', 'lib', 'yard')

YARD::Registry.load_yardoc(File.join(File.dirname(__FILE__), '..', '.yardoc'))
obj = YARD::Registry.at("YARD::CodeObjects::Base")

#PerfTools::CpuProfiler.start("template_profile") do
#end

result = RubyProf.profile do
  obj.format(:format => :html, :no_highlight => true)
end

printer = RubyProf::CallTreePrinter.new(result)
printer.print(STDOUT)

Version data entries

126 entries across 106 versions & 10 rubygems

Version Path
challah-0.5.3 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.5.2 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.5.1 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.5.0 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.4.1 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.4.0 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.3.5 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.3.4 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.3.3 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.3.2 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.3.1 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.3.0 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.2.1 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
challah-0.2.0 vendor/bundle/gems/yard-0.7.5/benchmarks/template_profile.rb
yard-0.7.5 benchmarks/template_profile.rb
nutshell-crm-0.0.6.alpha vendor/bundle/gems/yard-0.7.4/benchmarks/template_profile.rb
nutshell-crm-0.0.5 vendor/bundle/gems/yard-0.7.4/benchmarks/template_profile.rb
nutshell-crm-0.0.4 vendor/bundle/gems/yard-0.7.4/benchmarks/template_profile.rb
nutshell-crm-0.0.3 vendor/bundle/gems/yard-0.7.4/benchmarks/template_profile.rb
nutshell-crm-0.0.2 vendor/bundle/gems/yard-0.7.4/benchmarks/template_profile.rb