Sha256: 70a2d63668f9d4bfa8e277ff1ae309d47dad346b9d92a3427d697fd1f0f456d3
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
HERE = File.dirname(__FILE__) $LOAD_PATH << "#{HERE}/../../lib/" require 'rubygems' require 'memcached' require 'ruby-prof' result = RubyProf.profile do load "#{HERE}/valgrind.rb" end printer = RubyProf::GraphPrinter.new(result) printer.print(STDOUT, 0)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
memcached-0.7.1 | test/profile/profile.rb |
memcached-0.7 | test/profile/profile.rb |