Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
+ complete rewrite
  • Loading branch information
floere committed Nov 13, 2010
1 parent f22d1ef commit 4c25ede
Show file tree
Hide file tree
Showing 39 changed files with 171 additions and 991 deletions.
3 changes: 1 addition & 2 deletions MIT-LICENSE
@@ -1,5 +1,4 @@
Copyright (c) 2009 Noah Davis
Copyright (c) 2008 Ben Johnson of Binary Logic (binarylogic.com)
Copyright (c) 2010 Florian Hanke

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
136 changes: 0 additions & 136 deletions README.rdoc

This file was deleted.

26 changes: 1 addition & 25 deletions Rakefile
@@ -1,33 +1,9 @@
require 'rubygems'
require "rake/gempackagetask"
require "rake/clean"
require "spec/rake/spectask"
require './lib/oink/base.rb'

begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "oink"
s.version = Oink::Base::VERSION
s.author = "Noah Davis"
s.email = "noahd1" + "@" + "yahoo.com"
s.homepage = "http://github.com/noahd1/oink"
s.summary = "Log parser to identify actions which significantly increase VM heap size"
s.description = s.summary
s.executables = "oink"
s.files = %w[History.txt MIT-LICENSE README.rdoc Rakefile] + Dir["bin/*"] + Dir["lib/**/*"]
s.add_dependency 'hodel_3000_compliant_logger'
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

Spec::Rake::SpecTask.new do |t|
t.spec_opts == ["--color"]
end

desc "Run the specs"
task :default => ["spec"]

CLEAN.include ["pkg", "*.gem", "doc", "ri", "coverage"]
task :default => ["spec"]
3 changes: 0 additions & 3 deletions application_files/script/oink

This file was deleted.

39 changes: 0 additions & 39 deletions benchmark/instance_counter_performance.rb

This file was deleted.

14 changes: 0 additions & 14 deletions benchmark/oink.rb

This file was deleted.

11 changes: 0 additions & 11 deletions benchmark/result.txt

This file was deleted.

5 changes: 0 additions & 5 deletions bin/oink

This file was deleted.

6 changes: 0 additions & 6 deletions config/environment.rb

This file was deleted.

13 changes: 0 additions & 13 deletions db/schema.rb

This file was deleted.

1 change: 0 additions & 1 deletion init.rb

This file was deleted.

8 changes: 0 additions & 8 deletions install.rb

This file was deleted.

9 changes: 9 additions & 0 deletions lib/extensions/class.rb
@@ -0,0 +1,9 @@
class Class

#
#
def stinky
@__stinky ||= Stinky.new self
end

end
9 changes: 0 additions & 9 deletions lib/oink.rb

This file was deleted.

68 changes: 0 additions & 68 deletions lib/oink/active_record_instantiation_reporter.rb

This file was deleted.

0 comments on commit 4c25ede

Please sign in to comment.