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
memcache-auth-0.2 test/profile/profile.rb
memcache-auth-0.17.7 test/profile/profile.rb
memcached-uv-0.17.7 test/profile/profile.rb
memcached-northscale-heroku-0.17.7 test/profile/profile.rb
chuyeow-memcached-0.17.7 test/profile/profile.rb
chuyeow-memcached-0.17.4 test/profile/profile.rb
arunthampi-memcached-0.17.4 test/profile/profile.rb
memcached-0.17.7 test/profile/profile.rb
memcached-0.17.6 test/profile/profile.rb
memcached-0.17.5 test/profile/profile.rb
memcached-0.17.4 test/profile/profile.rb
memcached-0.17.3 test/profile/profile.rb
memcached-0.17.2 test/profile/profile.rb
memcached-0.17.1 test/profile/profile.rb
memcached-0.17 test/profile/profile.rb
memcached-0.16.3 test/profile/profile.rb
memcached-0.16.2 test/profile/profile.rb
memcached-0.16.1 test/profile/profile.rb
memcached-0.16 test/profile/profile.rb
memcached-0.15.3 test/profile/profile.rb