Sha256: c6adece535550b284ab3d66a60a800502eb15f75b6062ae8588ab6d23138f6ce

Contents?: true

Size: 303 Bytes

Versions: 63

Compression:

Stored size: 303 Bytes

Contents

require "#{File.dirname(__FILE__)}/../setup"

$LOAD_PATH << "#{File.dirname(__FILE__)}/../../lib/"
require 'rubygems'
require 'memcached'
require 'ruby-prof'

result = RubyProf.profile do  
  load "#{HERE}/profile/valgrind.rb"
end

printer = RubyProf::GraphPrinter.new(result)
printer.print(STDOUT, 0)

Version data entries

63 entries across 63 versions & 8 rubygems

Version Path
memcached-1.1 test/profile/profile.rb
memcached-1.0.7 test/profile/profile.rb
memcached-1.0.6 test/profile/profile.rb
memcached-1.0.5 test/profile/profile.rb
memcached-1.0.2 test/profile/profile.rb
memcached-1.0.1 test/profile/profile.rb
memcached-1 test/profile/profile.rb
memcached-northscale-0.19.5.4 test/profile/profile.rb
memcached-0.20.1 test/profile/profile.rb
memcached-0.20.0 test/profile/profile.rb
memcached-0.19.10 test/profile/profile.rb
memcached-0.19.9 test/profile/profile.rb
memcached-0.19.8 test/profile/profile.rb
memcached-northscale-0.19.5.3 test/profile/profile.rb
memcached-0.19.7 test/profile/profile.rb
memcached-0.19.6 test/profile/profile.rb
memcached-northscale-0.19.5.2 test/profile/profile.rb
memcached-seanl-0.19.5.6 test/profile/profile.rb
memcached-seanl-0.19.5.5 test/profile/profile.rb
memcached-seanl-0.19.5.4 test/profile/profile.rb