Created
May 24, 2011 00:52
-
-
Save inspire22/987950 to your computer and use it in GitHub Desktop.
Slow Sunspot indexing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lots of sub-threads just waiting, not sure what that's about, but I've just left them in there for now :) | |
ree-1.8.7-2011.03 :008 > printer = RubyProf::GraphPrinter.new(result) | |
=> #<RubyProf::GraphPrinter:0x96189d4 @result=#<RubyProf::Result:0xad6608c>, @options={}, @output=nil, @thread_times={79214460=>36893488144.865, 90989120=>0.01, 90990320=>0.01, 93838600=>18446744072.0571, 91000760=>0.010327887, 93839750=>18446744072.0581, 90998280=>0.01}> | |
ree-1.8.7-2011.03 :009 > printer.print(STDOUT, 0) | |
Thread ID: 79214460 | |
Total Time: 36893488144.865 | |
%total %self total self wait child calls Name | |
-------------------------------------------------------------------------------- | |
0.00 0.07 0.00 0.00 5000/40078 Sunspot::FieldFactory::Static#populate_document | |
0.00 0.01 0.00 0.00 21/40078 Array#each | |
0.00 0.00 0.00 0.00 1/40078 Kernel#require | |
0.00 0.00 0.00 0.00 3/40078 Set#merge | |
0.00 0.00 0.00 0.00 1/40078 ActiveRecord::Relation#to_a | |
0.00 0.00 0.00 0.00 3/40078 Enumerable#group_by | |
0.00 0.00 0.00 0.00 3/40078 ActiveSupport::OrderedHash#each | |
0.00 0.00 0.00 0.00 1/40078 Hash#except! | |
0.00 0.01 0.00 0.00 8006/40078 Enumerable#member? | |
0.00 0.00 0.00 0.00 8/40078 Enumerable#any? | |
0.00 0.00 0.00 0.00 4/40078 Enumerable#grep | |
0.00 0.34 0.00 0.00 9004/40078 Builder::XmlBase#method_missing | |
0.00 0.00 0.00 0.00 1/40078 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00 0.00 0.00 0.00 1/40078 Enumerable#detect | |
0.00 0.00 0.00 0.00 2/40078 ActiveRecord::Relation#initialize | |
0.00 0.00 0.00 0.00 1/40078 <Class::ActiveRecord::Base>#columns | |
0.00 0.00 0.00 0.00 2/40078 ActiveRecord::SpawnMethods#except | |
0.00 0.00 0.00 0.00 3/40078 ActiveRecord::QueryMethods#collapse_wheres | |
0.00 0.00 0.00 0.00 1/40078 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00 0.00 0.00 0.00 2/40078 ActiveSupport::Notifications::Fanout#publish | |
0.00 0.01 0.00 0.00 9005/40078 Builder::XmlMarkup#_insert_attributes | |
0.04 0.03 0.00 0.01 3001/40078 Enumerable#inject | |
0.05 0.00 0.00 0.05 1/40078 ActiveModel::AttributeMethods::ClassMethods#define_attribute_methods | |
0.05 0.00 0.00 0.05 1/40078 Sunspot::Session#remove_all | |
0.10 0.04 0.00 0.05 2000/40078 Hash#each_pair | |
0.15 0.05 0.00 0.10 1000/40078 ActiveModel::AttributeMethods#match_attribute_method? | |
0.69 0.03 0.00 0.67 1000/40078 Sunspot::Indexer#prepare | |
18446744070.6218446744069.49 0.0018446744070.60 1002/40078 Proc#call | |
18446744073.16 0.24 0.0018446744072.92 1000/40078 <Class::Sunspot::Adapters::InstanceAdapter>#for | |
100.00% 50.00%36893488144.8718446744070.31 0.0036893488144.47 40078 Array#each (ruby_runtime:0} ruby_runtime:0 | |
18446744072.7918446744072.79 0.00 0.00 31000/45036 Module#name | |
0.67 0.07 0.00 0.60 5000/5000 Sunspot::FieldFactory::Static#populate_document | |
0.15 0.04 0.00 0.10 5000/5000 RSolr::Message::Document#add_field | |
0.09 0.05 0.00 0.03 9000/9000 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#match | |
0.05 0.03 0.00 0.02 3000/3000 Sunspot::FulltextField#indexed_name | |
0.05 0.03 0.00 0.02 2000/2000 Sunspot::AttributeField#indexed_name | |
0.05 0.00 0.00 0.05 1/1 Sunspot::Indexer#remove_all | |
0.04 0.04 0.00 0.00 15000/15026 String#empty? | |
0.03 0.02 0.00 0.01 8011/167765 Hash#[] | |
0.03 0.03 0.00 0.00 12000/19156 String#to_sym | |
0.03 0.03 0.00 0.00 12000/35035 Kernel#nil? | |
0.03 0.03 0.00 0.00 17006/30040 Module#=== | |
0.02 0.02 0.00 0.00 8000/8000 <Class::Sunspot::Adapters::InstanceAdapter>#instance_adapters | |
0.02 0.02 0.00 0.00 14022/18592 String#to_s | |
0.02 0.02 0.00 0.00 9002/9002 Hash#merge! | |
0.02 0.02 0.00 0.00 8007/51050 String#<< | |
0.02 0.00 0.00 0.02 189/189 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.02 0.00 0.00 0.01 100/100 <Class::BlankSlate>#hide | |
0.01 0.01 0.00 0.00 1000/1000 ActiveRecord::AttributeMethods#attribute_method? | |
0.01 0.01 0.00 0.00 3000/3000 Module#const_defined? | |
0.01 0.00 0.00 0.01 187/189 <Class::ActiveRecord::Base>#respond_to? | |
0.01 0.00 0.00 0.01 1/2 Sunspot::Session#indexer | |
0.01 0.00 0.00 0.01 71/6092 Kernel#send | |
0.01 0.01 0.00 0.00 146/187 Module#module_eval | |
0.01 0.01 0.00 0.00 3000/3000 Module#const_get | |
0.01 0.00 0.00 0.00 843/843 Set#add | |
0.00 0.00 0.00 0.00 3000/10024 Array#<< | |
0.00 0.00 0.00 0.00 1000/4216 Kernel#respond_to? | |
0.00 0.00 0.00 0.00 335/335 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#method_name | |
0.00 0.00 0.00 0.00 6/8006 Builder::XmlMarkup#_attr_value | |
0.00 0.00 0.00 0.00 1000/5017 Kernel#block_given? | |
0.00 0.00 0.00 0.00 1000/1000 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch#attr_name | |
0.00 0.00 0.00 0.00 146/1146 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#method_missing_target | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::Notifications::Fanout::Subscriber#publish | |
0.00 0.00 0.00 0.00 146/187 ActiveModel::AttributeMethods::ClassMethods#generated_attribute_methods | |
0.00 0.00 0.00 0.00 9/9 Module#define_method | |
0.00 0.00 0.00 0.00 195/38250 Symbol#to_s | |
0.00 0.00 0.00 0.00 21/1021 ActiveModel::AttributeMethods::ClassMethods#attribute_method_matchers | |
0.00 0.00 0.00 0.00 1/1 Arel::Table#where | |
0.00 0.00 0.00 0.00 146/2182 Fixnum#+ | |
0.00 0.00 0.00 0.00 1/2 Module#attr_accessor | |
0.00 0.00 0.00 0.00 42/1939 String#== | |
0.00 0.00 0.00 0.00 21/59 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#primary_key | |
0.00 0.00 0.00 0.00 1/16 Class#inherited | |
0.00 0.00 0.00 0.00 1/2 <Module::Arel>#sql | |
0.00 0.00 0.00 0.00 9/9 Module#public_method_defined? | |
0.00 0.00 0.00 0.00 9/16 Array#+ | |
0.00 0.00 0.00 0.00 15/34 Kernel#instance_variable_set | |
0.00 0.00 0.00 0.00 2/97 <Class::Object>#method_added | |
0.00 0.01 0.00 0.00 3001/10083 Class#new | |
0.00 0.00 0.00 0.00 3/235 Kernel#== | |
0.00 0.00 0.00 0.00 1/4 Hash#delete | |
0.00 0.01 0.00 0.00 21/40078 Array#each | |
0.0018446744069.71 0.00 0.00 9001/9004 Builder::XmlBase#method_missing | |
-------------------------------------------------------------------------------- | |
18446744073.47 0.02 0.0018446744073.45 1000/1000 Sunspot::Indexer#prepare | |
50.00% 0.00%18446744073.47 0.02 0.0018446744073.45 1000 Sunspot::Indexer#document_for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:109} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:109 | |
18446744073.20 0.01 0.0018446744073.19 1000/1000 <Class::Sunspot::Adapters::InstanceAdapter>#adapt | |
0.14 0.01 0.00 0.13 1000/10083 Class#new | |
0.05 0.01 0.00 0.04 1000/1000 Sunspot::Adapters::InstanceAdapter#index_id | |
0.04 0.02 0.00 0.02 1000/1000 <Module::Sunspot::Util>#superclasses_for | |
0.00 0.00 0.00 0.00 1000/7054 Kernel#class | |
0.00 0.00 0.00 0.00 1/2 Module#attr_accessor | |
0.00 0.00 0.00 0.00 1/16 Class#inherited | |
0.00 0.00 0.00 0.00 4/97 <Class::Object>#method_added | |
0.00 0.01 0.00 0.00 1000/9041 Array#map | |
-------------------------------------------------------------------------------- | |
18446744073.20 0.01 0.0018446744073.19 1000/1000 Sunspot::Indexer#document_for | |
50.00% 0.00%18446744073.20 0.01 0.0018446744073.19 1000 <Class::Sunspot::Adapters::InstanceAdapter>#adapt (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:81} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:81 | |
18446744073.18 0.01 0.0018446744073.17 1000/1000 <Class::Sunspot::Adapters::InstanceAdapter>#for | |
0.01 0.01 0.00 0.01 1000/10083 Class#new | |
0.00 0.00 0.00 0.00 1000/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
18446744073.18 0.01 0.0018446744073.17 1000/1000 <Class::Sunspot::Adapters::InstanceAdapter>#adapt | |
50.00% 0.00%18446744073.18 0.01 0.0018446744073.17 1000 <Class::Sunspot::Adapters::InstanceAdapter>#for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:118} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:118 | |
18446744073.16 0.24 0.0018446744072.92 1000/40078 Array#each | |
0.01 0.01 0.00 0.00 1000/1002 Module#ancestors | |
0.00 0.00 0.00 0.00 1000/45036 Module#name | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/45036 <Class::ActiveRecord::Base>#find_by_sql | |
0.00 0.00 0.00 0.00 1/45036 <Class::ActiveRecord::Base>#columns | |
0.00 0.00 0.00 0.00 1/45036 Sunspot::Indexer#remove_all | |
0.00 0.00 0.00 0.00 7/45036 ActiveRecord::ConnectionAdapters::Column#type_cast_code | |
0.00 0.00 0.00 0.00 10/45036 Proc#call | |
0.00 0.00 0.00 0.00 16/45036 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool | |
0.00 0.00 0.00 0.00 1000/45036 <Class::Sunspot::Adapters::InstanceAdapter>#for | |
0.00 0.00 0.00 0.00 1000/45036 Sunspot::Adapters::InstanceAdapter#index_id | |
0.00 0.00 0.00 0.00 1000/45036 Sunspot::Type::ClassType#to_indexed | |
0.00 0.00 0.00 0.00 2000/45036 <Class::ActiveRecord::Base>#increment_instance_type_count | |
0.00 0.00 0.00 0.00 2000/45036 Array#map | |
0.02 0.02 0.00 0.00 7000/45036 <Class::Sunspot::Setup>#for | |
18446744072.7918446744072.79 0.00 0.00 31000/45036 Array#each | |
50.00% 50.00%18446744072.8218446744072.82 0.00 0.00 45036 Module#name (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
50.00% 0.00%18446744072.11 0.00 0.0018446744072.11 1 Object#irb_binding ((irb):7} (irb):7 | |
18446744072.11 0.00 0.0018446744072.11 1/1 Mybase::ClassMethods#reindex | |
-------------------------------------------------------------------------------- | |
18446744072.11 0.00 0.0018446744072.11 1/1 Object#irb_binding | |
50.00% 0.00%18446744072.11 0.00 0.0018446744072.11 1 Mybase::ClassMethods#reindex (/u/apps/newap/releases/20110521185546/app/models/mybase.rb:348} /u/apps/newap/releases/20110521185546/app/models/mybase.rb:348 | |
18446744072.11 0.00 0.0018446744072.11 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_reindex | |
0.00 0.00 0.00 0.00 1/1 Hash#reverse_merge | |
-------------------------------------------------------------------------------- | |
18446744072.11 0.00 0.0018446744072.11 1/1 Mybase::ClassMethods#reindex | |
50.00% 0.00%18446744072.11 0.00 0.0018446744072.11 1 Sunspot::Rails::Searchable::ClassMethods#solr_reindex (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/searchable.rb:182} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/searchable.rb:182 | |
18446744072.06 0.00 0.0018446744072.06 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_index | |
0.05 0.00 0.00 0.05 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_remove_all_from_index | |
-------------------------------------------------------------------------------- | |
18446744072.06 0.00 0.0018446744072.06 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_reindex | |
50.00% 0.00%18446744072.06 0.00 0.0018446744072.06 1 Sunspot::Rails::Searchable::ClassMethods#solr_index (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/searchable.rb:225} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/searchable.rb:225 | |
18446744072.04 0.00 0.0018446744072.04 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.01 0.00 0.00 0.01 1/1 <Class::ActiveRecord::Base>#count | |
0.01 0.00 0.00 0.01 1/1 <Module::Sunspot>#commit | |
0.00 0.00 0.00 0.00 1/1 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#sunspot_options | |
0.00 0.00 0.00 0.00 1/5008 Hash#merge | |
0.00 0.00 0.00 0.00 7/167765 Hash#[] | |
0.00 0.00 0.00 0.00 2/2182 Fixnum#+ | |
0.00 0.00 0.00 0.00 2/71227 Fixnum#< | |
-------------------------------------------------------------------------------- | |
18446744072.04 0.00 0.0018446744072.04 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_index | |
50.00% 0.00%18446744072.04 0.00 0.0018446744072.04 1 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/searchable.rb:319} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/searchable.rb:319 | |
18446744071.84 0.00 0.0018446744071.84 1/1 <Module::Sunspot>#index | |
0.20 0.00 0.00 0.20 1/1 <Class::ActiveRecord::Base>#all | |
0.00 0.00 0.00 0.00 2/2 Logger#info | |
0.00 0.00 0.00 0.00 2/2 Time#to_s | |
0.00 0.00 0.00 0.00 1/3 Time#- | |
0.00 0.00 0.00 0.00 4/10 <Class::Time>#now | |
0.00 0.00 0.00 0.00 2/2 Float#to_s | |
0.00 0.00 0.00 0.00 1/1001 #<Module:0xb2015ec>#id | |
0.00 0.00 0.00 0.00 1/1 Fixnum#/ | |
0.00 0.00 0.00 0.00 2/6 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#table_name | |
0.00 0.00 0.00 0.00 2/6 <Class::ActiveRecord::Base>#logger | |
0.00 0.00 0.00 0.00 2/59 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#primary_key | |
0.00 0.00 0.00 0.00 1/1 Fixnum#* | |
0.00 0.00 0.00 0.00 1/7 Array#last | |
0.00 0.00 0.00 0.00 1/1020 Fixnum#to_s | |
0.00 0.00 0.00 0.00 2/167765 Hash#[] | |
0.00 0.00 0.00 0.00 1/1 Float#to_f | |
-------------------------------------------------------------------------------- | |
18446744071.84 0.00 0.0018446744071.84 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
50.00% 0.00%18446744071.84 0.00 0.0018446744071.84 1 <Module::Sunspot>#index (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot.rb:174} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot.rb:174 | |
18446744071.84 0.00 0.0018446744071.84 1/1 Sunspot::SessionProxy::SilentFailSessionProxy#index | |
0.00 0.00 0.00 0.00 1/3 <Module::Sunspot>#session | |
-------------------------------------------------------------------------------- | |
18446744071.84 0.00 0.0018446744071.84 1/1 <Module::Sunspot>#index | |
50.00% 0.00%18446744071.84 0.00 0.0018446744071.84 1 Sunspot::SessionProxy::SilentFailSessionProxy#index ((eval):1} (eval):1 | |
18446744071.84 0.00 0.0018446744071.84 1/1 Sunspot::SessionProxy::ThreadLocalSessionProxy#index | |
-------------------------------------------------------------------------------- | |
18446744071.84 0.00 0.0018446744071.84 1/1 Sunspot::SessionProxy::SilentFailSessionProxy#index | |
50.00% 0.00%18446744071.84 0.00 0.0018446744071.84 1 Sunspot::SessionProxy::ThreadLocalSessionProxy#index (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session_proxy/abstract_session_proxy.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session_proxy/abstract_session_proxy.rb:10 | |
18446744071.84 0.00 0.0018446744071.84 1/1 Sunspot::Session#index | |
0.00 0.00 0.00 0.00 1/3 Sunspot::SessionProxy::ThreadLocalSessionProxy#session | |
-------------------------------------------------------------------------------- | |
18446744071.84 0.00 0.0018446744071.84 1/1 Sunspot::SessionProxy::ThreadLocalSessionProxy#index | |
50.00% 0.00%18446744071.84 0.00 0.0018446744071.84 1 Sunspot::Session#index (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:88} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:88 | |
18446744071.55 0.00 0.0018446744071.55 1/1 Sunspot::Indexer#add | |
0.29 0.01 0.00 0.28 1/2 Array#flatten! | |
0.00 0.00 0.00 0.00 1/2 Sunspot::Session#indexer | |
0.00 0.00 0.00 0.00 1/2 Array#length | |
0.00 0.00 0.00 0.00 1/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
18446744071.55 0.00 0.0018446744071.55 1/1 Sunspot::Session#index | |
50.00% 0.00%18446744071.55 0.00 0.0018446744071.55 1 Sunspot::Indexer#add (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:23} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:23 | |
18446744070.63 0.00 0.0018446744070.63 1/1 Sunspot::Indexer#add_documents | |
0.93 0.01 0.00 0.92 1/9041 Array#map | |
0.00 0.00 0.00 0.00 1/5001 <Module::Sunspot::Util>#Array | |
0.00 0.00 0.00 0.00 1/1013 NilClass#nil? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 RSolr::Message::Generator#commit | |
0.04 0.00 0.00 0.04 1/3 RSolr::Message::Generator#delete_by_query | |
18446744070.62 0.00 0.0018446744070.62 1/3 RSolr::Message::Generator#add | |
50.00% 0.00%18446744070.66 0.00 0.0018446744070.66 3 RSolr::Message::Generator#build (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/generator.rb:3} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/generator.rb:3 | |
18446744070.62 0.00 0.0018446744070.62 3/9004 Builder::XmlBase#method_missing | |
0.04 0.00 0.00 0.04 3/14 ActiveSupport::Dependencies::Loadable#require | |
0.00 0.00 0.00 0.00 3/3 Builder::XmlMarkup#instruct! | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
0.00 0.00 0.00 0.00 3/5017 Kernel#block_given? | |
-------------------------------------------------------------------------------- | |
18446744070.63 0.00 0.0018446744070.63 1/1 Sunspot::Indexer#add | |
50.00% 0.00%18446744070.63 0.00 0.0018446744070.63 1 Sunspot::Indexer#add_documents (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:100} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:100 | |
18446744070.63 0.00 0.0018446744070.63 1/1 RSolr::Client#add | |
-------------------------------------------------------------------------------- | |
18446744070.63 0.00 0.0018446744070.63 1/1 Sunspot::Indexer#add_documents | |
50.00% 0.00%18446744070.63 0.00 0.0018446744070.63 1 RSolr::Client#add (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:45} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:45 | |
18446744070.62 0.00 0.0018446744070.62 1/1 RSolr::Message::Generator#add | |
0.01 0.00 0.00 0.01 1/3 RSolr::Client#update | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#message | |
-------------------------------------------------------------------------------- | |
18446744070.62 0.00 0.0018446744070.62 1/1 RSolr::Client#add | |
50.00% 0.00%18446744070.62 0.00 0.0018446744070.62 1 RSolr::Message::Generator#add (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/generator.rb:35} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/generator.rb:35 | |
18446744070.62 0.00 0.0018446744070.62 1/3 RSolr::Message::Generator#build | |
0.00 0.00 0.00 0.00 1/8026 Kernel#is_a? | |
-------------------------------------------------------------------------------- | |
0.0018446744069.71 0.00 0.00 9001/9004 Array#each | |
18446744070.62 0.00 0.0018446744070.62 3/9004 RSolr::Message::Generator#build | |
50.00% 50.00%18446744070.6218446744069.71 0.0018446744070.62 9004 Builder::XmlBase#method_missing (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:37} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:37 | |
18446744070.62 0.01 0.0018446744070.62 1002/1002 Builder::XmlBase#_nested_structures | |
3.84 0.04 0.00 3.79 8001/8001 Builder::XmlBase#text! | |
0.58 0.13 0.00 0.45 9004/9004 Builder::XmlMarkup#_start_tag | |
0.10 0.06 0.00 0.04 9003/9003 Builder::XmlMarkup#_end_tag | |
0.07 0.05 0.00 0.01 10006/10009 Builder::XmlBase#_indent | |
0.06 0.05 0.00 0.01 10006/10009 Builder::XmlBase#_newline | |
0.02 0.02 0.00 0.00 9004/9013 Kernel#kind_of? | |
0.01 0.01 0.00 0.00 9004/9023 Array#first | |
0.01 0.01 0.00 0.00 8001/35035 Kernel#nil? | |
0.00 0.00 0.00 0.00 1003/1013 NilClass#nil? | |
0.00 0.34 0.00 0.00 9004/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 11/1013 Hash#default | |
18446744070.62 0.01 0.0018446744070.62 1002/1013 Builder::XmlBase#_nested_structures | |
50.00% 0.00%18446744070.62 0.01 0.0018446744070.62 1013 Proc#call (ruby_runtime:0} ruby_runtime:0 | |
18446744070.6218446744069.49 0.0018446744070.60 1002/40078 Array#each | |
0.00 0.00 0.00 0.00 10/26 String#gsub | |
0.00 0.00 0.00 0.00 11/1983 Hash#[]= | |
0.00 0.00 0.00 0.00 10/45036 Module#name | |
0.00 0.00 0.00 0.00 1/4 <Class::ActiveRecord::Base>#connection_pool | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
0.00 0.00 0.00 0.00 2/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
18446744070.62 0.01 0.0018446744070.62 1002/1002 Builder::XmlBase#method_missing | |
50.00% 0.00%18446744070.62 0.01 0.0018446744070.62 1002 Builder::XmlBase#_nested_structures (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:132} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:132 | |
18446744070.62 0.01 0.0018446744070.62 1002/1013 Proc#call | |
0.00 0.00 0.00 0.00 1002/1004 Fixnum#- | |
0.00 0.00 0.00 0.00 1002/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/9041 Arel::Visitors::ToSql#visit_Arel_Nodes_Count | |
0.00 0.00 0.00 0.00 3/9041 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore | |
0.00 0.01 0.00 0.00 1000/9041 Sunspot::Indexer#document_for | |
0.00 0.00 0.00 0.00 1/9041 Arel::Visitors::JoinSql#visit_Arel_Nodes_SelectCore | |
0.00 0.00 0.00 0.00 1/9041 ActiveRecord::AttributeMethods::Read::ClassMethods#cached_attributes | |
0.00 0.00 0.00 0.00 1/9041 Arel::SelectManager#order | |
0.00 0.00 0.00 0.00 1/9041 <Class::ActiveRecord::Base>#column_names | |
0.00 0.00 0.00 0.00 1/9041 <Class::ActiveRecord::Base>#columns_hash | |
0.00 0.00 0.00 0.00 3/9041 Arel::SelectManager#project | |
0.00 0.00 0.00 0.00 15/9041 Net::HTTPHeader#capitalize | |
0.00 0.00 0.00 0.00 3/9041 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement | |
0.00 0.00 0.00 0.00 1/9041 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods | |
0.00 0.00 0.00 0.00 1/9041 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.00 0.00 0.00 0.00 1/9041 Enumerable#sum | |
0.93 0.01 0.00 0.92 1/9041 Sunspot::Indexer#add | |
3.62 0.30 0.00 3.32 8007/9041 String#to_xs | |
0.00% 0.00% 4.55 0.32 0.00 4.24 9041 Array#map (ruby_runtime:0} ruby_runtime:0 | |
3.32 1.30 0.00 2.02 71223/71223 Fixnum#xchr | |
0.92 0.02 0.0018446744074.61 1000/1000 Sunspot::Indexer#prepare | |
0.00 0.00 0.00 0.00 2000/45036 Module#name | |
0.00 0.00 0.00 0.00 20/20 Array#| | |
0.00 0.00 0.00 0.00 841/18592 String#to_s | |
0.00 0.00 0.00 0.00 10/12 Module#public_instance_methods | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::MySQL#visit_Arel_Nodes_SelectCore | |
0.00 0.00 0.00 0.00 10/12 Module#private_instance_methods | |
0.00 0.00 0.00 0.00 10/12 Module#protected_instance_methods | |
0.00 0.00 0.00 0.00 21/21 String#capitalize | |
0.00 0.00 0.00 0.00 3/209 Array#include? | |
0.00 0.00 0.00 0.00 3/7054 Kernel#class | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
0.00 0.00 0.00 0.00 1/30040 Module#=== | |
0.00 0.00 0.00 0.00 5/14 Arel::Visitors::Visitor#visit | |
-------------------------------------------------------------------------------- | |
3.84 0.04 0.00 3.79 8001/8001 Builder::XmlBase#method_missing | |
0.00% 0.00% 3.84 0.04 0.00 3.79 8001 Builder::XmlBase#text! (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:80} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:80 | |
3.75 0.03 0.00 3.72 8001/8007 Builder::XmlBase#_escape | |
0.05 0.03 0.00 0.01 8001/8001 Builder::XmlMarkup#_text | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/8007 Builder::XmlBase#_escape_quote | |
3.75 0.03 0.00 3.72 8001/8007 Builder::XmlBase#text! | |
0.00% 0.00% 3.75 0.03 0.00 3.72 8007 Builder::XmlBase#_escape (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:114} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:114 | |
3.72 0.05 0.00 3.66 8007/8007 String#to_xs | |
-------------------------------------------------------------------------------- | |
3.72 0.05 0.00 3.66 8007/8007 Builder::XmlBase#_escape | |
0.00% 0.00% 3.72 0.05 0.00 3.66 8007 String#to_xs (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xchar.rb:110} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xchar.rb:110 | |
3.62 0.30 0.00 3.32 8007/9041 Array#map | |
0.03 0.03 0.00 0.00 8007/8070 Array#join | |
0.02 0.02 0.00 0.00 8007/8007 String#unpack | |
-------------------------------------------------------------------------------- | |
3.32 1.30 0.00 2.02 71223/71223 Array#map | |
0.00% 0.00% 3.32 1.30 0.00 2.02 71223 Fixnum#xchr (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xchar.rb:93} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xchar.rb:93 | |
0.76 0.50 0.00 0.26 213669/213671 Kernel#=== | |
0.59 0.38 0.00 0.21 142446/167765 Hash#[] | |
0.46 0.28 0.00 0.18 71223/71223 Range#=== | |
0.12 0.12 0.00 0.00 71223/71223 Integer#chr | |
0.09 0.09 0.00 0.00 71223/71227 Fixnum#< | |
-------------------------------------------------------------------------------- | |
0.92 0.02 0.0018446744074.61 1000/1000 Array#map | |
0.00% 0.00% 0.92 0.02 0.0018446744074.61 1000 Sunspot::Indexer#prepare (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:88} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:88 | |
18446744073.47 0.02 0.0018446744073.45 1000/1000 Sunspot::Indexer#document_for | |
0.69 0.03 0.00 0.67 1000/40078 Array#each | |
0.41 0.02 0.00 0.40 1000/1000 Sunspot::Setup#all_field_factories | |
0.03 0.01 0.00 0.02 1000/1000 Sunspot::Indexer#setup_for | |
0.01 0.01 0.00 0.00 1000/1000 Sunspot::Setup#document_boost_for | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/213671 ActiveRecord::Calculations#type_cast_calculated_value | |
0.00 0.00 0.00 0.00 1/213671 <Module::URI>#split | |
0.76 0.50 0.00 0.26 213669/213671 Fixnum#xchr | |
0.00% 0.00% 0.76 0.50 0.00 0.26 213671 Kernel#=== (ruby_runtime:0} ruby_runtime:0 | |
0.26 0.26 0.00 0.00 213669/234712 Fixnum#== | |
0.00 0.00 0.00 0.00 2/1939 String#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/167765 Proc#call | |
0.00 0.00 0.00 0.00 1/167765 <Object::LightConfig::Configuration>#url | |
0.00 0.00 0.00 0.00 1/167765 <Module::URI>#parse | |
0.00 0.00 0.00 0.00 2/167765 RSolr::Connection::Requestable#initialize | |
0.00 0.00 0.00 0.00 2/167765 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00 0.00 0.00 0.00 1/167765 ActiveRecord::Calculations#perform_calculation | |
0.00 0.00 0.00 0.00 2/167765 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00 0.00 0.00 0.00 1/167765 <Object::LightConfig::Configuration>#solr | |
0.00 0.00 0.00 0.00 3/167765 ActiveRecord::ConnectionAdapters::ConnectionPool#with_connection | |
0.00 0.00 0.00 0.00 2/167765 Arel::Visitors::ToSql#quote_table_name | |
0.00 0.00 0.00 0.00 1/167765 ActiveRecord::Relation#method_missing | |
0.00 0.00 0.00 0.00 7/167765 Sunspot::Rails::Searchable::ClassMethods#solr_index | |
0.00 0.00 0.00 0.00 2/167765 ActiveSupport::Notifications::Fanout#listeners_for | |
0.00 0.00 0.00 0.00 2/167765 Time#to_s | |
0.00 0.00 0.00 0.00 2/167765 Date::Format::Bag#method_missing | |
0.00 0.00 0.00 0.00 6/167765 Net::HTTPHeader#sub_type | |
0.00 0.00 0.00 0.00 6/167765 Net::HTTPHeader#main_type | |
0.00 0.00 0.00 0.00 3/167765 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote_table_name | |
0.00 0.00 0.00 0.00 3/167765 <Class::Net::HTTPResponse>#response_class | |
0.00 0.00 0.00 0.00 9/167765 RSolr::Client#adapt_response | |
0.00 0.00 0.00 0.00 3/167765 Net::HTTPHeader#content_range | |
0.00 0.00 0.00 0.00 3/167765 Net::HTTPHeader#chunked? | |
0.00 0.00 0.00 0.00 9/167765 ActiveRecord::ConnectionAdapters::ConnectionPool#connection | |
0.00 0.00 0.00 0.00 6/167765 RSolr::Connection::Requestable#request | |
0.00 0.00 0.00 0.00 20/167765 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 21/167765 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute= | |
0.00 0.00 0.00 0.00 9/167765 Builder::XmlMarkup#initialize | |
0.00 0.00 0.00 0.00 16/167765 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool | |
0.00 0.00 0.00 0.00 24/167765 Net::HTTPHeader#[] | |
0.00 0.00 0.00 0.00 36/167765 ActiveRecord::AttributeMethods::Read::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 3/167765 <Module::Arel::Visitors>#visitor_for | |
0.00 0.00 0.00 0.00 14/167765 Arel::Visitors::Visitor#visit | |
0.00 0.00 0.00 0.00 1000/167765 #<Module:0xb2015ec>#oldpoet | |
0.00 0.00 0.00 0.00 1000/167765 #<Module:0xb2015ec>#name | |
0.00 0.00 0.00 0.00 1000/167765 ActiveRecord::Base#init_with | |
0.00 0.00 0.00 0.00 1000/167765 #<Module:0xb2015ec>#email | |
0.00 0.00 0.00 0.00 1085/167765 Class#read_inheritable_attribute | |
0.00 0.00 0.00 0.00 1000/167765 #<Module:0xb2015ec>#real_name | |
0.00 0.00 0.00 0.00 1001/167765 #<Module:0xb2015ec>#id | |
0.00 0.00 0.00 0.00 2000/167765 <Class::ActiveRecord::Base>#increment_instance_type_count | |
0.01 0.00 0.00 0.00 1000/167765 <Class::ActiveRecord::Base>#instantiate | |
0.03 0.02 0.00 0.01 7000/167765 <Class::Sunspot::Setup>#for | |
0.03 0.02 0.00 0.01 8011/167765 Array#each | |
0.59 0.38 0.00 0.21 142446/167765 Fixnum#xchr | |
0.00% 0.00% 0.68 0.44 0.00 0.23 167765 Hash#[] (ruby_runtime:0} ruby_runtime:0 | |
0.23 0.23 0.00 0.00 155513/155513 Hash#default | |
0.00 0.00 0.00 0.00 17/29 Kernel#hash | |
-------------------------------------------------------------------------------- | |
0.67 0.07 0.00 0.60 5000/5000 Array#each | |
0.00% 0.00% 0.67 0.07 0.00 0.60 5000 Sunspot::FieldFactory::Static#populate_document (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field_factory.rb:57} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field_factory.rb:57 | |
0.13 0.02 0.00 0.11 5000/5000 Sunspot::DataExtractor::AttributeExtractor#value_for | |
0.09 0.05 0.00 0.05 5000/5000 Sunspot::Field#to_indexed | |
0.04 0.04 0.00 0.01 5000/5001 <Module::Sunspot::Util>#Array | |
0.01 0.01 0.00 0.00 5000/35035 Kernel#nil? | |
0.00 0.07 0.00 0.00 5000/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.58 0.13 0.00 0.45 9004/9004 Builder::XmlBase#method_missing | |
0.00% 0.00% 0.58 0.13 0.00 0.45 9004 Builder::XmlMarkup#_start_tag (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:286} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:286 | |
0.40 0.09 0.00 0.31 9004/9007 Builder::XmlMarkup#_insert_attributes | |
0.03 0.03 0.00 0.00 18009/51050 String#<< | |
0.02 0.02 0.00 0.00 9004/38250 Symbol#to_s | |
-------------------------------------------------------------------------------- | |
0.46 0.28 0.00 0.18 71223/71223 Fixnum#xchr | |
0.00% 0.00% 0.46 0.28 0.00 0.18 71223 Range#=== (ruby_runtime:0} ruby_runtime:0 | |
0.18 0.18 0.00 0.00 142446/142446 Fixnum#<=> | |
-------------------------------------------------------------------------------- | |
0.41 0.02 0.00 0.40 1000/1000 Sunspot::Indexer#prepare | |
0.00% 0.00% 0.41 0.02 0.00 0.40 1000 Sunspot::Setup#all_field_factories (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:225} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:225 | |
0.14 0.00 0.00 0.14 1000/1000 Sunspot::Setup#field_factories | |
0.13 0.00 0.00 0.12 1000/1000 Sunspot::Setup#text_field_factories | |
0.13 0.00 0.00 0.12 1000/1000 Sunspot::Setup#dynamic_field_factories | |
0.01 0.01 0.00 0.00 3000/3004 Array#concat | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9007 Builder::XmlMarkup#_special | |
0.40 0.09 0.00 0.31 9004/9007 Builder::XmlMarkup#_start_tag | |
0.00% 0.00% 0.40 0.09 0.00 0.31 9007 Builder::XmlMarkup#_insert_attributes (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:299} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:299 | |
0.29 0.13 0.00 0.16 9005/9014 Hash#each | |
0.01 0.01 0.00 0.00 9005/35035 Kernel#nil? | |
0.00 0.01 0.00 0.00 9005/40078 Array#each | |
0.00 0.00 0.00 0.00 2/1013 NilClass#nil? | |
-------------------------------------------------------------------------------- | |
0.12 0.01 0.00 0.12 1000/3000 Sunspot::Setup#dynamic_field_factories | |
0.12 0.01 0.00 0.12 1000/3000 Sunspot::Setup#text_field_factories | |
0.14 0.01 0.00 0.13 1000/3000 Sunspot::Setup#field_factories | |
0.00% 0.00% 0.38 0.02 0.00 0.36 3000 Sunspot::Setup#collection_from_inheritable_hash (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:285} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:285 | |
0.35 0.04 0.00 0.31 3000/3000 Sunspot::Setup#get_inheritable_hash | |
0.01 0.01 0.00 0.00 3000/3001 Hash#values | |
-------------------------------------------------------------------------------- | |
0.35 0.04 0.00 0.31 3000/3000 Sunspot::Setup#collection_from_inheritable_hash | |
0.00% 0.00% 0.35 0.04 0.00 0.31 3000 Sunspot::Setup#get_inheritable_hash (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:275} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:275 | |
0.30 0.02 0.00 0.27 3000/3000 Sunspot::Setup#parent | |
0.01 0.01 0.00 0.00 3000/38250 Symbol#to_s | |
0.01 0.01 0.00 0.00 3000/3000 Kernel#instance_variable_get | |
-------------------------------------------------------------------------------- | |
0.30 0.02 0.00 0.27 3000/3000 Sunspot::Setup#get_inheritable_hash | |
0.00% 0.00% 0.30 0.02 0.00 0.27 3000 Sunspot::Setup#parent (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:271} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:271 | |
0.16 0.04 0.00 0.13 3000/10000 <Class::Sunspot::Setup>#for | |
0.10 0.01 0.00 0.09 3000/3000 Sunspot::Setup#clazz | |
0.01 0.01 0.00 0.00 3000/14007 Class#superclass | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 Sunspot::Session#remove_all | |
0.29 0.01 0.00 0.28 1/2 Sunspot::Session#index | |
0.00% 0.00% 0.29 0.01 0.00 0.28 2 Array#flatten! (ruby_runtime:0} ruby_runtime:0 | |
0.28 0.01 0.00 0.27 1000/1000 ActiveRecord::AttributeMethods#respond_to? | |
0.00 0.00 0.00 0.00 1/189 <Class::ActiveRecord::Base>#respond_to? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/234712 MonitorMixin#mon_exit | |
0.00 0.00 0.00 0.00 2/234712 <Class::ActiveRecord::ConnectionAdapters::Column>#new_date | |
0.00 0.00 0.00 0.00 1/234712 <Class::ActiveRecord::Base>#raise_if_bind_arity_mismatch | |
0.00 0.00 0.00 0.00 3/234712 Net::HTTP#addr_port | |
0.00 0.00 0.00 0.00 3/234712 RSolr::Connection::Requestable#request | |
0.00 0.00 0.00 0.00 6/234712 <Module::Timeout>#timeout | |
0.00 0.00 0.00 0.00 1008/234712 String#blank? | |
0.01 0.01 0.00 0.00 10009/234712 Builder::XmlBase#_newline | |
0.01 0.01 0.00 0.00 10009/234712 Builder::XmlBase#_indent | |
0.26 0.26 0.00 0.00 213669/234712 Kernel#=== | |
0.00% 0.00% 0.29 0.29 0.00 0.00 234712 Fixnum#== (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 6/235 Kernel#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9014 Net::HTTPHeader#initialize_http_header | |
0.00 0.00 0.00 0.00 3/9014 Enumerable#map | |
0.00 0.00 0.00 0.00 3/9014 Net::HTTPHeader#each_capitalized | |
0.29 0.13 0.00 0.16 9005/9014 Builder::XmlMarkup#_insert_attributes | |
0.00% 0.00% 0.29 0.13 0.00 0.16 9014 Hash#each (ruby_runtime:0} ruby_runtime:0 | |
0.09 0.07 0.00 0.03 8000/8006 Builder::XmlMarkup#_attr_value | |
0.04 0.02 0.00 0.01 8006/8006 Enumerable#member? | |
0.02 0.02 0.00 0.00 8003/38250 Symbol#to_s | |
0.01 0.01 0.00 0.00 8015/51050 String#<< | |
0.00 0.00 0.00 0.00 15/15 Net::HTTPHeader#capitalize | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::Utils#build_param | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPHeader#key? | |
0.00 0.00 0.00 0.00 15/8070 Array#join | |
0.00 0.00 0.00 0.00 3/1983 Hash#[]= | |
0.00 0.00 0.00 0.00 3/15 String#strip | |
0.00 0.00 0.00 0.00 3/15026 String#empty? | |
0.00 0.00 0.00 0.00 3/4124 Module#== | |
0.00 0.00 0.00 0.00 3/85 String#downcase | |
0.00 0.00 0.00 0.00 3/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.28 0.01 0.00 0.27 1000/1000 Array#flatten! | |
0.00% 0.00% 0.28 0.01 0.00 0.27 1000 ActiveRecord::AttributeMethods#respond_to? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:50} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:50 | |
0.20 0.01 0.00 0.18 1000/1000 ActiveModel::AttributeMethods#respond_to? | |
0.07 0.01 0.00 0.07 1000/1000 ActiveRecord::AttributeMethods::ClassMethods#define_attribute_methods | |
0.00 0.00 0.00 0.00 1000/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.23 0.23 0.00 0.00 155513/155513 Hash#[] | |
0.00% 0.00% 0.23 0.23 0.00 0.00 155513 Hash#default (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 11/1013 Proc#call | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/10083 Arel::SelectManager#initialize | |
0.00 0.00 0.00 0.00 3/10083 Set#initialize | |
0.00 0.00 0.00 0.00 1/10083 <Module::URI>#parse | |
0.00 0.00 0.00 0.00 1/10083 <Class::Date>#_parse | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
0.00 0.00 0.00 0.00 1/10083 Proc#call | |
0.00 0.00 0.00 0.00 1/10083 Array#map | |
0.00 0.00 0.00 0.00 1/10083 RSolr::Client#message | |
0.00 0.00 0.00 0.00 1/10083 Sunspot::Session#indexer | |
0.00 0.00 0.00 0.00 1/10083 ActiveModel::AttributeMethods::ClassMethods#generated_attribute_methods | |
0.00 0.01 0.00 0.00 3001/10083 Array#each | |
0.00 0.00 0.00 0.00 1/10083 Arel::Expressions#count | |
0.00 0.00 0.00 0.00 2/10083 ActiveRecord::QueryMethods#build_select | |
0.00 0.00 0.00 0.00 2/10083 Arel::SelectManager#take | |
0.00 0.00 0.00 0.00 2/10083 Arel::SelectManager#join_sql | |
0.00 0.00 0.00 0.00 1/10083 Sunspot::SessionProxy::ThreadLocalSessionProxy#session | |
0.00 0.00 0.00 0.00 2/10083 <Module::Arel>#sql | |
0.00 0.00 0.00 0.00 3/10083 Net::HTTP#connect | |
0.00 0.00 0.00 0.00 3/10083 IO#sysread | |
0.00 0.00 0.00 0.00 3/10083 Enumerable#group_by | |
0.00 0.00 0.00 0.00 3/10083 <Class::Net::HTTPResponse>#read_new | |
0.00 0.00 0.00 0.00 3/10083 RSolr::Message::Generator#build | |
0.00 0.00 0.00 0.00 1/10083 ActiveRecord::SpawnMethods#except | |
0.00 0.00 0.00 0.00 2/10083 ActiveSupport::LogSubscriber#call | |
0.00 0.00 0.00 0.00 2/10083 RSolr::Connectable#connect | |
0.00 0.00 0.00 0.00 3/10083 Net::HTTP#post | |
0.00 0.00 0.00 0.00 3/10083 Arel::Table#from | |
0.00 0.00 0.00 0.00 6/10083 <Module::Timeout>#timeout | |
0.00 0.00 0.00 0.00 21/10083 Mysql::Result#each | |
0.01 0.00 0.00 0.01 3/10083 Enumerable#to_set | |
0.01 0.01 0.00 0.01 1000/10083 <Class::Sunspot::Adapters::InstanceAdapter>#adapt | |
0.05 0.02 0.00 0.03 5000/10083 RSolr::Message::Document#add_field | |
0.14 0.01 0.00 0.13 1000/10083 Sunspot::Indexer#document_for | |
0.00% 0.00% 0.22 0.05 0.00 0.18 10083 Class#new (ruby_runtime:0} ruby_runtime:0 | |
0.13 0.01 0.00 0.12 1000/1000 RSolr::Message::Document#initialize | |
0.04 0.04 0.00 0.00 8000/8000 RSolr::Message::Field#initialize | |
0.02 0.02 0.00 0.00 10064/11076 <Class::Object>#allocate | |
0.01 0.00 0.00 0.01 3/3 Set#initialize | |
0.00 0.00 0.00 0.00 1000/1000 Sunspot::Adapters::InstanceAdapter#initialize | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#initialize | |
0.00 0.00 0.00 0.00 3/3 Arel::SelectManager#initialize | |
0.00 0.00 0.00 0.00 6/6 Class#initialize | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPRequest#initialize | |
0.00 0.00 0.00 0.00 1/1 RSolr::Connection::Requestable#initialize | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::Notifications::Event#initialize | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Relation#initialize | |
0.00 0.00 0.00 0.00 1/1 URI::HTTP#initialize | |
0.00 0.00 0.00 0.00 3/3 Builder::XmlMarkup#initialize | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#initialize | |
0.00 0.00 0.00 0.00 3/3 ActiveSupport::OrderedHash#initialize | |
0.00 0.00 0.00 0.00 6/6 <Class::Class>#allocate | |
0.00 0.00 0.00 0.00 3/3 Arel::Nodes::SelectCore#initialize | |
0.00 0.00 0.00 0.00 3/3 Arel::Nodes::SelectStatement#initialize | |
0.00 0.00 0.00 0.00 3/3 Net::BufferedIO#initialize | |
0.00 0.00 0.00 0.00 3/3 Exception#initialize | |
0.00 0.00 0.00 0.00 6/6 String#initialize | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::ToSql#initialize | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Session#initialize | |
0.00 0.00 0.00 0.00 6/7 <Class::String>#allocate | |
0.00 0.00 0.00 0.00 6/5019 <Class::Hash>#allocate | |
0.00 0.00 0.00 0.00 3/3 Arel::Nodes::Unary#initialize | |
0.00 0.00 0.00 0.00 1/1 Arel::Nodes::Count#initialize | |
0.00 0.00 0.00 0.00 3/6 Hash#initialize | |
0.00 0.00 0.00 0.00 1/1 RSolr::Client#initialize | |
0.00 0.00 0.00 0.00 1/1 Date::Format::Bag#initialize | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Indexer#initialize | |
0.00 0.00 0.00 0.00 1/1 Module#initialize | |
0.00 0.00 0.00 0.00 1/1 <Class::Module>#allocate | |
0.00 0.00 0.00 0.00 1/4 Object#initialize | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/2 <Class::ActiveRecord::Base>#count | |
0.20 0.00 0.00 0.20 1/2 <Class::ActiveRecord::Base>#all | |
0.00% 0.00% 0.21 0.00 0.00 0.21 2 Kernel#__send__ (ruby_runtime:0} ruby_runtime:0 | |
0.20 0.00 0.00 0.20 1/1 ActiveRecord::FinderMethods#all | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#count | |
-------------------------------------------------------------------------------- | |
0.20 0.00 0.00 0.20 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00% 0.00% 0.20 0.00 0.00 0.20 1 <Class::ActiveRecord::Base>#all (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:438} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:438 | |
0.20 0.00 0.00 0.20 1/2 Kernel#__send__ | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::NamedScope::ClassMethods#scoped | |
-------------------------------------------------------------------------------- | |
0.20 0.00 0.00 0.20 1/1 Kernel#__send__ | |
0.00% 0.00% 0.20 0.00 0.00 0.20 1 ActiveRecord::FinderMethods#all (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/finder_methods.rb:142} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/finder_methods.rb:142 | |
0.19 0.00 0.00 0.19 1/1 ActiveRecord::Relation#to_a | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00 0.00 0.00 0.00 1/8 Enumerable#any? | |
0.00 0.00 0.00 0.00 1/9023 Array#first | |
-------------------------------------------------------------------------------- | |
0.20 0.01 0.00 0.18 1000/1000 ActiveRecord::AttributeMethods#respond_to? | |
0.00% 0.00% 0.20 0.01 0.00 0.18 1000 ActiveModel::AttributeMethods#respond_to? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:371} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:371 | |
0.18 0.01 0.00 0.17 1000/1000 ActiveModel::AttributeMethods#match_attribute_method? | |
0.00 0.00 0.00 0.00 3000/4216 Kernel#respond_to? | |
0.00 0.00 0.00 0.00 1000/38250 Symbol#to_s | |
-------------------------------------------------------------------------------- | |
0.19 0.00 0.00 0.19 1/1 ActiveRecord::FinderMethods#all | |
0.00% 0.00% 0.19 0.00 0.00 0.19 1 ActiveRecord::Relation#to_a (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:61} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:61 | |
0.19 0.00 0.00 0.19 1/1 <Class::ActiveRecord::Base>#find_by_sql | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::QueryMethods#arel | |
0.00 0.00 0.00 0.00 1/2 Arel::TreeManager#to_sql | |
0.00 0.00 0.00 0.00 2/3 ActiveRecord::Relation#eager_loading? | |
0.00 0.00 0.00 0.00 1/16 Array#+ | |
0.00 0.00 0.00 0.00 1/1013 NilClass#nil? | |
0.00 0.00 0.00 0.00 1/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.19 0.00 0.00 0.19 1/1 ActiveRecord::Relation#to_a | |
0.00% 0.00% 0.19 0.00 0.00 0.19 1 <Class::ActiveRecord::Base>#find_by_sql (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:466} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:466 | |
0.16 0.00 0.00 0.16 1/1 Array#collect! | |
0.03 0.00 0.00 0.03 1/2 ActiveRecord::ConnectionAdapters::QueryCache#select_all | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#connection | |
0.00 0.00 0.00 0.00 1/2 <Class::ActiveRecord::Base>#sanitize_sql | |
0.00 0.00 0.00 0.00 1/6 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#table_name | |
0.00 0.00 0.00 0.00 1/45036 Module#name | |
-------------------------------------------------------------------------------- | |
0.00 0.04 0.00 0.00 6000/10000 <Class::Sunspot::Setup>#for | |
0.02 0.01 0.00 0.01 1000/10000 Sunspot::Indexer#setup_for | |
0.16 0.04 0.00 0.13 3000/10000 Sunspot::Setup#parent | |
0.00% 0.00% 0.18 0.09 0.00 0.14 10000 <Class::Sunspot::Setup>#for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:311} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:311 | |
0.03 0.02 0.00 0.01 7000/167765 Hash#[] | |
0.02 0.02 0.00 0.00 7000/7000 <Class::Sunspot::Setup>#setups | |
0.02 0.02 0.00 0.00 7000/45036 Module#name | |
0.02 0.02 0.00 0.00 7000/19156 String#to_sym | |
0.01 0.01 0.00 0.00 6000/14007 Class#superclass | |
0.00 0.04 0.00 0.00 6000/10000 <Class::Sunspot::Setup>#for | |
-------------------------------------------------------------------------------- | |
0.18 0.18 0.00 0.00 142446/142446 Range#=== | |
0.00% 0.00% 0.18 0.18 0.00 0.00 142446 Fixnum#<=> (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.18 0.01 0.00 0.17 1000/1000 ActiveModel::AttributeMethods#respond_to? | |
0.00% 0.00% 0.18 0.01 0.00 0.17 1000 ActiveModel::AttributeMethods#match_attribute_method? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:392} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:392 | |
0.15 0.05 0.00 0.10 1000/40078 Array#each | |
0.02 0.00 0.00 0.01 1000/6092 Kernel#send | |
0.00 0.00 0.00 0.00 1000/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.16 0.00 0.00 0.16 1/1 <Class::ActiveRecord::Base>#find_by_sql | |
0.00% 0.00% 0.16 0.00 0.00 0.16 1 Array#collect! (ruby_runtime:0} ruby_runtime:0 | |
0.16 0.01 0.00 0.14 1000/1000 <Class::ActiveRecord::Base>#instantiate | |
-------------------------------------------------------------------------------- | |
0.16 0.01 0.00 0.14 1000/1000 Array#collect! | |
0.00% 0.00% 0.16 0.01 0.00 0.14 1000 <Class::ActiveRecord::Base>#instantiate (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:907} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:907 | |
0.08 0.01 0.00 0.07 1000/1000 <Class::ActiveRecord::Base>#allocate | |
0.05 0.02 0.00 0.03 1000/1000 ActiveRecord::Base#init_with | |
0.01 0.01 0.00 0.00 1000/1000 <Class::ActiveRecord::Base>#find_sti_class | |
0.01 0.00 0.00 0.00 1000/167765 Hash#[] | |
0.00 0.00 0.00 0.00 1000/1000 <Class::ActiveRecord::Base>#inheritance_column | |
-------------------------------------------------------------------------------- | |
0.15 0.04 0.00 0.10 5000/5000 Array#each | |
0.00% 0.00% 0.15 0.04 0.00 0.10 5000 RSolr::Message::Document#add_field (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/document.rb:44} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/document.rb:44 | |
0.05 0.02 0.00 0.03 5000/10083 Class#new | |
0.05 0.03 0.00 0.02 5000/5008 Hash#merge | |
0.01 0.01 0.00 0.00 5000/10024 Array#<< | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6092 RSolr::Client#adapt_response | |
0.00 0.00 0.00 0.00 1/6092 ActiveRecord::Relation#scoping | |
0.00 0.00 0.00 0.00 2/6092 ActiveSupport::LogSubscriber#call | |
0.00 0.00 0.00 0.00 14/6092 Arel::Visitors::Visitor#visit | |
0.01 0.00 0.00 0.01 71/6092 Array#each | |
0.01 0.00 0.00 0.01 1/6092 ActiveRecord::QueryMethods#build_where | |
0.02 0.00 0.00 0.01 1000/6092 ActiveModel::AttributeMethods#match_attribute_method? | |
0.11 0.02 0.00 0.09 5000/6092 Sunspot::DataExtractor::AttributeExtractor#value_for | |
0.00% 0.00% 0.15 0.02 0.00 0.12 6092 Kernel#send (ruby_runtime:0} ruby_runtime:0 | |
0.05 0.01 0.00 0.04 1000/1000 #<Module:0xb2015ec>#oldpoet | |
0.01 0.00 0.00 0.01 1000/1021 ActiveModel::AttributeMethods::ClassMethods#attribute_method_matchers | |
0.01 0.01 0.00 0.00 1000/1000 #<Module:0xb2015ec>#real_name | |
0.01 0.01 0.00 0.00 1000/1000 #<Module:0xb2015ec>#name | |
0.01 0.01 0.00 0.00 1000/1000 #<Module:0xb2015ec>#email | |
0.01 0.00 0.00 0.01 1/2 <Class::ActiveRecord::Base>#sanitize_sql | |
0.00 0.00 0.00 0.00 20/20 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute= | |
0.00 0.00 0.00 0.00 1000/7054 Kernel#class | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::MySQL#visit_Arel_Nodes_SelectStatement | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::LogSubscriber#sql | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#connection | |
0.00 0.00 0.00 0.00 1/1 Arel::Visitors::ToSql#visit_Arel_Nodes_Count | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::QueryMethods#order | |
0.00 0.00 0.00 0.00 1/1 Arel::Visitors::ToSql#visit_Arel_Nodes_Limit | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::ToSql#visit_Arel_Table | |
0.00 0.00 0.00 0.00 1/1 Arel::Visitors::ToSql#visit_Arel_Nodes_Grouping | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::QueryMethods#limit | |
0.00 0.00 0.00 0.00 1/1 Arel::Visitors::JoinSql#visit_Arel_Nodes_SelectCore | |
0.00 0.00 0.00 0.00 3/34 Kernel#instance_variable_set | |
0.00 0.00 0.00 0.00 3/3 Arel::Visitors::ToSql#visit_Arel_Nodes_SqlLiteral | |
0.00 0.00 0.00 0.00 1/1 Arel::Visitors::ToSql#visit_Arel_Nodes_Top | |
0.00 0.00 0.00 0.00 1/1 Arel::Visitors::ToSql#visit_Arel_SqlLiteral | |
0.00 0.00 0.00 0.00 1/1 Arel::Visitors::ToSql#visit_Fixnum | |
0.00 0.00 0.00 0.00 1/6 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#table_name | |
-------------------------------------------------------------------------------- | |
0.14 0.00 0.00 0.14 1000/1000 Sunspot::Setup#all_field_factories | |
0.00% 0.00% 0.14 0.00 0.00 0.14 1000 Sunspot::Setup#field_factories (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:201} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:201 | |
0.14 0.01 0.00 0.13 1000/3000 Sunspot::Setup#collection_from_inheritable_hash | |
-------------------------------------------------------------------------------- | |
0.13 0.01 0.00 0.12 1000/1000 Class#new | |
0.00% 0.00% 0.13 0.01 0.00 0.12 1000 RSolr::Message::Document#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/document.rb:11} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/document.rb:11 | |
0.12 0.02 0.00 0.10 1000/1000 Hash#each_pair | |
-------------------------------------------------------------------------------- | |
0.13 0.02 0.00 0.11 5000/5000 Sunspot::FieldFactory::Static#populate_document | |
0.00% 0.00% 0.13 0.02 0.00 0.11 5000 Sunspot::DataExtractor::AttributeExtractor#value_for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/data_extractor.rb:16} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/data_extractor.rb:16 | |
0.11 0.02 0.00 0.09 5000/6092 Kernel#send | |
-------------------------------------------------------------------------------- | |
0.13 0.00 0.00 0.12 1000/1000 Sunspot::Setup#all_field_factories | |
0.00% 0.00% 0.13 0.00 0.00 0.12 1000 Sunspot::Setup#text_field_factories (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:213} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:213 | |
0.12 0.01 0.00 0.12 1000/3000 Sunspot::Setup#collection_from_inheritable_hash | |
-------------------------------------------------------------------------------- | |
0.13 0.00 0.00 0.12 1000/1000 Sunspot::Setup#all_field_factories | |
0.00% 0.00% 0.13 0.00 0.00 0.12 1000 Sunspot::Setup#dynamic_field_factories (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:238} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:238 | |
0.12 0.01 0.00 0.12 1000/3000 Sunspot::Setup#collection_from_inheritable_hash | |
-------------------------------------------------------------------------------- | |
0.12 0.02 0.00 0.10 1000/1000 RSolr::Message::Document#initialize | |
0.00% 0.00% 0.12 0.02 0.00 0.10 1000 Hash#each_pair (ruby_runtime:0} ruby_runtime:0 | |
0.10 0.04 0.00 0.05 2000/40078 Array#each | |
0.00 0.00 0.00 0.00 2000/8026 Kernel#is_a? | |
-------------------------------------------------------------------------------- | |
0.12 0.12 0.00 0.00 71223/71223 Fixnum#xchr | |
0.00% 0.00% 0.12 0.12 0.00 0.00 71223 Integer#chr (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.10 0.01 0.00 0.09 3000/3000 Sunspot::Setup#parent | |
0.00% 0.00% 0.10 0.01 0.00 0.09 3000 Sunspot::Setup#clazz (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:249} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:249 | |
0.09 0.02 0.00 0.07 3000/3000 <Module::Sunspot::Util>#full_const_get | |
-------------------------------------------------------------------------------- | |
0.10 0.06 0.00 0.04 9003/9003 Builder::XmlBase#method_missing | |
0.00% 0.00% 0.10 0.06 0.00 0.04 9003 Builder::XmlMarkup#_end_tag (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:294} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:294 | |
0.02 0.02 0.00 0.00 9003/38250 Symbol#to_s | |
0.02 0.02 0.00 0.00 9003/51050 String#<< | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/8006 Array#each | |
0.09 0.07 0.00 0.03 8000/8006 Hash#each | |
0.00% 0.00% 0.09 0.07 0.00 0.03 8006 Builder::XmlMarkup#_attr_value (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:310} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:310 | |
0.02 0.02 0.00 0.00 8000/38250 Symbol#to_s | |
0.01 0.01 0.00 0.00 8006/30040 Module#=== | |
0.00 0.00 0.00 0.00 6/6 Builder::XmlBase#_escape_quote | |
0.00 0.00 0.00 0.00 6/18592 String#to_s | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/51050 Net::HTTPGenericRequest#write_header | |
0.00 0.00 0.00 0.00 3/51050 Net::BufferedIO#read_all | |
0.00 0.00 0.00 0.00 6/51050 Builder::XmlMarkup#_special | |
0.00 0.00 0.00 0.00 3/51050 <Module::Timeout>#timeout | |
0.01 0.01 0.00 0.00 8001/51050 Builder::XmlMarkup#_text | |
0.01 0.01 0.00 0.00 8015/51050 Hash#each | |
0.02 0.02 0.00 0.00 9003/51050 Builder::XmlMarkup#_end_tag | |
0.02 0.02 0.00 0.00 8007/51050 Array#each | |
0.03 0.03 0.00 0.00 18009/51050 Builder::XmlMarkup#_start_tag | |
0.00% 0.00% 0.09 0.09 0.00 0.00 51050 String#<< (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.09 0.05 0.00 0.05 5000/5000 Sunspot::FieldFactory::Static#populate_document | |
0.00% 0.00% 0.09 0.05 0.00 0.05 5000 Sunspot::Field#to_indexed (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field.rb:35} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field.rb:35 | |
0.02 0.01 0.00 0.00 3000/3000 Sunspot::Type::TextType#to_indexed | |
0.01 0.01 0.00 0.00 5000/8026 Kernel#is_a? | |
0.01 0.01 0.00 0.00 1000/1000 Sunspot::Type::BooleanType#to_indexed | |
0.01 0.00 0.00 0.00 1000/1000 Sunspot::Type::ClassType#to_indexed | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/71227 Logger#add | |
0.00 0.00 0.00 0.00 2/71227 Sunspot::Rails::Searchable::ClassMethods#solr_index | |
0.09 0.09 0.00 0.00 71223/71227 Fixnum#xchr | |
0.00% 0.00% 0.09 0.09 0.00 0.00 71227 Fixnum#< (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.09 0.02 0.00 0.07 3000/3000 Sunspot::Setup#clazz | |
0.00% 0.00% 0.09 0.02 0.00 0.07 3000 <Module::Sunspot::Util>#full_const_get (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/util.rb:67} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/util.rb:67 | |
0.05 0.01 0.00 0.04 3000/3001 Enumerable#inject | |
0.02 0.02 0.00 0.00 3000/3042 String#split | |
-------------------------------------------------------------------------------- | |
0.09 0.05 0.00 0.03 9000/9000 Array#each | |
0.00% 0.00% 0.09 0.05 0.00 0.03 9000 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#match (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:325} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:325 | |
0.02 0.02 0.00 0.00 9000/9012 Regexp#match | |
0.01 0.00 0.00 0.00 1000/1000 <Class::ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch>#new | |
0.01 0.01 0.00 0.00 1000/1146 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#method_missing_target | |
0.00 0.00 0.00 0.00 1000/1010 MatchData#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/38250 ActiveRecord::Calculations#column_for | |
0.00 0.00 0.00 0.00 1/38250 ActiveRecord::Calculations#perform_calculation | |
0.00 0.00 0.00 0.00 1/38250 ActiveRecord::Calculations#aggregate_column | |
0.00 0.00 0.00 0.00 2/38250 <Class::ActiveRecord::DynamicScopeMatch>#match | |
0.00 0.00 0.00 0.00 2/38250 <Class::ActiveRecord::DynamicFinderMatch>#match | |
0.00 0.00 0.00 0.00 4/38250 Hash#reject | |
0.00 0.00 0.00 0.00 3/38250 Builder::XmlMarkup#instruct! | |
0.00 0.00 0.00 0.00 7/38250 Date::Format::Bag#method_missing | |
0.00 0.00 0.00 0.00 6/38250 RSolr::Connection::Utils#escape | |
0.00 0.00 0.00 0.00 18/38250 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.00 0.00 0.00 0.00 195/38250 Array#each | |
0.00 0.00 0.00 0.00 1000/38250 ActiveModel::AttributeMethods#respond_to? | |
0.01 0.01 0.00 0.00 3000/38250 Sunspot::Setup#get_inheritable_hash | |
0.02 0.02 0.00 0.00 8000/38250 Builder::XmlMarkup#_attr_value | |
0.02 0.02 0.00 0.00 8003/38250 Hash#each | |
0.02 0.02 0.00 0.00 9003/38250 Builder::XmlMarkup#_end_tag | |
0.02 0.02 0.00 0.00 9004/38250 Builder::XmlMarkup#_start_tag | |
0.00% 0.00% 0.08 0.08 0.00 0.00 38250 Symbol#to_s (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.08 0.01 0.00 0.07 1000/1000 <Class::ActiveRecord::Base>#instantiate | |
0.00% 0.00% 0.08 0.01 0.00 0.07 1000 <Class::ActiveRecord::Base>#allocate (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/oink-0.9.2/lib/oink/instrumentation/active_record.rb:42} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/oink-0.9.2/lib/oink/instrumentation/active_record.rb:42 | |
0.06 0.02 0.00 0.05 1000/1000 <Class::ActiveRecord::Base>#increment_instance_type_count | |
0.00 0.00 0.00 0.00 1000/1000 Class#allocate_before_oink | |
-------------------------------------------------------------------------------- | |
0.07 0.01 0.00 0.07 1000/1000 ActiveRecord::AttributeMethods#respond_to? | |
0.00% 0.00% 0.07 0.01 0.00 0.07 1000 ActiveRecord::AttributeMethods::ClassMethods#define_attribute_methods (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:12} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:12 | |
0.06 0.01 0.00 0.05 1000/1000 ActiveModel::AttributeMethods::ClassMethods#define_attribute_methods | |
0.00 0.00 0.00 0.00 1000/1002 Hash#keys | |
0.00 0.00 0.00 0.00 1000/1059 <Class::ActiveRecord::Base>#columns_hash | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/10009 Builder::XmlMarkup#_special | |
0.07 0.05 0.00 0.01 10006/10009 Builder::XmlBase#method_missing | |
0.00% 0.00% 0.07 0.05 0.00 0.01 10009 Builder::XmlBase#_indent (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:127} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:127 | |
0.01 0.01 0.00 0.00 10009/234712 Fixnum#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/10009 Builder::XmlMarkup#_special | |
0.06 0.05 0.00 0.01 10006/10009 Builder::XmlBase#method_missing | |
0.00% 0.00% 0.07 0.05 0.00 0.01 10009 Builder::XmlBase#_newline (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:122} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:122 | |
0.01 0.01 0.00 0.00 10009/234712 Fixnum#== | |
-------------------------------------------------------------------------------- | |
0.06 0.02 0.00 0.05 1000/1000 <Class::ActiveRecord::Base>#allocate | |
0.00% 0.00% 0.06 0.02 0.00 0.05 1000 <Class::ActiveRecord::Base>#increment_instance_type_count (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/oink-0.9.2/lib/oink/instrumentation/active_record.rb:25} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/oink-0.9.2/lib/oink/instrumentation/active_record.rb:25 | |
0.04 0.01 0.00 0.03 2000/2000 <Class::ActiveRecord::Base>#base_class | |
0.00 0.00 0.00 0.00 2000/45036 Module#name | |
0.00 0.00 0.00 0.00 2000/167765 Hash#[] | |
0.00 0.00 0.00 0.00 1001/1983 Hash#[]= | |
0.00 0.00 0.00 0.00 1000/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/35035 Hash#delete_if | |
0.00 0.00 0.00 0.00 2/35035 Logger#add | |
0.00 0.00 0.00 0.00 3/35035 Hash#reject | |
0.00 0.00 0.00 0.00 3/35035 Set#initialize | |
0.00 0.00 0.00 0.00 17/35035 ActiveRecord::ConnectionAdapters::Column#type_cast | |
0.00 0.00 0.00 0.00 1000/35035 Sunspot::Type::BooleanType#to_indexed | |
0.01 0.01 0.00 0.00 5000/35035 Sunspot::FieldFactory::Static#populate_document | |
0.01 0.01 0.00 0.00 8001/35035 Builder::XmlBase#method_missing | |
0.01 0.01 0.00 0.00 9005/35035 Builder::XmlMarkup#_insert_attributes | |
0.03 0.03 0.00 0.00 12000/35035 Array#each | |
0.00% 0.00% 0.06 0.06 0.00 0.00 35035 Kernel#nil? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.06 0.01 0.00 0.05 1000/1000 ActiveRecord::AttributeMethods::ClassMethods#define_attribute_methods | |
0.00% 0.00% 0.06 0.01 0.00 0.05 1000 ActiveModel::AttributeMethods::ClassMethods#define_attribute_methods (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:259} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:259 | |
0.05 0.00 0.00 0.05 1/40078 Array#each | |
0.00 0.00 0.00 0.00 1000/1000 ActiveModel::AttributeMethods::ClassMethods#attribute_methods_generated? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3001 Enumerable#sum | |
0.05 0.01 0.00 0.04 3000/3001 <Module::Sunspot::Util>#full_const_get | |
0.00% 0.00% 0.05 0.01 0.00 0.04 3001 Enumerable#inject (ruby_runtime:0} ruby_runtime:0 | |
0.04 0.03 0.00 0.01 3001/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.05 0.00 0.00 0.05 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_reindex | |
0.00% 0.00% 0.05 0.00 0.00 0.05 1 Sunspot::Rails::Searchable::ClassMethods#solr_remove_all_from_index (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/searchable.rb:163} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/searchable.rb:163 | |
0.05 0.00 0.00 0.05 1/1 <Module::Sunspot>#remove_all | |
-------------------------------------------------------------------------------- | |
0.05 0.00 0.00 0.05 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_remove_all_from_index | |
0.00% 0.00% 0.05 0.00 0.00 0.05 1 <Module::Sunspot>#remove_all (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot.rb:441} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot.rb:441 | |
0.05 0.00 0.00 0.05 1/1 Sunspot::SessionProxy::SilentFailSessionProxy#remove_all | |
0.00 0.00 0.00 0.00 1/3 <Module::Sunspot>#session | |
-------------------------------------------------------------------------------- | |
0.05 0.00 0.00 0.05 1/1 <Module::Sunspot>#remove_all | |
0.00% 0.00% 0.05 0.00 0.00 0.05 1 Sunspot::SessionProxy::SilentFailSessionProxy#remove_all ((eval):1} (eval):1 | |
0.05 0.00 0.00 0.05 1/1 Sunspot::SessionProxy::ThreadLocalSessionProxy#remove_all | |
-------------------------------------------------------------------------------- | |
0.05 0.00 0.00 0.05 1/1 Sunspot::SessionProxy::SilentFailSessionProxy#remove_all | |
0.00% 0.00% 0.05 0.00 0.00 0.05 1 Sunspot::SessionProxy::ThreadLocalSessionProxy#remove_all (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session_proxy/abstract_session_proxy.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session_proxy/abstract_session_proxy.rb:10 | |
0.05 0.00 0.00 0.05 1/1 Sunspot::Session#remove_all | |
0.00 0.00 0.00 0.00 1/3 Sunspot::SessionProxy::ThreadLocalSessionProxy#session | |
-------------------------------------------------------------------------------- | |
0.05 0.00 0.00 0.05 1/1 Sunspot::SessionProxy::ThreadLocalSessionProxy#remove_all | |
0.00% 0.00% 0.05 0.00 0.00 0.05 1 Sunspot::Session#remove_all (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:166} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:166 | |
0.05 0.00 0.00 0.05 1/40078 Array#each | |
0.00 0.00 0.00 0.00 1/2 Array#flatten! | |
0.00 0.00 0.00 0.00 1/28 Array#empty? | |
0.00 0.00 0.00 0.00 1/2 Array#length | |
0.00 0.00 0.00 0.00 1/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
0.05 0.03 0.00 0.02 3000/3000 Array#each | |
0.00% 0.00% 0.05 0.03 0.00 0.02 3000 Sunspot::FulltextField#indexed_name (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field.rb:113} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field.rb:113 | |
0.01 0.01 0.00 0.00 6000/12003 NilClass#to_s | |
0.01 0.01 0.00 0.00 3000/5000 Sunspot::Field#more_like_this? | |
-------------------------------------------------------------------------------- | |
0.05 0.01 0.00 0.04 1000/1000 Kernel#send | |
0.00% 0.00% 0.05 0.01 0.00 0.04 1000 #<Module:0xb2015ec>#oldpoet (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69 | |
0.03 0.01 0.00 0.02 1000/1006 <Class::ActiveRecord::ConnectionAdapters::Column>#value_to_boolean | |
0.00 0.00 0.00 0.00 1000/4003 Hash#has_key? | |
0.00 0.00 0.00 0.00 1000/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.05 0.01 0.00 0.04 1000/1000 Sunspot::Indexer#document_for | |
0.00% 0.00% 0.05 0.01 0.00 0.04 1000 Sunspot::Adapters::InstanceAdapter#index_id (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:63} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:63 | |
0.02 0.00 0.00 0.02 1000/1000 Sunspot::Rails::Adapters::ActiveRecordInstanceAdapter#id | |
0.01 0.01 0.00 0.00 1000/1000 <Class::Sunspot::Adapters::InstanceAdapter>#index_id_for | |
0.00 0.00 0.00 0.00 1000/45036 Module#name | |
0.00 0.00 0.00 0.00 1000/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.05 0.02 0.00 0.03 1000/1000 <Class::ActiveRecord::Base>#instantiate | |
0.00% 0.00% 0.05 0.02 0.00 0.03 1000 ActiveRecord::Base#init_with (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1447} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1447 | |
0.02 0.01 0.00 0.00 1000/1000 ActiveRecord::Base#_run_find_callbacks | |
0.02 0.01 0.00 0.00 1000/1000 ActiveRecord::Base#_run_initialize_callbacks | |
0.00 0.00 0.00 0.00 1000/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.05 0.03 0.00 0.01 8001/8001 Builder::XmlBase#text! | |
0.00% 0.00% 0.05 0.03 0.00 0.01 8001 Builder::XmlMarkup#_text (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:270} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:270 | |
0.01 0.01 0.00 0.00 8001/51050 String#<< | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/30040 <Class::Date>#s3e | |
0.00 0.00 0.00 0.00 1/30040 Arel::TreeManager#where | |
0.00 0.00 0.00 0.00 2/30040 ActiveRecord::QueryMethods#build_where | |
0.00 0.00 0.00 0.00 2/30040 Hodel3000CompliantLogger#msg2str | |
0.00 0.00 0.00 0.00 1/30040 Array#map | |
0.00 0.00 0.00 0.00 3/30040 <Class::ActiveRecord::Base>#sanitize_sql | |
0.00 0.00 0.00 0.00 3/30040 Net::BufferedIO#read_all | |
0.00 0.00 0.00 0.00 3/30040 <Module::Timeout>#timeout | |
0.00 0.00 0.00 0.00 3/30040 Arel::SelectManager#from | |
0.00 0.00 0.00 0.00 7/30040 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.01 0.01 0.00 0.00 5002/30040 <Module::Sunspot::Util>#Array | |
0.01 0.01 0.00 0.00 8006/30040 Builder::XmlMarkup#_attr_value | |
0.03 0.03 0.00 0.00 17006/30040 Array#each | |
0.00% 0.00% 0.05 0.05 0.00 0.00 30040 Module#=== (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 7/14 Kernel#require | |
0.00 0.00 0.00 0.00 2/14 RSolr::Connectable#connect | |
0.00 0.00 0.00 0.00 2/14 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.04 0.00 0.00 0.04 3/14 RSolr::Message::Generator#build | |
0.00% 0.00% 0.05 0.00 0.00 0.05 14 ActiveSupport::Dependencies::Loadable#require (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:238} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:238 | |
0.05 0.00 0.00 0.05 14/14 ActiveSupport::Dependencies::Loadable#load_dependency | |
-------------------------------------------------------------------------------- | |
0.05 0.00 0.00 0.05 14/14 ActiveSupport::Dependencies::Loadable#require | |
0.00% 0.00% 0.05 0.00 0.00 0.05 14 ActiveSupport::Dependencies::Loadable#load_dependency (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:223} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:223 | |
0.05 0.03 0.00 0.03 14/14 Kernel#require | |
0.00 0.00 0.00 0.00 14/14 ActiveSupport::Dependencies#load? | |
-------------------------------------------------------------------------------- | |
0.05 0.03 0.00 0.03 14/14 ActiveSupport::Dependencies::Loadable#load_dependency | |
0.00% 0.00% 0.05 0.03 0.00 0.03 14 Kernel#require (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 2/2 <Module::Builder>#check_for_name_collision | |
0.00 0.00 0.00 0.00 31/97 <Class::Object>#method_added | |
0.00 0.00 0.00 0.00 1/103 Module#instance_methods | |
0.00 0.00 0.00 0.00 5/16 Class#inherited | |
0.00 0.00 0.00 0.00 2/5 Module#alias_method | |
0.00 0.00 0.00 0.00 7/14 Kernel#singleton_method_added | |
0.00 0.00 0.00 0.00 3/11076 <Class::Object>#allocate | |
0.00 0.00 0.00 0.00 2/2 Module#private | |
0.00 0.00 0.00 0.00 7/14 ActiveSupport::Dependencies::Loadable#require | |
0.00 0.00 0.00 0.00 1/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/19156 ActiveRecord::AttributeMethods::Read::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 41/19156 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#create_time_zone_conversion_attribute? | |
0.00 0.00 0.00 0.00 97/19156 <Class::BlankSlate>#hide | |
0.02 0.02 0.00 0.00 7000/19156 <Class::Sunspot::Setup>#for | |
0.03 0.03 0.00 0.00 12000/19156 Array#each | |
0.00% 0.00% 0.05 0.05 0.00 0.00 19156 String#to_sym (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.05 0.03 0.00 0.02 2000/2000 Array#each | |
0.00% 0.00% 0.05 0.03 0.00 0.02 2000 Sunspot::AttributeField#indexed_name (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field.rb:146} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field.rb:146 | |
0.01 0.01 0.00 0.00 6000/12003 NilClass#to_s | |
0.00 0.00 0.00 0.00 2000/5000 Sunspot::Field#more_like_this? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/5008 Hash#reverse_merge | |
0.00 0.00 0.00 0.00 1/5008 Sunspot::Rails::Searchable::ClassMethods#solr_index | |
0.00 0.00 0.00 0.00 3/5008 RSolr::Client#map_params | |
0.00 0.00 0.00 0.00 3/5008 Builder::XmlMarkup#instruct! | |
0.05 0.03 0.00 0.02 5000/5008 RSolr::Message::Document#add_field | |
0.00% 0.00% 0.05 0.03 0.00 0.02 5008 Hash#merge (ruby_runtime:0} ruby_runtime:0 | |
0.01 0.01 0.00 0.00 5008/5013 Hash#initialize_copy | |
0.01 0.01 0.00 0.00 5008/5019 <Class::Hash>#allocate | |
-------------------------------------------------------------------------------- | |
0.05 0.00 0.00 0.05 1/1 Array#each | |
0.00% 0.00% 0.05 0.00 0.00 0.05 1 Sunspot::Indexer#remove_all (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:53} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:53 | |
0.05 0.00 0.00 0.05 1/1 RSolr::Client#delete_by_query | |
0.00 0.00 0.00 0.00 1/1 RSolr::Char#escape | |
0.00 0.00 0.00 0.00 1/45036 Module#name | |
-------------------------------------------------------------------------------- | |
0.05 0.00 0.00 0.05 1/1 Sunspot::Indexer#remove_all | |
0.00% 0.00% 0.05 0.00 0.00 0.05 1 RSolr::Client#delete_by_query (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:75} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:75 | |
0.04 0.00 0.00 0.04 1/1 RSolr::Message::Generator#delete_by_query | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#update | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#message | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/5001 Sunspot::Indexer#add | |
0.04 0.04 0.00 0.01 5000/5001 Sunspot::FieldFactory::Static#populate_document | |
0.00% 0.00% 0.04 0.04 0.00 0.01 5001 <Module::Sunspot::Util>#Array (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/util.rb:102} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/util.rb:102 | |
0.01 0.01 0.00 0.00 5002/30040 Module#=== | |
0.00 0.00 0.00 0.00 1/1 Kernel#Array | |
-------------------------------------------------------------------------------- | |
0.04 0.00 0.00 0.04 1/1 RSolr::Client#delete_by_query | |
0.00% 0.00% 0.04 0.00 0.00 0.04 1 RSolr::Message::Generator#delete_by_query (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/generator.rb:80} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/generator.rb:80 | |
0.04 0.00 0.00 0.04 1/3 RSolr::Message::Generator#build | |
0.00 0.00 0.00 0.00 1/8026 Kernel#is_a? | |
-------------------------------------------------------------------------------- | |
0.04 0.02 0.00 0.02 1000/1000 Sunspot::Indexer#document_for | |
0.00% 0.00% 0.04 0.02 0.00 0.02 1000 <Module::Sunspot::Util>#superclasses_for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/util.rb:20} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/util.rb:20 | |
0.01 0.01 0.00 0.00 3000/14007 Class#superclass | |
0.00 0.00 0.00 0.00 2000/4124 Module#== | |
0.00 0.00 0.00 0.00 1000/10024 Array#<< | |
-------------------------------------------------------------------------------- | |
0.04 0.01 0.00 0.03 2000/2000 <Class::ActiveRecord::Base>#increment_instance_type_count | |
0.00% 0.00% 0.04 0.01 0.00 0.03 2000 <Class::ActiveRecord::Base>#base_class (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:823} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:823 | |
0.03 0.02 0.00 0.01 2000/2000 <Class::ActiveRecord::Base>#class_of_active_record_descendant | |
-------------------------------------------------------------------------------- | |
0.04 0.04 0.00 0.00 8000/8000 Class#new | |
0.00% 0.00% 0.04 0.04 0.00 0.00 8000 RSolr::Message::Field#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/field.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/field.rb:10 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/15026 <Class::ActiveRecord::ConnectionAdapters::Column>#string_to_date | |
0.00 0.00 0.00 0.00 1/15026 URI::Generic#set_port | |
0.00 0.00 0.00 0.00 3/15026 Net::HTTPGenericRequest#initialize | |
0.00 0.00 0.00 0.00 3/15026 Hash#each | |
0.00 0.00 0.00 0.00 6/15026 Array#delete_if | |
0.00 0.00 0.00 0.00 12/15026 <Class::Net::HTTPResponse>#each_response_header | |
0.04 0.04 0.00 0.00 15000/15026 Array#each | |
0.00% 0.00% 0.04 0.04 0.00 0.00 15026 String#empty? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.04 0.02 0.00 0.01 8006/8006 Hash#each | |
0.00% 0.00% 0.04 0.02 0.00 0.01 8006 Enumerable#member? (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.01 0.00 0.00 8006/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/14007 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods | |
0.00 0.00 0.00 0.00 6/14007 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool | |
0.00 0.00 0.00 0.00 2000/14007 <Class::ActiveRecord::Base>#class_of_active_record_descendant | |
0.01 0.01 0.00 0.00 3000/14007 Sunspot::Setup#parent | |
0.01 0.01 0.00 0.00 6000/14007 <Class::Sunspot::Setup>#for | |
0.01 0.01 0.00 0.00 3000/14007 <Module::Sunspot::Util>#superclasses_for | |
0.00% 0.00% 0.03 0.03 0.00 0.00 14007 Class#superclass (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/1006 ActiveRecord::ConnectionAdapters::Column#type_cast | |
0.03 0.01 0.00 0.02 1000/1006 #<Module:0xb2015ec>#oldpoet | |
0.00% 0.00% 0.03 0.01 0.00 0.02 1006 <Class::ActiveRecord::ConnectionAdapters::Column>#value_to_boolean (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:150} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:150 | |
0.01 0.01 0.00 0.00 1006/1008 String#blank? | |
0.01 0.00 0.00 0.00 1006/1402 Set#include? | |
0.00 0.00 0.00 0.00 1006/8026 Kernel#is_a? | |
-------------------------------------------------------------------------------- | |
0.03 0.02 0.00 0.01 2000/2000 <Class::ActiveRecord::Base>#base_class | |
0.00% 0.00% 0.03 0.02 0.00 0.01 2000 <Class::ActiveRecord::Base>#class_of_active_record_descendant (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1205} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1205 | |
0.00 0.00 0.00 0.00 2000/14007 Class#superclass | |
0.00 0.00 0.00 0.00 2000/4124 Module#== | |
-------------------------------------------------------------------------------- | |
0.03 0.01 0.00 0.02 1000/1000 Sunspot::Indexer#prepare | |
0.00% 0.00% 0.03 0.01 0.00 0.02 1000 Sunspot::Indexer#setup_for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:127} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:127 | |
0.02 0.01 0.00 0.01 1000/10000 <Class::Sunspot::Setup>#for | |
0.00 0.00 0.00 0.00 1000/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/18592 Array#delete_if | |
0.00 0.00 0.00 0.00 3/18592 Net::HTTP#keep_alive? | |
0.00 0.00 0.00 0.00 6/18592 Net::HTTPHeader#sub_type | |
0.00 0.00 0.00 0.00 6/18592 Builder::XmlMarkup#_attr_value | |
0.00 0.00 0.00 0.00 12/18592 Net::HTTPHeader#main_type | |
0.00 0.00 0.00 0.00 36/18592 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.00 0.00 0.00 0.00 100/18592 <Class::BlankSlate>#hide | |
0.00 0.00 0.00 0.00 187/18592 <Class::ActiveRecord::DynamicScopeMatch>#match | |
0.00 0.00 0.00 0.00 187/18592 <Class::ActiveRecord::DynamicFinderMatch>#match | |
0.00 0.00 0.00 0.00 189/18592 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.00 0.00 0.00 0.00 841/18592 Array#map | |
0.00 0.00 0.00 0.00 3000/18592 Sunspot::Type::TextType#to_indexed | |
0.02 0.02 0.00 0.00 14022/18592 Array#each | |
0.00% 0.00% 0.03 0.03 0.00 0.00 18592 String#to_s (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/8070 Arel::Visitors::JoinSql#visit_Arel_Nodes_SelectCore | |
0.00 0.00 0.00 0.00 1/8070 Arel::Visitors::ToSql#visit_Arel_Nodes_Count | |
0.00 0.00 0.00 0.00 3/8070 RSolr::Connection::Utils#build_url | |
0.00 0.00 0.00 0.00 3/8070 RSolr::Connection::Utils#hash_to_query | |
0.00 0.00 0.00 0.00 5/8070 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement | |
0.00 0.00 0.00 0.00 5/8070 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore | |
0.00 0.00 0.00 0.00 15/8070 Hash#each | |
0.00 0.00 0.00 0.00 15/8070 Net::HTTPHeader#capitalize | |
0.00 0.00 0.00 0.00 15/8070 Net::HTTPHeader#[] | |
0.03 0.03 0.00 0.00 8007/8070 String#to_xs | |
0.00% 0.00% 0.03 0.03 0.00 0.00 8070 Array#join (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_one | |
0.03 0.00 0.00 0.03 1/2 <Class::ActiveRecord::Base>#find_by_sql | |
0.00% 0.00% 0.03 0.00 0.00 0.03 2 ActiveRecord::ConnectionAdapters::QueryCache#select_all (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/query_cache.rb:52} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/query_cache.rb:52 | |
0.03 0.00 0.00 0.03 2/2 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_all | |
-------------------------------------------------------------------------------- | |
0.03 0.00 0.00 0.03 2/2 ActiveRecord::ConnectionAdapters::QueryCache#select_all | |
0.00% 0.00% 0.03 0.00 0.00 0.03 2 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_all (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/database_statements.rb:6} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/database_statements.rb:6 | |
0.03 0.00 0.00 0.03 2/2 ActiveRecord::ConnectionAdapters::MysqlAdapter#select | |
-------------------------------------------------------------------------------- | |
0.03 0.00 0.00 0.03 2/2 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_all | |
0.00% 0.00% 0.03 0.00 0.00 0.03 2 ActiveRecord::ConnectionAdapters::MysqlAdapter#select (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:617} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:617 | |
0.02 0.02 0.00 0.00 2/2 Mysql::Result#each_hash | |
0.00 0.00 0.00 0.00 2/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#execute | |
0.00 0.00 0.00 0.00 2/2 Mysql#more_results | |
0.00 0.00 0.00 0.00 2/3 Mysql::Result#free | |
0.00 0.00 0.00 0.00 2/2 Mysql#query_with_result= | |
-------------------------------------------------------------------------------- | |
0.02 0.02 0.00 0.00 8000/8000 Array#each | |
0.00% 0.00% 0.02 0.02 0.00 0.00 8000 <Class::Sunspot::Adapters::InstanceAdapter>#instance_adapters (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:142} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:142 | |
-------------------------------------------------------------------------------- | |
0.02 0.02 0.00 0.00 2/2 ActiveRecord::ConnectionAdapters::MysqlAdapter#select | |
0.00% 0.00% 0.02 0.02 0.00 0.00 2 Mysql::Result#each_hash (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1001/10024 Array#<< | |
-------------------------------------------------------------------------------- | |
0.02 0.00 0.00 0.02 1000/1000 Sunspot::Adapters::InstanceAdapter#index_id | |
0.00% 0.00% 0.02 0.00 0.00 0.02 1000 Sunspot::Rails::Adapters::ActiveRecordInstanceAdapter#id (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/adapters.rb:16} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot_rails-1.2.rc4/lib/sunspot/rails/adapters.rb:16 | |
0.02 0.01 0.00 0.01 1000/1001 #<Module:0xb2015ec>#id | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/12003 Array#delete_if | |
0.01 0.01 0.00 0.00 6000/12003 Sunspot::AttributeField#indexed_name | |
0.01 0.01 0.00 0.00 6000/12003 Sunspot::FulltextField#indexed_name | |
0.00% 0.00% 0.02 0.02 0.00 0.00 12003 NilClass#to_s (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/8026 RSolr::Message::Generator#add | |
0.00 0.00 0.00 0.00 1/8026 <Class::ActiveRecord::Base>#sanitize_sql_array | |
0.00 0.00 0.00 0.00 1/8026 ActiveRecord::Calculations#count | |
0.00 0.00 0.00 0.00 1/8026 RSolr::Message::Generator#delete_by_query | |
0.00 0.00 0.00 0.00 1/8026 ActiveRecord::ConnectionAdapters::DatabaseStatements#sanitize_limit | |
0.00 0.00 0.00 0.00 1/8026 <Class::ActiveRecord::ConnectionAdapters::Column>#string_to_date | |
0.00 0.00 0.00 0.00 2/8026 Logger::LogDevice#check_shift_log | |
0.00 0.00 0.00 0.00 3/8026 Time#- | |
0.00 0.00 0.00 0.00 3/8026 <Class::ActiveSupport::Duration>#=== | |
0.00 0.00 0.00 0.00 6/8026 Set#merge | |
0.00 0.00 0.00 0.00 1006/8026 <Class::ActiveRecord::ConnectionAdapters::Column>#value_to_boolean | |
0.00 0.00 0.00 0.00 2000/8026 Hash#each_pair | |
0.01 0.01 0.00 0.00 5000/8026 Sunspot::Field#to_indexed | |
0.00% 0.00% 0.02 0.02 0.00 0.00 8026 Kernel#is_a? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.02 0.02 0.00 0.00 9002/9002 Array#each | |
0.00% 0.00% 0.02 0.02 0.00 0.00 9002 Hash#merge! (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.02 0.02 0.00 0.00 8007/8007 String#to_xs | |
0.00% 0.00% 0.02 0.02 0.00 0.00 8007 String#unpack (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.02 0.00 0.00 0.02 189/189 Array#each | |
0.00% 0.00% 0.02 0.00 0.00 0.02 189 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:19} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:19 | |
0.01 0.00 0.00 0.01 1/3 Enumerable#to_set | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods | |
0.00 0.00 0.00 0.00 1/2 Enumerable#sum | |
0.00 0.00 0.00 0.00 1/9041 Array#map | |
0.00 0.00 0.00 0.00 378/1402 Set#include? | |
0.00 0.00 0.00 0.00 189/18592 String#to_s | |
0.00 0.00 0.00 0.00 1/1 Array#index | |
0.00 0.00 0.00 0.00 2/1002 Module#ancestors | |
0.00 0.00 0.00 0.00 1/9023 Array#first | |
-------------------------------------------------------------------------------- | |
0.02 0.02 0.00 0.00 7000/7000 <Class::Sunspot::Setup>#for | |
0.00% 0.00% 0.02 0.02 0.00 0.00 7000 <Class::Sunspot::Setup>#setups (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:345} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:345 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/11076 Class#newobj | |
0.00 0.00 0.00 0.00 3/11076 Kernel#require | |
0.00 0.00 0.00 0.00 1/11076 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00 0.00 0.00 0.00 7/11076 Kernel#clone | |
0.00 0.00 0.00 0.00 1000/11076 Class#allocate_before_oink | |
0.02 0.02 0.00 0.00 10064/11076 Class#new | |
0.00% 0.00% 0.02 0.02 0.00 0.00 11076 <Class::Object>#allocate (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.02 0.01 0.00 0.00 3000/3000 Sunspot::Field#to_indexed | |
0.00% 0.00% 0.02 0.01 0.00 0.00 3000 Sunspot::Type::TextType#to_indexed (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/type.rb:98} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/type.rb:98 | |
0.00 0.00 0.00 0.00 3000/18592 String#to_s | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9012 <Class::Net::HTTPResponse>#read_status_line | |
0.00 0.00 0.00 0.00 9/9012 <Class::Net::HTTPResponse>#each_response_header | |
0.02 0.02 0.00 0.00 9000/9012 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#match | |
0.00% 0.00% 0.02 0.02 0.00 0.00 9012 Regexp#match (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1001 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.02 0.01 0.00 0.01 1000/1001 Sunspot::Rails::Adapters::ActiveRecordInstanceAdapter#id | |
0.00% 0.00% 0.02 0.01 0.00 0.01 1001 #<Module:0xb2015ec>#id (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69 | |
0.00 0.00 0.00 0.00 1001/1022 String#to_i | |
0.00 0.00 0.00 0.00 1001/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/9013 URI::Generic#set_port | |
0.00 0.00 0.00 0.00 2/9013 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote | |
0.00 0.00 0.00 0.00 3/9013 RSolr::Connection::Requestable#request | |
0.00 0.00 0.00 0.00 3/9013 Net::HTTP#request | |
0.02 0.02 0.00 0.00 9004/9013 Builder::XmlBase#method_missing | |
0.00% 0.00% 0.02 0.02 0.00 0.00 9013 Kernel#kind_of? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/10024 ActiveRecord::Relation#scoping | |
0.00 0.00 0.00 0.00 1/10024 Arel::TreeManager#where | |
0.00 0.00 0.00 0.00 21/10024 Mysql::Result#each | |
0.00 0.00 0.00 0.00 1001/10024 Mysql::Result#each_hash | |
0.00 0.00 0.00 0.00 1000/10024 <Module::Sunspot::Util>#superclasses_for | |
0.00 0.00 0.00 0.00 3000/10024 Array#each | |
0.01 0.01 0.00 0.00 5000/10024 RSolr::Message::Document#add_field | |
0.00% 0.00% 0.02 0.02 0.00 0.00 10024 Array#<< (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.02 0.01 0.00 0.00 1000/1000 ActiveRecord::Base#init_with | |
0.00% 0.00% 0.02 0.01 0.00 0.00 1000 ActiveRecord::Base#_run_find_callbacks (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:401} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:401 | |
0.00 0.00 0.00 0.00 2000/5017 Kernel#block_given? | |
-------------------------------------------------------------------------------- | |
0.02 0.00 0.00 0.01 100/100 Array#each | |
0.00% 0.00% 0.02 0.00 0.00 0.01 100 <Class::BlankSlate>#hide (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/blankslate.rb:22} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/blankslate.rb:22 | |
0.01 0.01 0.00 0.00 100/103 Module#instance_methods | |
0.00 0.00 0.00 0.00 97/97 Module#undef_method | |
0.00 0.00 0.00 0.00 100/209 Array#include? | |
0.00 0.00 0.00 0.00 97/97 Module#instance_method | |
0.00 0.00 0.00 0.00 97/19156 String#to_sym | |
0.00 0.00 0.00 0.00 97/1983 Hash#[]= | |
0.00 0.00 0.00 0.00 100/18592 String#to_s | |
-------------------------------------------------------------------------------- | |
0.02 0.01 0.00 0.00 1000/1000 ActiveRecord::Base#init_with | |
0.00% 0.00% 0.02 0.01 0.00 0.00 1000 ActiveRecord::Base#_run_initialize_callbacks (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:401} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:401 | |
0.00 0.00 0.00 0.00 2000/5017 Kernel#block_given? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3042 ActiveRecord::Calculations#column_for | |
0.00 0.00 0.00 0.00 2/3042 ActiveSupport::LogSubscriber#call | |
0.00 0.00 0.00 0.00 15/3042 Net::HTTPHeader#capitalize | |
0.00 0.00 0.00 0.00 12/3042 Net::HTTPHeader#sub_type | |
0.00 0.00 0.00 0.00 12/3042 Net::HTTPHeader#main_type | |
0.02 0.02 0.00 0.00 3000/3042 <Module::Sunspot::Util>#full_const_get | |
0.00% 0.00% 0.02 0.02 0.00 0.00 3042 String#split (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#delete_by_query | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#commit | |
0.01 0.00 0.00 0.01 1/3 RSolr::Client#add | |
0.00% 0.00% 0.01 0.00 0.00 0.01 3 RSolr::Client#update (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:21} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:21 | |
0.01 0.00 0.00 0.01 3/3 RSolr::Client#request | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 3/3 RSolr::Client#update | |
0.00% 0.00% 0.01 0.00 0.00 0.01 3 RSolr::Client#request (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:33} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:33 | |
0.01 0.00 0.00 0.01 3/3 RSolr::Connection::Requestable#request | |
0.00 0.00 0.00 0.00 3/3 RSolr::Client#adapt_response | |
0.00 0.00 0.00 0.00 3/3 RSolr::Client#map_params | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 1000/1000 Sunspot::Adapters::InstanceAdapter#index_id | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1000 <Class::Sunspot::Adapters::InstanceAdapter>#index_id_for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:130} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:130 | |
0.00 0.00 0.00 0.00 1000/1020 Fixnum#to_s | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 3/3 RSolr::Client#request | |
0.00% 0.00% 0.01 0.00 0.00 0.01 3 RSolr::Connection::Requestable#request (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/requestable.rb:24} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/requestable.rb:24 | |
0.01 0.00 0.00 0.01 3/3 RSolr::Connection::NetHttp#post | |
0.00 0.00 0.00 0.00 6/167765 Hash#[] | |
0.00 0.00 0.00 0.00 6/103 Array#[] | |
0.00 0.00 0.00 0.00 3/235 Kernel#== | |
0.00 0.00 0.00 0.00 3/9013 Kernel#kind_of? | |
0.00 0.00 0.00 0.00 3/234712 Fixnum#== | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 3/3 RSolr::Connection::Requestable#request | |
0.00% 0.00% 0.01 0.00 0.00 0.01 3 RSolr::Connection::NetHttp#post (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/net_http.rb:20} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/net_http.rb:20 | |
0.01 0.00 0.00 0.01 3/3 Net::HTTP#post | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::NetHttp#build_url | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::NetHttp#create_http_context | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::NetHttp#connection | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/1021 Array#each | |
0.01 0.00 0.00 0.01 1000/1021 Kernel#send | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1021 ActiveModel::AttributeMethods::ClassMethods#attribute_method_matchers (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:342} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:342 | |
0.01 0.00 0.00 0.00 1021/1085 Class#read_inheritable_attribute | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/103 Kernel#require | |
0.00 0.00 0.00 0.00 2/103 <Module::Builder>#check_for_name_collision | |
0.01 0.01 0.00 0.00 100/103 <Class::BlankSlate>#hide | |
0.00% 0.00% 0.01 0.01 0.00 0.00 103 Module#instance_methods (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 1000/1000 Kernel#send | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1000 #<Module:0xb2015ec>#real_name (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69 | |
0.00 0.00 0.00 0.00 1000/4003 Hash#has_key? | |
0.00 0.00 0.00 0.00 1000/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2000/5000 Sunspot::AttributeField#indexed_name | |
0.01 0.01 0.00 0.00 3000/5000 Sunspot::FulltextField#indexed_name | |
0.00% 0.00% 0.01 0.01 0.00 0.00 5000 Sunspot::Field#more_like_this? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field.rb:80} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/field.rb:80 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/9023 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_value | |
0.00 0.00 0.00 0.00 1/9023 <Class::ActiveRecord::Base>#sanitize_sql_array | |
0.00 0.00 0.00 0.00 1/9023 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_one | |
0.00 0.00 0.00 0.00 1/9023 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.00 0.00 0.00 0.00 1/9023 ActiveRecord::FinderMethods#all | |
0.00 0.00 0.00 0.00 2/9023 ActiveSupport::LogSubscriber#call | |
0.00 0.00 0.00 0.00 6/9023 Net::HTTPHeader#sub_type | |
0.00 0.00 0.00 0.00 6/9023 Net::HTTPHeader#main_type | |
0.01 0.01 0.00 0.00 9004/9023 Builder::XmlBase#method_missing | |
0.00% 0.00% 0.01 0.01 0.00 0.00 9023 Array#first (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 3/3 RSolr::Connection::NetHttp#post | |
0.00% 0.00% 0.01 0.00 0.00 0.01 3 Net::HTTP#post (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:843} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:843 | |
0.01 0.00 0.00 0.01 3/6 Net::HTTP#request | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 1000/1000 Kernel#send | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1000 #<Module:0xb2015ec>#name (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69 | |
0.00 0.00 0.00 0.00 1000/4003 Hash#has_key? | |
0.00 0.00 0.00 0.00 1000/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 1000/1000 Kernel#send | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1000 #<Module:0xb2015ec>#email (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:69 | |
0.00 0.00 0.00 0.00 1000/4003 Hash#has_key? | |
0.00 0.00 0.00 0.00 1000/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::FinderMethods#all | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 ActiveRecord::SpawnMethods#apply_finder_options (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/spawn_methods.rb:106} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/spawn_methods.rb:106 | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::QueryMethods#where | |
0.00 0.00 0.00 0.00 1/40078 Array#each | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::QueryMethods#includes | |
0.00 0.00 0.00 0.00 1/1 Hash#assert_valid_keys | |
0.00 0.00 0.00 0.00 1/7 Kernel#clone | |
0.00 0.00 0.00 0.00 1/1 Hash#delete_if | |
0.00 0.00 0.00 0.00 1/9 Kernel#dup | |
0.00 0.00 0.00 0.00 3/4003 Hash#has_key? | |
0.00 0.00 0.00 0.00 2/167765 Hash#[] | |
0.00 0.00 0.00 0.00 1/1 Array#& | |
0.00 0.00 0.00 0.00 1/1002 Hash#keys | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6 Net::HTTP#start | |
0.01 0.00 0.00 0.01 3/6 Net::HTTP#post | |
0.00% 0.00% 0.01 0.00 0.00 0.01 6 Net::HTTP#request (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1033} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1033 | |
0.01 0.00 0.00 0.01 3/3 Net::HTTP#start | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#read_new | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#exec | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#reading_body | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#end_transport | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#begin_transport | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#set_body_internal | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#proxy_user | |
0.00 0.00 0.00 0.00 6/6 Net::HTTP#started? | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPGenericRequest#response_body_permitted? | |
0.00 0.00 0.00 0.00 3/9013 Kernel#kind_of? | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#edit_path | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 3/3 Net::HTTP#request | |
0.00% 0.00% 0.01 0.00 0.00 0.01 3 Net::HTTP#start (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:538} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:538 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#do_start | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#do_finish | |
0.00 0.00 0.00 0.00 3/24 Net::HTTPHeader#[] | |
0.00 0.00 0.00 0.00 3/9 Net::HTTPHeader#[]= | |
0.00 0.00 0.00 0.00 3/5017 Kernel#block_given? | |
0.00 0.00 0.00 0.00 3/6 Net::HTTP#request | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 ActiveRecord::QueryMethods#where (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:75} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:75 | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::QueryMethods#build_where | |
0.00 0.00 0.00 0.00 1/7 Kernel#clone | |
0.00 0.00 0.00 0.00 1/16 Array#+ | |
0.00 0.00 0.00 0.00 1/10 Array#blank? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/7054 ActiveRecord::SpawnMethods#except | |
0.00 0.00 0.00 0.00 1/7054 URI::Generic#default_port | |
0.00 0.00 0.00 0.00 1/7054 Sunspot::Session#connection | |
0.00 0.00 0.00 0.00 3/7054 Net::HTTP#proxy_user | |
0.00 0.00 0.00 0.00 3/7054 Hash#each | |
0.00 0.00 0.00 0.00 2/7054 ActiveRecord::LogSubscriber#sql | |
0.00 0.00 0.00 0.00 7/7054 ActiveRecord::ConnectionAdapters::Column#type_cast_code | |
0.00 0.00 0.00 0.00 3/7054 Net::HTTPResponse#reading_body | |
0.00 0.00 0.00 0.00 7/7054 ActiveRecord::ConnectionAdapters::Column#type_cast | |
0.00 0.00 0.00 0.00 9/7054 Net::HTTPRequest#initialize | |
0.00 0.00 0.00 0.00 3/7054 Array#map | |
0.00 0.00 0.00 0.00 14/7054 Arel::Visitors::Visitor#visit | |
0.00 0.00 0.00 0.00 1000/7054 ActiveModel::AttributeMethods#match_attribute_method? | |
0.00 0.00 0.00 0.00 1000/7054 Kernel#send | |
0.00 0.00 0.00 0.00 1000/7054 ActiveRecord::AttributeMethods#respond_to? | |
0.00 0.00 0.00 0.00 1000/7054 Sunspot::Indexer#setup_for | |
0.00 0.00 0.00 0.00 1000/7054 <Class::Sunspot::Adapters::InstanceAdapter>#adapt | |
0.00 0.00 0.00 0.00 1000/7054 Sunspot::Indexer#document_for | |
0.00 0.00 0.00 0.00 1000/7054 Sunspot::Adapters::InstanceAdapter#index_id | |
0.00% 0.00% 0.01 0.01 0.00 0.00 7054 Kernel#class (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::QueryMethods#where | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 ActiveRecord::QueryMethods#build_where (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:221} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:221 | |
0.01 0.00 0.00 0.01 1/6092 Kernel#send | |
0.00 0.00 0.00 0.00 2/30040 Module#=== | |
0.00 0.00 0.00 0.00 1/28 Array#empty? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 <Class::ActiveRecord::Base>#find_by_sql | |
0.01 0.00 0.00 0.01 1/2 Kernel#send | |
0.00% 0.00% 0.01 0.00 0.00 0.01 2 <Class::ActiveRecord::Base>#sanitize_sql (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1220} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1220 | |
0.01 0.00 0.00 0.01 1/1 <Class::ActiveRecord::Base>#sanitize_sql_array | |
0.00 0.00 0.00 0.00 1/1008 String#blank? | |
0.00 0.00 0.00 0.00 3/30040 Module#=== | |
0.00 0.00 0.00 0.00 1/10 Array#blank? | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 <Class::ActiveRecord::Base>#sanitize_sql | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 <Class::ActiveRecord::Base>#sanitize_sql_array (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1312} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1312 | |
0.01 0.00 0.00 0.01 1/1 <Class::ActiveRecord::Base>#replace_bind_variables | |
0.00 0.00 0.00 0.00 1/1 String#include? | |
0.00 0.00 0.00 0.00 1/8026 Kernel#is_a? | |
0.00 0.00 0.00 0.00 1/9023 Array#first | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/26 Hodel3000CompliantLogger#format_message | |
0.00 0.00 0.00 0.00 1/26 RSolr::Char#escape | |
0.00 0.00 0.00 0.00 6/26 Builder::XmlBase#_escape_quote | |
0.00 0.00 0.00 0.00 6/26 RSolr::Connection::Utils#escape | |
0.00 0.00 0.00 0.00 10/26 Proc#call | |
0.01 0.00 0.00 0.01 1/26 <Class::ActiveRecord::Base>#replace_bind_variables | |
0.00% 0.00% 0.01 0.00 0.00 0.01 26 String#gsub (ruby_runtime:0} ruby_runtime:0 | |
0.01 0.00 0.00 0.01 1/1 <Class::ActiveRecord::Base>#quote_bound_value | |
0.00 0.00 0.00 0.00 1/5 Array#shift | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 <Class::ActiveRecord::Base>#sanitize_sql_array | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 <Class::ActiveRecord::Base>#replace_bind_variables (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1327} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1327 | |
0.01 0.00 0.00 0.01 1/26 String#gsub | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#connection | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::Base>#raise_if_bind_arity_mismatch | |
0.00 0.00 0.00 0.00 1/9 Kernel#dup | |
0.00 0.00 0.00 0.00 1/1 Array#size | |
0.00 0.00 0.00 0.00 1/1 String#count | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 String#gsub | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 <Class::ActiveRecord::Base>#quote_bound_value (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1363} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1363 | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote | |
0.00 0.00 0.00 0.00 1/4216 Kernel#respond_to? | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 <Class::ActiveRecord::Base>#quote_bound_value | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:190} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:190 | |
0.01 0.01 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00 0.00 0.00 0.00 2/9013 Kernel#kind_of? | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1 ActiveRecord::ConnectionAdapters::Quoting#quote (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/quoting.rb:8} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/quoting.rb:8 | |
0.00 0.00 0.00 0.00 2/14 ActiveSupport::Dependencies::Loadable#require | |
0.00 0.00 0.00 0.00 39/97 <Class::Object>#method_added | |
0.00 0.00 0.00 0.00 1/40078 Array#each | |
0.00 0.00 0.00 0.00 3/5 Module#alias_method | |
0.00 0.00 0.00 0.00 1/16 Class#inherited | |
0.00 0.00 0.00 0.00 1/2 Module#attr_reader | |
0.00 0.00 0.00 0.00 1/4 Module#include | |
0.00 0.00 0.00 0.00 7/30040 Module#=== | |
0.00 0.00 0.00 0.00 1/1 Comparable#>= | |
0.00 0.00 0.00 0.00 1/1 Comparable#< | |
0.00 0.00 0.00 0.00 1/4216 Kernel#respond_to? | |
0.00 0.00 0.00 0.00 1/11076 <Class::Object>#allocate | |
0.00 0.00 0.00 0.00 1/1 Module#protected | |
0.00 0.00 0.00 0.00 2/14 Kernel#singleton_method_added | |
0.00 0.00 0.00 0.00 1/1020 Fixnum#to_s | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 1000/1000 Array#each | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1000 ActiveRecord::AttributeMethods#attribute_method? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:56} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:56 | |
0.00 0.00 0.00 0.00 1000/2403 Hash#include? | |
0.00 0.00 0.00 0.00 1000/1939 String#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/5013 Hash#reject | |
0.00 0.00 0.00 0.00 4/5013 Kernel#dup | |
0.01 0.01 0.00 0.00 5008/5013 Hash#merge | |
0.00% 0.00% 0.01 0.01 0.00 0.00 5013 Hash#initialize_copy (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1008 <Class::ActiveRecord::Base>#sanitize_sql | |
0.00 0.00 0.00 0.00 1/1008 Array#reject | |
0.01 0.01 0.00 0.00 1006/1008 <Class::ActiveRecord::ConnectionAdapters::Column>#value_to_boolean | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1008 String#blank? (/u/apps/newap/releases/20110521185546/lib/skipjack.rb:12} /u/apps/newap/releases/20110521185546/lib/skipjack.rb:12 | |
0.00 0.00 0.00 0.00 1008/1032 String#size | |
0.00 0.00 0.00 0.00 1008/234712 Fixnum#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/4003 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00 0.00 0.00 0.00 1000/4003 #<Module:0xb2015ec>#email | |
0.00 0.00 0.00 0.00 1000/4003 #<Module:0xb2015ec>#name | |
0.00 0.00 0.00 0.00 1000/4003 #<Module:0xb2015ec>#oldpoet | |
0.00 0.00 0.00 0.00 1000/4003 #<Module:0xb2015ec>#real_name | |
0.00% 0.00% 0.01 0.01 0.00 0.00 4003 Hash#has_key? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1085 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#sunspot_options | |
0.00 0.00 0.00 0.00 1/1085 ActiveRecord::NamedScope::ClassMethods#scopes | |
0.00 0.00 0.00 0.00 3/1085 <Class::ActiveRecord::Base>#default_scoping | |
0.00 0.00 0.00 0.00 18/1085 <Class::ActiveRecord::Base>#serialized_attributes | |
0.00 0.00 0.00 0.00 41/1085 <Class::ActiveRecord::Base>#skip_time_zone_conversion_for_attributes | |
0.01 0.00 0.00 0.00 1021/1085 ActiveModel::AttributeMethods::ClassMethods#attribute_method_matchers | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1085 Class#read_inheritable_attribute (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:143} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:143 | |
0.00 0.00 0.00 0.00 1085/1103 Class#inheritable_attributes | |
0.00 0.00 0.00 0.00 1085/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3001 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_value | |
0.01 0.01 0.00 0.00 3000/3001 Sunspot::Setup#collection_from_inheritable_hash | |
0.00% 0.00% 0.01 0.01 0.00 0.00 3001 Hash#values (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_index | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 <Class::ActiveRecord::Base>#count (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:441} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:441 | |
0.01 0.00 0.00 0.01 1/2 Kernel#__send__ | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::NamedScope::ClassMethods#scoped | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/1402 ActiveRecord::AttributeMethods::Read::ClassMethods#cache_attribute? | |
0.00 0.00 0.00 0.00 378/1402 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.01 0.00 0.00 0.00 1006/1402 <Class::ActiveRecord::ConnectionAdapters::Column>#value_to_boolean | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1402 Set#include? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:157} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:157 | |
0.00 0.00 0.00 0.00 1402/2403 Hash#include? | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 Kernel#__send__ | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 ActiveRecord::Calculations#count (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:56} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:56 | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#calculate | |
0.00 0.00 0.00 0.00 1/8026 Kernel#is_a? | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#count | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 ActiveRecord::Calculations#calculate (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:145} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:145 | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#perform_calculation | |
0.00 0.00 0.00 0.00 1/1 Hash#except | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::Relation#eager_loading? | |
0.00 0.00 0.00 0.00 2/7 Object#present? | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#calculate | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 ActiveRecord::Calculations#perform_calculation (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:161} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:161 | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#execute_simple_calculation | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::QueryMethods#arel | |
0.00 0.00 0.00 0.00 1/1 Arel::SelectManager#join_sql | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#select_for_count | |
0.00 0.00 0.00 0.00 1/1 Kernel#=~ | |
0.00 0.00 0.00 0.00 1/167765 Hash#[] | |
0.00 0.00 0.00 0.00 1/8 Enumerable#any? | |
0.00 0.00 0.00 0.00 1/1939 String#== | |
0.00 0.00 0.00 0.00 1/85 String#downcase | |
0.00 0.00 0.00 0.00 1/38250 Symbol#to_s | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 1000/1000 Sunspot::Field#to_indexed | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1000 Sunspot::Type::BooleanType#to_indexed (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/type.rb:310} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/type.rb:310 | |
0.00 0.00 0.00 0.00 1000/35035 Kernel#nil? | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 3000/3000 Array#each | |
0.00% 0.00% 0.01 0.01 0.00 0.00 3000 Module#const_defined? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/5019 Hash#reject | |
0.00 0.00 0.00 0.00 6/5019 Class#new | |
0.00 0.00 0.00 0.00 4/5019 Kernel#dup | |
0.01 0.01 0.00 0.00 5008/5019 Hash#merge | |
0.00% 0.00% 0.01 0.01 0.00 0.00 5019 <Class::Hash>#allocate (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/189 Array#flatten! | |
0.00 0.00 0.00 0.00 1/189 ActiveRecord::Relation#method_missing | |
0.01 0.00 0.00 0.01 187/189 Array#each | |
0.00% 0.00% 0.01 0.00 0.00 0.01 189 <Class::ActiveRecord::Base>#respond_to? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:835} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:835 | |
0.00 0.00 0.00 0.00 189/189 <Class::ActiveRecord::DynamicFinderMatch>#match | |
0.00 0.00 0.00 0.00 189/189 <Class::ActiveRecord::DynamicScopeMatch>#match | |
0.00 0.00 0.00 0.00 189/4216 Kernel#respond_to? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/187 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 2/187 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute= | |
0.00 0.00 0.00 0.00 19/187 ActiveRecord::AttributeMethods::Write::ClassMethods#define_method_attribute= | |
0.00 0.00 0.00 0.00 18/187 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.01 0.01 0.00 0.00 146/187 Array#each | |
0.00% 0.00% 0.01 0.01 0.00 0.00 187 Module#module_eval (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 146/147 Module#method_defined? | |
0.00 0.00 0.00 0.00 187/209 Module#method_added | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 1000/1000 <Class::ActiveRecord::Base>#instantiate | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1000 <Class::ActiveRecord::Base>#find_sti_class (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:913} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:913 | |
0.00 0.00 0.00 0.00 1000/1000 NilClass#blank? | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.00 1000/1000 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#match | |
0.00% 0.00% 0.01 0.00 0.00 0.00 1000 <Class::ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch>#new (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1000/1000 <Class::ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch>#allocate | |
0.00 0.00 0.00 0.00 1000/1000 Struct#initialize | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/4216 RSolr::Connectable#connect | |
0.00 0.00 0.00 0.00 2/4216 MonitorMixin#synchronize | |
0.00 0.00 0.00 0.00 1/4216 <Class::ActiveRecord::Base>#quote_bound_value | |
0.00 0.00 0.00 0.00 1/4216 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00 0.00 0.00 0.00 3/4216 RSolr::Connection::Utils#encode_utf8 | |
0.00 0.00 0.00 0.00 3/4216 Time#- | |
0.00 0.00 0.00 0.00 16/4216 Class#inherited | |
0.00 0.00 0.00 0.00 189/4216 <Class::ActiveRecord::Base>#respond_to? | |
0.00 0.00 0.00 0.00 1000/4216 Array#each | |
0.00 0.00 0.00 0.00 3000/4216 ActiveModel::AttributeMethods#respond_to? | |
0.00% 0.00% 0.01 0.01 0.00 0.00 4216 Kernel#respond_to? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::AttributeMethods::Read::ClassMethods#cached_attributes | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods | |
0.01 0.00 0.00 0.01 1/3 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.00% 0.00% 0.01 0.00 0.00 0.01 3 Enumerable#to_set (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:531} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:531 | |
0.01 0.00 0.00 0.01 3/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 3/3 Class#new | |
0.00% 0.00% 0.01 0.00 0.00 0.01 3 Set#initialize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:68} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:68 | |
0.01 0.00 0.00 0.01 3/3 Set#merge | |
0.00 0.00 0.00 0.00 3/35035 Kernel#nil? | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 3/3 Set#initialize | |
0.00% 0.00% 0.01 0.00 0.00 0.01 3 Set#merge (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:259} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:259 | |
0.00 0.00 0.00 0.00 6/8026 Kernel#is_a? | |
0.00 0.00 0.00 0.00 3/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#perform_calculation | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 ActiveRecord::Calculations#execute_simple_calculation (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:198} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:198 | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#aggregate_column | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Relation#to_sql | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::SpawnMethods#except | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_value | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#column_for | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#connection | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#operation_over_aggregate_column | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#type_cast_calculated_value | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 Sunspot::Session#index | |
0.01 0.00 0.00 0.01 1/2 Array#each | |
0.00% 0.00% 0.01 0.00 0.00 0.01 2 Sunspot::Session#indexer (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:237} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:237 | |
0.01 0.00 0.00 0.01 1/2 Sunspot::Session#connection | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 Sunspot::Session#commit | |
0.01 0.00 0.00 0.01 1/2 Sunspot::Session#indexer | |
0.00% 0.00% 0.01 0.00 0.00 0.01 2 Sunspot::Session#connection (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:232} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:232 | |
0.01 0.00 0.00 0.00 1/1 RSolr::Connectable#connect | |
0.00 0.00 0.00 0.00 1/1 <Object::LightConfig::Configuration>#solr | |
0.00 0.00 0.00 0.00 1/1 <Object::LightConfig::Configuration>#url | |
0.00 0.00 0.00 0.00 1/1 <Class::Sunspot::Session>#connection_class | |
0.00 0.00 0.00 0.00 1/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.00 1/1 Sunspot::Session#connection | |
0.00% 0.00% 0.01 0.00 0.00 0.00 1 RSolr::Connectable#connect (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr.rb:19} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr.rb:19 | |
0.00 0.00 0.00 0.00 2/14 ActiveSupport::Dependencies::Loadable#require | |
0.00 0.00 0.00 0.00 2/10083 Class#new | |
0.00 0.00 0.00 0.00 1/16 Class#inherited | |
0.00 0.00 0.00 0.00 2/4 Module#include | |
0.00 0.00 0.00 0.00 1/2 Module#attr_reader | |
0.00 0.00 0.00 0.00 13/209 Module#method_added | |
0.00 0.00 0.00 0.00 3/6 Module#autoload | |
0.00 0.00 0.00 0.00 1/4216 Kernel#respond_to? | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_index | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 <Module::Sunspot>#commit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot.rb:205} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot.rb:205 | |
0.01 0.00 0.00 0.01 1/1 Sunspot::SessionProxy::SilentFailSessionProxy#commit | |
0.00 0.00 0.00 0.00 1/3 <Module::Sunspot>#session | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 <Module::Sunspot>#commit | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 Sunspot::SessionProxy::SilentFailSessionProxy#commit ((eval):1} (eval):1 | |
0.01 0.00 0.00 0.01 1/1 Sunspot::SessionProxy::ThreadLocalSessionProxy#commit | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 Sunspot::SessionProxy::SilentFailSessionProxy#commit | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 Sunspot::SessionProxy::ThreadLocalSessionProxy#commit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session_proxy/abstract_session_proxy.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session_proxy/abstract_session_proxy.rb:10 | |
0.01 0.00 0.00 0.01 1/1 Sunspot::Session#commit | |
0.00 0.00 0.00 0.00 1/3 Sunspot::SessionProxy::ThreadLocalSessionProxy#session | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 Sunspot::SessionProxy::ThreadLocalSessionProxy#commit | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 Sunspot::Session#commit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:105} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:105 | |
0.01 0.00 0.00 0.01 1/1 RSolr::Client#commit | |
0.00 0.00 0.00 0.00 1/2 Sunspot::Session#connection | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 Sunspot::Session#commit | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 RSolr::Client#commit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:50} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:50 | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#update | |
0.00 0.00 0.00 0.00 1/1 RSolr::Message::Generator#commit | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#message | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3004 Arel::SelectManager#order | |
0.00 0.00 0.00 0.00 3/3004 Arel::SelectManager#project | |
0.01 0.01 0.00 0.00 3000/3004 Sunspot::Setup#all_field_factories | |
0.00% 0.00% 0.01 0.01 0.00 0.00 3004 Array#concat (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/1002 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.01 0.01 0.00 0.00 1000/1002 <Class::Sunspot::Adapters::InstanceAdapter>#for | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1002 Module#ancestors (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/4124 Module#append_features | |
0.00 0.00 0.00 0.00 3/4124 Hash#each | |
0.00 0.00 0.00 0.00 6/4124 Array#include? | |
0.00 0.00 0.00 0.00 10/4124 Array#index | |
0.00 0.00 0.00 0.00 6/4124 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool | |
0.00 0.00 0.00 0.00 97/4124 <Class::Object>#method_added | |
0.00 0.00 0.00 0.00 2000/4124 <Class::ActiveRecord::Base>#class_of_active_record_descendant | |
0.00 0.00 0.00 0.00 2000/4124 <Module::Sunspot::Util>#superclasses_for | |
0.00% 0.00% 0.01 0.01 0.00 0.00 4124 Module#== (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 3000/3000 Sunspot::Setup#get_inheritable_hash | |
0.00% 0.00% 0.01 0.01 0.00 0.00 3000 Kernel#instance_variable_get (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/5017 Sunspot::Session#initialize | |
0.00 0.00 0.00 0.00 2/5017 Logger#add | |
0.00 0.00 0.00 0.00 2/5017 Enumerable#sum | |
0.00 0.00 0.00 0.00 3/5017 Net::HTTP#start | |
0.00 0.00 0.00 0.00 3/5017 Builder::XmlMarkup#instruct! | |
0.00 0.00 0.00 0.00 3/5017 RSolr::Message::Generator#build | |
0.00 0.00 0.00 0.00 3/5017 Net::HTTPResponse#reading_body | |
0.00 0.00 0.00 0.00 1000/5017 Array#each | |
0.00 0.00 0.00 0.00 2000/5017 ActiveRecord::Base#_run_initialize_callbacks | |
0.00 0.00 0.00 0.00 2000/5017 ActiveRecord::Base#_run_find_callbacks | |
0.00% 0.00% 0.01 0.01 0.00 0.00 5017 Kernel#block_given? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.00 1000/1000 Sunspot::Field#to_indexed | |
0.00% 0.00% 0.01 0.00 0.00 0.00 1000 Sunspot::Type::ClassType#to_indexed (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/type.rb:362} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/type.rb:362 | |
0.00 0.00 0.00 0.00 1000/45036 Module#name | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 146/1146 Array#each | |
0.01 0.01 0.00 0.00 1000/1146 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#match | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1146 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#method_missing_target (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:337} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:337 | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 1000/1000 Sunspot::Indexer#prepare | |
0.00% 0.00% 0.01 0.01 0.00 0.00 1000 Sunspot::Setup#document_boost_for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:256} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/setup.rb:256 | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#execute_simple_calculation | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 ActiveRecord::Calculations#aggregate_column (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:186} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:186 | |
0.01 0.00 0.00 0.01 1/1 <Class::ActiveRecord::Base>#column_names | |
0.00 0.00 0.00 0.00 1/209 Array#include? | |
0.00 0.00 0.00 0.00 1/2 <Module::Arel>#sql | |
0.00 0.00 0.00 0.00 1/38250 Symbol#to_s | |
0.00 0.00 0.00 0.00 1/235 Kernel#== | |
-------------------------------------------------------------------------------- | |
0.01 0.01 0.00 0.00 3000/3000 Array#each | |
0.00% 0.00% 0.01 0.01 0.00 0.00 3000 Module#const_get (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.01 1/1 ActiveRecord::Calculations#aggregate_column | |
0.00% 0.00% 0.01 0.00 0.00 0.01 1 <Class::ActiveRecord::Base>#column_names (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:691} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:691 | |
0.01 0.00 0.00 0.01 1/4 <Class::ActiveRecord::Base>#columns | |
0.00 0.00 0.00 0.00 1/9041 Array#map | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2403 <Module::URI>#parse | |
0.00 0.00 0.00 0.00 1000/2403 ActiveRecord::AttributeMethods#attribute_method? | |
0.00 0.00 0.00 0.00 1402/2403 Set#include? | |
0.00% 0.00% 0.01 0.01 0.00 0.00 2403 Hash#include? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/4 ActiveRecord::AttributeMethods::Read::ClassMethods#cached_attributes | |
0.00 0.00 0.00 0.00 1/4 ActiveRecord::Calculations#column_for | |
0.00 0.00 0.00 0.00 1/4 <Class::ActiveRecord::Base>#columns_hash | |
0.01 0.00 0.00 0.01 1/4 <Class::ActiveRecord::Base>#column_names | |
0.00% 0.00% 0.01 0.00 0.00 0.01 4 <Class::ActiveRecord::Base>#columns (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:677} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:677 | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::MysqlAdapter#columns | |
0.00 0.00 0.00 0.00 1/40078 Array#each | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#connection | |
0.00 0.00 0.00 0.00 1/6 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#table_name | |
0.00 0.00 0.00 0.00 1/45036 Module#name | |
-------------------------------------------------------------------------------- | |
0.01 0.00 0.00 0.00 843/843 Array#each | |
0.00% 0.00% 0.01 0.00 0.00 0.00 843 Set#add (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:201} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/set.rb:201 | |
0.00 0.00 0.00 0.00 843/1983 Hash#[]= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::Base>#columns | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::ConnectionAdapters::MysqlAdapter#columns (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:435} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:435 | |
0.00 0.00 0.00 0.00 1/1 Mysql::Result#each | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#execute | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote_table_name | |
0.00 0.00 0.00 0.00 1/3 Mysql::Result#free | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::MysqlAdapter#columns | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Mysql::Result#each (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 21/10083 Class#new | |
0.00 0.00 0.00 0.00 84/103 Array#[] | |
0.00 0.00 0.00 0.00 21/1939 String#== | |
0.00 0.00 0.00 0.00 21/10024 Array#<< | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 20/20 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 20 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/time_zone_conversion.rb:19} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/time_zone_conversion.rb:19 | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::Read::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 20/41 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#create_time_zone_conversion_attribute? | |
0.00 0.00 0.00 0.00 2/187 Module#module_eval | |
0.00 0.00 0.00 0.00 20/1059 <Class::ActiveRecord::Base>#columns_hash | |
0.00 0.00 0.00 0.00 20/167765 Hash#[] | |
0.00 0.00 0.00 0.00 2/187 ActiveModel::AttributeMethods::ClassMethods#generated_attribute_methods | |
0.00 0.00 0.00 0.00 2/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1000/1000 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1000 Sunspot::Adapters::InstanceAdapter#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:52} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/adapters.rb:52 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:27} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods.rb:27 | |
0.00 0.00 0.00 0.00 1/3 Enumerable#to_set | |
0.00 0.00 0.00 0.00 1/9041 Array#map | |
0.00 0.00 0.00 0.00 2/12 Module#public_instance_methods | |
0.00 0.00 0.00 0.00 2/12 Module#private_instance_methods | |
0.00 0.00 0.00 0.00 2/12 Module#protected_instance_methods | |
0.00 0.00 0.00 0.00 3/12 Array#- | |
0.00 0.00 0.00 0.00 2/16 Array#+ | |
0.00 0.00 0.00 0.00 1/14007 Class#superclass | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1020 Arel::Visitors::ToSql#visit_Arel_Nodes_Limit | |
0.00 0.00 0.00 0.00 1/1020 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00 0.00 0.00 0.00 1/1020 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00 0.00 0.00 0.00 2/1020 Hodel3000CompliantLogger#format_message | |
0.00 0.00 0.00 0.00 3/1020 Net::HTTPHeader#content_length= | |
0.00 0.00 0.00 0.00 3/1020 Net::BufferedIO#read_all | |
0.00 0.00 0.00 0.00 3/1020 Net::HTTP#addr_port | |
0.00 0.00 0.00 0.00 3/1020 RSolr::Connection::NetHttp#create_http_context | |
0.00 0.00 0.00 0.00 3/1020 Sunspot::SessionProxy::ThreadLocalSessionProxy#session | |
0.00 0.00 0.00 0.00 1000/1020 <Class::Sunspot::Adapters::InstanceAdapter>#index_id_for | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1020 Fixnum#to_s (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1000/1000 <Class::ActiveRecord::Base>#allocate | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1000 Class#allocate_before_oink (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1000/11076 <Class::Object>#allocate | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1022 ActiveRecord::Calculations#type_cast_calculated_value | |
0.00 0.00 0.00 0.00 1/1022 URI::Generic#set_port | |
0.00 0.00 0.00 0.00 2/1022 ActiveRecord::ConnectionAdapters::Column#type_cast | |
0.00 0.00 0.00 0.00 3/1022 <Class::Date>#s3e | |
0.00 0.00 0.00 0.00 3/1022 <Class::ActiveRecord::ConnectionAdapters::Column>#fast_string_to_date | |
0.00 0.00 0.00 0.00 3/1022 RSolr::Connection::NetHttp#create_http_context | |
0.00 0.00 0.00 0.00 8/1022 ActiveRecord::ConnectionAdapters::Column#extract_limit | |
0.00 0.00 0.00 0.00 1001/1022 #<Module:0xb2015ec>#id | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1022 String#to_i (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::ConnectionAdapters::Column#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:30} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:30 | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_default | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::MysqlColumn#simplified_type | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_limit | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#extract_scale | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#extract_precision | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#connect | |
0.00 0.00 0.00 0.00 6/9 Net::BufferedIO#rbuf_fill | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Object#timeout (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:100} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:100 | |
0.00 0.00 0.00 0.00 9/9 <Module::Timeout>#timeout | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 189/189 <Class::ActiveRecord::Base>#respond_to? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 189 <Class::ActiveRecord::DynamicFinderMatch>#match (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/dynamic_finder_match.rb:8} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/dynamic_finder_match.rb:8 | |
0.00 0.00 0.00 0.00 567/833 Regexp#=== | |
0.00 0.00 0.00 0.00 187/18592 String#to_s | |
0.00 0.00 0.00 0.00 2/38250 Symbol#to_s | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1002 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00 0.00 0.00 0.00 1/1002 Hash#assert_valid_keys | |
0.00 0.00 0.00 0.00 1000/1002 ActiveRecord::AttributeMethods::ClassMethods#define_attribute_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1002 Hash#keys (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 9/9 Object#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 <Module::Timeout>#timeout (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:52} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:52 | |
0.00 0.00 0.00 0.00 6/6 <Class::Thread>#start | |
0.00 0.00 0.00 0.00 3/3 <Class::IO>#open | |
0.00 0.00 0.00 0.00 6/6 IO#sysread | |
0.00 0.00 0.00 0.00 6/10083 Class#new | |
0.00 0.00 0.00 0.00 6/6 Thread#kill | |
0.00 0.00 0.00 0.00 3/51050 String#<< | |
0.00 0.00 0.00 0.00 6/234712 Fixnum#== | |
0.00 0.00 0.00 0.00 6/6 Thread#join | |
0.00 0.00 0.00 0.00 6/6 Thread#alive? | |
0.00 0.00 0.00 0.00 6/40 <Class::Thread>#current | |
0.00 0.00 0.00 0.00 6/6 Fixnum#zero? | |
0.00 0.00 0.00 0.00 6/6 <Class::Thread>#critical | |
0.00 0.00 0.00 0.00 3/30040 Module#=== | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#conn_port | |
0.00 0.00 0.00 0.00 3/6 Net::HTTP#conn_address | |
0.00 0.00 0.00 0.00 3/235 Kernel#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1983 Arel::Visitors::ToSql#quote_table_name | |
0.00 0.00 0.00 0.00 1/1983 Class#write_inheritable_attribute | |
0.00 0.00 0.00 0.00 3/1983 Net::HTTPHeader#content_length= | |
0.00 0.00 0.00 0.00 5/1983 Date::Format::Bag#method_missing | |
0.00 0.00 0.00 0.00 3/1983 Hash#each | |
0.00 0.00 0.00 0.00 9/1983 Net::HTTPHeader#[]= | |
0.00 0.00 0.00 0.00 9/1983 Net::HTTPHeader#add_field | |
0.00 0.00 0.00 0.00 11/1983 Proc#call | |
0.00 0.00 0.00 0.00 97/1983 <Class::BlankSlate>#hide | |
0.00 0.00 0.00 0.00 843/1983 Set#add | |
0.00 0.00 0.00 0.00 1001/1983 <Class::ActiveRecord::Base>#increment_instance_type_count | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1983 Hash#[]= (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 11/29 Kernel#hash | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#columns | |
0.00 0.00 0.00 0.00 2/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#select | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveRecord::ConnectionAdapters::MysqlAdapter#execute (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:285} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:285 | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::ConnectionAdapters::AbstractAdapter#log | |
0.00 0.00 0.00 0.00 1/3 Mysql#query | |
0.00 0.00 0.00 0.00 1/1939 String#== | |
0.00 0.00 0.00 0.00 2/235 Kernel#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute | |
0.00% 0.00% 0.00 0.00 0.00 0.00 18 ActiveRecord::AttributeMethods::Read::ClassMethods#define_method_attribute (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:39} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:39 | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.00 0.00 0.00 0.00 18/18 <Class::ActiveRecord::Base>#serialized_attributes | |
0.00 0.00 0.00 0.00 36/167765 Hash#[] | |
0.00 0.00 0.00 0.00 18/1059 <Class::ActiveRecord::Base>#columns_hash | |
0.00 0.00 0.00 0.00 18/59 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#primary_key | |
0.00 0.00 0.00 0.00 18/19156 String#to_sym | |
0.00 0.00 0.00 0.00 19/1939 String#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::Net::HTTPResponse>#read_new (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2016} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2016 | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#read_status_line | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#each_response_header | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#response_class | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::ConnectionAdapters::MysqlAdapter#execute | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 ActiveRecord::ConnectionAdapters::AbstractAdapter#log (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract_adapter.rb:198} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract_adapter.rb:198 | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::Notifications::Instrumenter#instrument | |
0.00 0.00 0.00 0.00 2/17 Kernel#object_id | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::ConnectionAdapters::AbstractAdapter#log | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 ActiveSupport::Notifications::Instrumenter#instrument (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:17} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:17 | |
0.00 0.00 0.00 0.00 2/3 Mysql#query | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::Notifications::Fanout#publish | |
0.00 0.00 0.00 0.00 4/10 <Class::Time>#now | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6 Net::BufferedIO#read_all | |
0.00 0.00 0.00 0.00 3/6 Net::BufferedIO#readuntil | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::BufferedIO#rbuf_fill (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:133} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:133 | |
0.00 0.00 0.00 0.00 6/9 Object#timeout | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2182 Sunspot::Session#remove_all | |
0.00 0.00 0.00 0.00 1/2182 Sunspot::Session#index | |
0.00 0.00 0.00 0.00 2/2182 MonitorMixin#mon_enter | |
0.00 0.00 0.00 0.00 2/2182 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute= | |
0.00 0.00 0.00 0.00 2/2182 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 2/2182 Sunspot::Rails::Searchable::ClassMethods#solr_index | |
0.00 0.00 0.00 0.00 3/2182 Net::BufferedIO#read_all | |
0.00 0.00 0.00 0.00 15/2182 Net::BufferedIO#readuntil | |
0.00 0.00 0.00 0.00 6/2182 Net::BufferedIO#write0 | |
0.00 0.00 0.00 0.00 146/2182 Array#each | |
0.00 0.00 0.00 0.00 1000/2182 <Class::ActiveRecord::Base>#increment_instance_type_count | |
0.00 0.00 0.00 0.00 1002/2182 Builder::XmlBase#_nested_structures | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2182 Fixnum#+ (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPGenericRequest#exec (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1531} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1531 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#send_request_with_body | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#exec | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPGenericRequest#send_request_with_body (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1543} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1543 | |
0.00 0.00 0.00 0.00 3/6 Net::BufferedIO#write | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#write_header | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#supply_default_content_type | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#content_length= | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#delete | |
0.00 0.00 0.00 0.00 3/3 String#length | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/1103 Class#write_inheritable_attribute | |
0.00 0.00 0.00 0.00 16/1103 Class#inherited | |
0.00 0.00 0.00 0.00 1085/1103 Class#read_inheritable_attribute | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1103 Class#inheritable_attributes (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:122} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:122 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/1059 ActiveRecord::AttributeMethods::Read::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 20/1059 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 21/1059 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute= | |
0.00 0.00 0.00 0.00 1000/1059 ActiveRecord::AttributeMethods::ClassMethods#define_attribute_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1059 <Class::ActiveRecord::Base>#columns_hash (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:686} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:686 | |
0.00 0.00 0.00 0.00 1/9041 Array#map | |
0.00 0.00 0.00 0.00 1/1 <Class::Hash>#[] | |
0.00 0.00 0.00 0.00 1/4 <Class::ActiveRecord::Base>#columns | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 Enumerable#sum | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Enumerable#sum (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/enumerable.rb:57} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/enumerable.rb:57 | |
0.00 0.00 0.00 0.00 1/9041 Array#map | |
0.00 0.00 0.00 0.00 1/3001 Enumerable#inject | |
0.00 0.00 0.00 0.00 2/5017 Kernel#block_given? | |
0.00 0.00 0.00 0.00 1/2 Enumerable#sum | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 RSolr::Client#commit | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 RSolr::Message::Generator#commit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/generator.rb:53} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/message/generator.rb:53 | |
0.00 0.00 0.00 0.00 1/3 RSolr::Message::Generator#build | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::Read::ClassMethods#define_method_attribute | |
0.00% 0.00% 0.00 0.00 0.00 0.00 18 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:58} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:58 | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::Read::ClassMethods#cache_attribute? | |
0.00 0.00 0.00 0.00 18/187 Module#module_eval | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::ConnectionAdapters::Column#type_cast_code | |
0.00 0.00 0.00 0.00 36/18592 String#to_s | |
0.00 0.00 0.00 0.00 18/187 ActiveModel::AttributeMethods::ClassMethods#generated_attribute_methods | |
0.00 0.00 0.00 0.00 17/17 String#insert | |
0.00 0.00 0.00 0.00 18/59 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#primary_key | |
0.00 0.00 0.00 0.00 18/38250 Symbol#to_s | |
0.00 0.00 0.00 0.00 18/1939 String#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1000/1000 <Class::ActiveRecord::Base>#instantiate | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1000 <Class::ActiveRecord::Base>#inheritance_column (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:610} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:610 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#execute | |
0.00 0.00 0.00 0.00 2/3 ActiveSupport::Notifications::Instrumenter#instrument | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Mysql#query (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 3/4 Object#initialize | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1000/1000 ActiveModel::AttributeMethods::ClassMethods#define_attribute_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1000 ActiveModel::AttributeMethods::ClassMethods#attribute_methods_generated? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:304} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:304 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/209 Array#map | |
0.00 0.00 0.00 0.00 1/209 ActiveRecord::Calculations#aggregate_column | |
0.00 0.00 0.00 0.00 21/209 Array#select | |
0.00 0.00 0.00 0.00 82/209 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#create_time_zone_conversion_attribute? | |
0.00 0.00 0.00 0.00 100/209 <Class::BlankSlate>#hide | |
0.00 0.00 0.00 0.00 2/209 <Module::Builder>#check_for_name_collision | |
0.00% 0.00% 0.00 0.00 0.00 0.00 209 Array#include? (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 822/1939 String#== | |
0.00 0.00 0.00 0.00 149/235 Kernel#== | |
0.00 0.00 0.00 0.00 6/4124 Module#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1939 ActiveRecord::Calculations#operation_over_aggregate_column | |
0.00 0.00 0.00 0.00 1/1939 ActiveRecord::Calculations#perform_calculation | |
0.00 0.00 0.00 0.00 2/1939 Kernel#=== | |
0.00 0.00 0.00 0.00 1/1939 ActiveRecord::ConnectionAdapters::MysqlAdapter#execute | |
0.00 0.00 0.00 0.00 3/1939 <Class::Date>#s3e | |
0.00 0.00 0.00 0.00 9/1939 ActiveRecord::ConnectionAdapters::MysqlColumn#missing_default_forged_as_empty_string? | |
0.00 0.00 0.00 0.00 18/1939 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.00 0.00 0.00 0.00 19/1939 ActiveRecord::AttributeMethods::Read::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 21/1939 Mysql::Result#each | |
0.00 0.00 0.00 0.00 42/1939 Array#each | |
0.00 0.00 0.00 0.00 822/1939 Array#include? | |
0.00 0.00 0.00 0.00 1000/1939 ActiveRecord::AttributeMethods#attribute_method? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1939 String#== (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::Relation#to_sql | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::Calculations#perform_calculation | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::Relation#to_a | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveRecord::QueryMethods#arel (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:149} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:149 | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::QueryMethods#build_arel | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::QueryMethods#arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveRecord::QueryMethods#build_arel (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:174} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:174 | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::QueryMethods#build_select | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Relation#method_missing | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::QueryMethods#collapse_wheres | |
0.00 0.00 0.00 0.00 1/1 Arel::SelectManager#order | |
0.00 0.00 0.00 0.00 7/7 Array#uniq | |
0.00 0.00 0.00 0.00 1/1 Arel::SelectManager#take | |
0.00 0.00 0.00 0.00 1/1 Array#reject | |
0.00 0.00 0.00 0.00 12/28 Array#empty? | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::DatabaseStatements#sanitize_limit | |
0.00 0.00 0.00 0.00 3/12 Array#- | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPResponse#reading_body (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2140} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2140 | |
0.00 0.00 0.00 0.00 3/12 Net::HTTPResponse#read_body | |
0.00 0.00 0.00 0.00 3/9 Net::HTTPResponse#body | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#body_permitted? | |
0.00 0.00 0.00 0.00 3/5017 Kernel#block_given? | |
0.00 0.00 0.00 0.00 3/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 12/15 <Class::Net::HTTPResponse>#each_response_header | |
0.00 0.00 0.00 0.00 3/15 Net::BufferedIO#readline | |
0.00% 0.00% 0.00 0.00 0.00 0.00 15 Net::BufferedIO#readuntil (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:113} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:113 | |
0.00 0.00 0.00 0.00 3/6 Net::BufferedIO#rbuf_fill | |
0.00 0.00 0.00 0.00 15/18 Net::BufferedIO#rbuf_consume | |
0.00 0.00 0.00 0.00 18/39 String#index | |
0.00 0.00 0.00 0.00 15/1032 String#size | |
0.00 0.00 0.00 0.00 15/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#add | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#commit | |
0.00 0.00 0.00 0.00 1/3 RSolr::Client#delete_by_query | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Client#message (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:80} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:80 | |
0.00 0.00 0.00 0.00 1/16 Class#inherited | |
0.00 0.00 0.00 0.00 7/209 Module#method_added | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
0.00 0.00 0.00 0.00 3/6 Module#autoload | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1010 <Module::URI>#split | |
0.00 0.00 0.00 0.00 9/1010 <Class::Net::HTTPResponse>#each_response_header | |
0.00 0.00 0.00 0.00 1000/1010 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#match | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1010 MatchData#[] (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 9/12 Net::HTTPResponse#body | |
0.00 0.00 0.00 0.00 3/12 Net::HTTPResponse#reading_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 12 Net::HTTPResponse#read_body (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2173} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2173 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#read_body_0 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#stream_check | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#procdest | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Message::Generator#build | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Builder::XmlMarkup#instruct! (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:238} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:238 | |
0.00 0.00 0.00 0.00 3/3 Builder::XmlMarkup#_special | |
0.00 0.00 0.00 0.00 3/5008 Hash#merge | |
0.00 0.00 0.00 0.00 3/3 Builder::XmlMarkup#_ensure_no_block | |
0.00 0.00 0.00 0.00 3/38250 Symbol#to_s | |
0.00 0.00 0.00 0.00 3/235 Kernel#== | |
0.00 0.00 0.00 0.00 3/5017 Kernel#block_given? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1000/1000 <Class::ActiveRecord::Base>#find_sti_class | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1000 NilClass#blank? (/u/apps/newap/releases/20110521185546/lib/skipjack.rb:15} /u/apps/newap/releases/20110521185546/lib/skipjack.rb:15 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1000/1000 <Class::ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch>#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1000 <Class::ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch>#allocate (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#read_new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::Net::HTTPResponse>#read_status_line (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2027} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2027 | |
0.00 0.00 0.00 0.00 3/3 Net::BufferedIO#readline | |
0.00 0.00 0.00 0.00 3/9012 Regexp#match | |
0.00 0.00 0.00 0.00 3/3 MatchData#captures | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Builder::XmlMarkup#instruct! | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Builder::XmlMarkup#_special (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:275} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:275 | |
0.00 0.00 0.00 0.00 3/9007 Builder::XmlMarkup#_insert_attributes | |
0.00 0.00 0.00 0.00 3/10009 Builder::XmlBase#_indent | |
0.00 0.00 0.00 0.00 3/10009 Builder::XmlBase#_newline | |
0.00 0.00 0.00 0.00 6/51050 String#<< | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute= (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/time_zone_conversion.rb:37} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/time_zone_conversion.rb:37 | |
0.00 0.00 0.00 0.00 21/41 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#create_time_zone_conversion_attribute? | |
0.00 0.00 0.00 0.00 19/19 ActiveRecord::AttributeMethods::Write::ClassMethods#define_method_attribute= | |
0.00 0.00 0.00 0.00 2/187 Module#module_eval | |
0.00 0.00 0.00 0.00 21/1059 <Class::ActiveRecord::Base>#columns_hash | |
0.00 0.00 0.00 0.00 21/167765 Hash#[] | |
0.00 0.00 0.00 0.00 2/187 ActiveModel::AttributeMethods::ClassMethods#generated_attribute_methods | |
0.00 0.00 0.00 0.00 2/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/1032 <Class::Date>#s3e | |
0.00 0.00 0.00 0.00 6/1032 Net::BufferedIO#read_all | |
0.00 0.00 0.00 0.00 15/1032 Net::BufferedIO#readuntil | |
0.00 0.00 0.00 0.00 1008/1032 String#blank? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1032 String#size (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#read_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPResponse#read_body_0 (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2213} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2213 | |
0.00 0.00 0.00 0.00 3/3 Net::BufferedIO#read_all | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#content_length | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#range_length | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#chunked? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#read_status_line | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::BufferedIO#readline (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:125} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:125 | |
0.00 0.00 0.00 0.00 3/15 Net::BufferedIO#readuntil | |
0.00 0.00 0.00 0.00 3/3 String#chop | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Kernel#require | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Module::Builder>#check_for_name_collision (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xchar.rb:12} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xchar.rb:12 | |
0.00 0.00 0.00 0.00 2/209 Array#include? | |
0.00 0.00 0.00 0.00 2/103 Module#instance_methods | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1000/1000 <Class::ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch>#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1000 Struct#initialize (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_default (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:42} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:42 | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#extract_default | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::MysqlColumn#missing_default_forged_as_empty_string? | |
0.00 0.00 0.00 0.00 21/235 Kernel#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/1004 MonitorMixin#mon_exit | |
0.00 0.00 0.00 0.00 1002/1004 Builder::XmlBase#_nested_structures | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1004 Fixnum#- (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 335/335 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 335 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#method_name (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:333} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:333 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#read_body_0 | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::BufferedIO#read_all (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:97} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:97 | |
0.00 0.00 0.00 0.00 3/6 Net::BufferedIO#rbuf_fill | |
0.00 0.00 0.00 0.00 3/18 Net::BufferedIO#rbuf_consume | |
0.00 0.00 0.00 0.00 6/6 Net::BufferedIO#LOG | |
0.00 0.00 0.00 0.00 6/1032 String#size | |
0.00 0.00 0.00 0.00 3/1020 Fixnum#to_s | |
0.00 0.00 0.00 0.00 3/51050 String#<< | |
0.00 0.00 0.00 0.00 3/30040 Module#=== | |
0.00 0.00 0.00 0.00 3/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/833 <Module::URI>#split | |
0.00 0.00 0.00 0.00 42/833 ActiveRecord::ConnectionAdapters::Column#extract_scale | |
0.00 0.00 0.00 0.00 103/833 ActiveRecord::ConnectionAdapters::Column#simplified_type | |
0.00 0.00 0.00 0.00 120/833 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_limit | |
0.00 0.00 0.00 0.00 567/833 <Class::ActiveRecord::DynamicFinderMatch>#match | |
0.00% 0.00% 0.00 0.00 0.00 0.00 833 Regexp#=== (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1013 ActiveRecord::Relation#to_a | |
0.00 0.00 0.00 0.00 2/1013 Builder::XmlMarkup#_insert_attributes | |
0.00 0.00 0.00 0.00 2/1013 Logger#add | |
0.00 0.00 0.00 0.00 1/1013 Sunspot::Indexer#add | |
0.00 0.00 0.00 0.00 4/1013 ActiveRecord::ConnectionAdapters::Column#type_cast | |
0.00 0.00 0.00 0.00 1003/1013 Builder::XmlBase#method_missing | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1013 NilClass#nil? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_default | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::ConnectionAdapters::Column#extract_default (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:113} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:113 | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#type_cast | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 Arel::SelectManager#join_sql | |
0.00 0.00 0.00 0.00 2/3 Arel::TreeManager#to_sql | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::Visitors::ToSql#accept (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:14} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:14 | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::ConnectionAdapters::ConnectionPool#with_connection | |
0.00 0.00 0.00 0.00 3/4 <Class::ActiveRecord::Base>#connection_pool | |
0.00 0.00 0.00 0.00 3/3 Arel::Visitors::ToSql#last_column= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Builder::XmlMarkup#_attr_value | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Builder::XmlBase#_escape_quote (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:118} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:118 | |
0.00 0.00 0.00 0.00 6/8007 Builder::XmlBase#_escape | |
0.00 0.00 0.00 0.00 6/26 String#gsub | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 20/41 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 21/41 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute= | |
0.00% 0.00% 0.00 0.00 0.00 0.00 41 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#create_time_zone_conversion_attribute? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/time_zone_conversion.rb:56} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/time_zone_conversion.rb:56 | |
0.00 0.00 0.00 0.00 41/41 <Class::ActiveRecord::Base>#skip_time_zone_conversion_for_attributes | |
0.00 0.00 0.00 0.00 82/209 Array#include? | |
0.00 0.00 0.00 0.00 41/41 <Class::ActiveRecord::Base>#time_zone_aware_attributes | |
0.00 0.00 0.00 0.00 41/19156 String#to_sym | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/12 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods | |
0.00 0.00 0.00 0.00 10/12 Array#map | |
0.00% 0.00% 0.00 0.00 0.00 0.00 12 Module#public_instance_methods (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/97 Array#each | |
0.00 0.00 0.00 0.00 1/97 Module#attr_reader | |
0.00 0.00 0.00 0.00 4/97 Sunspot::Indexer#document_for | |
0.00 0.00 0.00 0.00 3/97 Module#alias_method | |
0.00 0.00 0.00 0.00 8/97 Module#attr_accessor | |
0.00 0.00 0.00 0.00 9/97 Module#define_method | |
0.00 0.00 0.00 0.00 31/97 Kernel#require | |
0.00 0.00 0.00 0.00 39/97 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00% 0.00% 0.00 0.00 0.00 0.00 97 <Class::Object>#method_added (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/blankslate.rb:83} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/blankslate.rb:83 | |
0.00 0.00 0.00 0.00 97/97 Module#blank_slate_method_added | |
0.00 0.00 0.00 0.00 97/4124 Module#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#extract_default | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::ConnectionAdapters::Column#type_cast (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:70} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:70 | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::ConnectionAdapters::Column>#string_to_date | |
0.00 0.00 0.00 0.00 6/1006 <Class::ActiveRecord::ConnectionAdapters::Column>#value_to_boolean | |
0.00 0.00 0.00 0.00 89/181 Symbol#=== | |
0.00 0.00 0.00 0.00 17/35035 Kernel#nil? | |
0.00 0.00 0.00 0.00 7/7054 Kernel#class | |
0.00 0.00 0.00 0.00 4/1013 NilClass#nil? | |
0.00 0.00 0.00 0.00 2/1022 String#to_i | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Arel::Visitors::ToSql#accept | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveRecord::ConnectionAdapters::ConnectionPool#with_connection (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:108} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:108 | |
0.00 0.00 0.00 0.00 3/3 Arel::Visitors::Visitor#accept | |
0.00 0.00 0.00 0.00 3/9 ActiveRecord::ConnectionAdapters::ConnectionPool#connection | |
0.00 0.00 0.00 0.00 3/12 ActiveRecord::ConnectionAdapters::ConnectionPool#current_connection_id | |
0.00 0.00 0.00 0.00 3/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::Relation#to_sql | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::Relation#to_a | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Arel::TreeManager#to_sql (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/tree_manager.rb:19} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/tree_manager.rb:19 | |
0.00 0.00 0.00 0.00 2/3 Arel::Visitors::ToSql#accept | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1000/1000 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1000 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher::AttributeMethodMatch#attr_name (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 189/189 <Class::ActiveRecord::Base>#respond_to? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 189 <Class::ActiveRecord::DynamicScopeMatch>#match (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/dynamic_scope_match.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/dynamic_scope_match.rb:10 | |
0.00 0.00 0.00 0.00 187/18592 String#to_s | |
0.00 0.00 0.00 0.00 2/38250 Symbol#to_s | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#start | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#do_start (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:552} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:552 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#connect | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#do_start | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#connect (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:558} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:558 | |
0.00 0.00 0.00 0.00 3/9 Object#timeout | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
0.00 0.00 0.00 0.00 6/9 Net::HTTP#D | |
0.00 0.00 0.00 0.00 6/9 Net::HTTP#use_ssl? | |
0.00 0.00 0.00 0.00 3/6 Net::HTTP#conn_address | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#on_connect | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 20/20 Array#map | |
0.00% 0.00% 0.00 0.00 0.00 0.00 20 Array#| (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::ConnectionAdapters::ConnectionPool#with_connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::Visitors::Visitor#accept (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/visitor.rb:4} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/visitor.rb:4 | |
0.00 0.00 0.00 0.00 3/14 Arel::Visitors::Visitor#visit | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#read_new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::Net::HTTPResponse>#each_response_header (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2040} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2040 | |
0.00 0.00 0.00 0.00 12/15 Net::BufferedIO#readuntil | |
0.00 0.00 0.00 0.00 9/9 Net::HTTPHeader#add_field | |
0.00 0.00 0.00 0.00 12/12 String#sub | |
0.00 0.00 0.00 0.00 9/9012 Regexp#match | |
0.00 0.00 0.00 0.00 12/15026 String#empty? | |
0.00 0.00 0.00 0.00 9/1010 MatchData#[] | |
0.00 0.00 0.00 0.00 9/9 MatchData#post_match | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/14 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement | |
0.00 0.00 0.00 0.00 5/14 Array#map | |
0.00 0.00 0.00 0.00 1/14 Arel::Visitors::ToSql#visit_Arel_Nodes_Limit | |
0.00 0.00 0.00 0.00 3/14 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore | |
0.00 0.00 0.00 0.00 1/14 Arel::Visitors::ToSql#visit_Arel_Nodes_Grouping | |
0.00 0.00 0.00 0.00 3/14 Arel::Visitors::Visitor#accept | |
0.00% 0.00% 0.00 0.00 0.00 0.00 14 Arel::Visitors::Visitor#visit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/visitor.rb:14} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/visitor.rb:14 | |
0.00 0.00 0.00 0.00 14/6092 Kernel#send | |
0.00 0.00 0.00 0.00 14/167765 Hash#[] | |
0.00 0.00 0.00 0.00 14/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPGenericRequest#write_header | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPGenericRequest#send_request_with_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::BufferedIO#write (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:151} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:151 | |
0.00 0.00 0.00 0.00 6/6 Net::BufferedIO#writing | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Net::BufferedIO#write | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::BufferedIO#writing (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:165} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:165 | |
0.00 0.00 0.00 0.00 6/6 Net::BufferedIO#write0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Net::BufferedIO#writing | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::BufferedIO#write0 (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:175} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:175 | |
0.00 0.00 0.00 0.00 6/8 IO#write | |
0.00 0.00 0.00 0.00 6/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/8 MonitorMixin#synchronize | |
0.00 0.00 0.00 0.00 6/8 Net::BufferedIO#write0 | |
0.00% 0.00% 0.00 0.00 0.00 0.00 8 IO#write (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Arel::Visitors::MySQL#visit_Arel_Nodes_SelectStatement (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/mysql.rb:12} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/mysql.rb:12 | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::MySQL#visit_Arel_Nodes_SelectStatement | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:74} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:74 | |
0.00 0.00 0.00 0.00 3/9041 Array#map | |
0.00 0.00 0.00 0.00 5/8070 Array#join | |
0.00 0.00 0.00 0.00 2/7 Array#compact | |
0.00 0.00 0.00 0.00 2/28 Array#empty? | |
0.00 0.00 0.00 0.00 1/14 Arel::Visitors::Visitor#visit | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#send_request_with_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPGenericRequest#write_header (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1576} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1576 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#each_capitalized | |
0.00 0.00 0.00 0.00 3/6 Net::BufferedIO#write | |
0.00 0.00 0.00 0.00 3/51050 String#<< | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 97/97 <Class::BlankSlate>#hide | |
0.00% 0.00% 0.00 0.00 0.00 0.00 97 Module#undef_method (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 97/97 Module#method_undefined | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#send_request_with_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPGenericRequest#supply_default_content_type (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1570} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1570 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#content_type | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 <Class::Thread>#start (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::ConnectionAdapters::MysqlColumn#simplified_type (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:62} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:62 | |
0.00 0.00 0.00 0.00 14/14 ActiveRecord::ConnectionAdapters::Column#simplified_type | |
0.00 0.00 0.00 0.00 21/85 String#downcase | |
0.00 0.00 0.00 0.00 21/21 <Class::ActiveRecord::ConnectionAdapters::MysqlAdapter>#emulate_booleans | |
0.00 0.00 0.00 0.00 21/39 String#index | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#supply_default_content_type | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPHeader#content_type (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1380} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1380 | |
0.00 0.00 0.00 0.00 6/6 Net::HTTPHeader#main_type | |
0.00 0.00 0.00 0.00 6/6 Net::HTTPHeader#sub_type | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#execute_simple_calculation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::Relation#to_sql (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:317} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:317 | |
0.00 0.00 0.00 0.00 1/2 Arel::TreeManager#to_sql | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::QueryMethods#arel | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::IO>#open (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 3/3 TCPSocket#initialize | |
0.00 0.00 0.00 0.00 3/3 <Class::IO>#allocate | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/16 RSolr::Connectable#connect | |
0.00 0.00 0.00 0.00 1/16 Array#each | |
0.00 0.00 0.00 0.00 1/16 RSolr::Client#message | |
0.00 0.00 0.00 0.00 1/16 Sunspot::Indexer#document_for | |
0.00 0.00 0.00 0.00 1/16 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00 0.00 0.00 0.00 5/16 Kernel#require | |
0.00 0.00 0.00 0.00 6/16 Class#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 16 Class#inherited (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:155} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:155 | |
0.00 0.00 0.00 0.00 16/34 Kernel#instance_variable_set | |
0.00 0.00 0.00 0.00 16/1103 Class#inheritable_attributes | |
0.00 0.00 0.00 0.00 16/4216 Kernel#respond_to? | |
0.00 0.00 0.00 0.00 16/17 Kernel#equal? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Class::IO>#open | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 TCPSocket#initialize (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 19/19 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute= | |
0.00% 0.00% 0.00 0.00 0.00 0.00 19 ActiveRecord::AttributeMethods::Write::ClassMethods#define_method_attribute= (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/write.rb:12} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/write.rb:12 | |
0.00 0.00 0.00 0.00 19/187 Module#module_eval | |
0.00 0.00 0.00 0.00 19/187 ActiveModel::AttributeMethods::ClassMethods#generated_attribute_methods | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::Column#type_cast | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::ActiveRecord::ConnectionAdapters::Column>#string_to_date (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:128} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:128 | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::ConnectionAdapters::Column>#fallback_string_to_date | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::ConnectionAdapters::Column>#fast_string_to_date | |
0.00 0.00 0.00 0.00 1/8026 Kernel#is_a? | |
0.00 0.00 0.00 0.00 1/15026 String#empty? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::Notifications::Instrumenter#instrument | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 ActiveSupport::Notifications::Fanout#publish (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/fanout.rb:24} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/fanout.rb:24 | |
0.00 0.00 0.00 0.00 2/40078 Array#each | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::Notifications::Fanout#listeners_for | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 10/12 Array#map | |
0.00 0.00 0.00 0.00 2/12 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 12 Module#private_instance_methods (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.00% 0.00% 0.00 0.00 0.00 0.00 18 ActiveRecord::AttributeMethods::Read::ClassMethods#cache_attribute? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:34} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:34 | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::Read::ClassMethods#cached_attributes | |
0.00 0.00 0.00 0.00 18/1402 Set#include? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/6 ActiveRecord::Calculations#execute_simple_calculation | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#columns | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#find_by_sql | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#replace_bind_variables | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#quoted_table_name | |
0.00 0.00 0.00 0.00 1/6 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 <Class::ActiveRecord::Base>#connection (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:88} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:88 | |
0.00 0.00 0.00 0.00 6/6 <Class::ActiveRecord::Base>#retrieve_connection | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::QueryMethods#build_arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveRecord::QueryMethods#build_select (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:271} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:271 | |
0.00 0.00 0.00 0.00 2/2 Arel::Table#project | |
0.00 0.00 0.00 0.00 2/2 <Class::ActiveRecord::Base>#quoted_table_name | |
0.00 0.00 0.00 0.00 1/3 Arel::SelectManager#project | |
0.00 0.00 0.00 0.00 2/10083 Class#new | |
0.00 0.00 0.00 0.00 2/17 String#+ | |
0.00 0.00 0.00 0.00 3/28 Array#empty? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_limit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:68} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:68 | |
0.00 0.00 0.00 0.00 120/833 Regexp#=== | |
0.00 0.00 0.00 0.00 11/11 ActiveRecord::ConnectionAdapters::Column#extract_limit | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#write_header | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPHeader#each_capitalized (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1267} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1267 | |
0.00 0.00 0.00 0.00 3/9014 Hash#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 <Class::ActiveRecord::Base>#connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 <Class::ActiveRecord::Base>#retrieve_connection (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:96} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:96 | |
0.00 0.00 0.00 0.00 6/6 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection | |
0.00 0.00 0.00 0.00 6/10 <Class::ActiveRecord::Base>#connection_handler | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::ConnectionAdapters::Column>#string_to_date | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::ActiveRecord::ConnectionAdapters::Column>#fallback_string_to_date (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:206} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:206 | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse | |
0.00 0.00 0.00 0.00 1/2 <Class::ActiveRecord::ConnectionAdapters::Column>#new_date | |
0.00 0.00 0.00 0.00 1/1 Hash#values_at | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::QueryMethods#build_arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::Relation#method_missing (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:361} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:361 | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Relation#scoping | |
0.00 0.00 0.00 0.00 1/189 <Class::ActiveRecord::Base>#respond_to? | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::NamedScope::ClassMethods#scopes | |
0.00 0.00 0.00 0.00 1/167765 Hash#[] | |
0.00 0.00 0.00 0.00 1/147 Module#method_defined? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 IO#sysread (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
0.00 0.00 0.00 0.00 3/3 Exception#backtrace | |
0.00 0.00 0.00 0.00 3/3 Exception#set_backtrace | |
0.00 0.00 0.00 0.00 3/3 Exception#exception | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Array#map | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Arel::Visitors::MySQL#visit_Arel_Nodes_SelectCore (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/mysql.rb:17} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/mysql.rb:17 | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 ActiveSupport::Notifications::Fanout::Subscriber#publish (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/fanout.rb:46} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/fanout.rb:46 | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::LogSubscriber#call | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Logger#info (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:373} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:373 | |
0.00 0.00 0.00 0.00 2/2 Logger#add | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::MySQL#visit_Arel_Nodes_SelectCore | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:84} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:84 | |
0.00 0.00 0.00 0.00 5/8070 Array#join | |
0.00 0.00 0.00 0.00 4/28 Array#empty? | |
0.00 0.00 0.00 0.00 2/7 Array#compact | |
0.00 0.00 0.00 0.00 3/9041 Array#map | |
0.00 0.00 0.00 0.00 3/14 Arel::Visitors::Visitor#visit | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::ConnectionAdapters::Column>#fallback_string_to_date | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Date>#_parse (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:1054} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:1054 | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse_iso | |
0.00 0.00 0.00 0.00 3/7 Date::Format::Bag#method_missing | |
0.00 0.00 0.00 0.00 1/1 Date::Format::Bag#to_hash | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse_eu | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse_time | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse_us | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse_day | |
0.00 0.00 0.00 0.00 1/9 Kernel#dup | |
0.00 0.00 0.00 0.00 2/7 String#sub! | |
0.00 0.00 0.00 0.00 1/1 String#gsub! | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::QueryMethods#build_arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveRecord::QueryMethods#collapse_wheres (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:200} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:200 | |
0.00 0.00 0.00 0.00 3/40078 Array#each | |
0.00 0.00 0.00 0.00 3/3 Enumerable#group_by | |
0.00 0.00 0.00 0.00 3/4 Enumerable#grep | |
0.00 0.00 0.00 0.00 3/3 ActiveSupport::OrderedHash#each | |
0.00 0.00 0.00 0.00 3/12 Array#- | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Logger#info | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Logger#add (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:312} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:312 | |
0.00 0.00 0.00 0.00 2/2 Logger::LogDevice#write | |
0.00 0.00 0.00 0.00 2/2 Hodel3000CompliantLogger#format_message | |
0.00 0.00 0.00 0.00 2/10 <Class::Time>#now | |
0.00 0.00 0.00 0.00 2/2 Logger#format_severity | |
0.00 0.00 0.00 0.00 2/35035 Kernel#nil? | |
0.00 0.00 0.00 0.00 2/71227 Fixnum#< | |
0.00 0.00 0.00 0.00 2/1013 NilClass#nil? | |
0.00 0.00 0.00 0.00 2/5017 Kernel#block_given? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::Notifications::Fanout::Subscriber#publish | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 ActiveSupport::LogSubscriber#call (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/log_subscriber.rb:88} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/log_subscriber.rb:88 | |
0.00 0.00 0.00 0.00 2/10083 Class#new | |
0.00 0.00 0.00 0.00 2/6092 Kernel#send | |
0.00 0.00 0.00 0.00 2/3042 String#split | |
0.00 0.00 0.00 0.00 2/4 ActiveRecord::LogSubscriber#logger | |
0.00 0.00 0.00 0.00 2/9023 Array#first | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/187 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 2/187 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#define_method_attribute= | |
0.00 0.00 0.00 0.00 18/187 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.00 0.00 0.00 0.00 19/187 ActiveRecord::AttributeMethods::Write::ClassMethods#define_method_attribute= | |
0.00 0.00 0.00 0.00 146/187 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 187 ActiveModel::AttributeMethods::ClassMethods#generated_attribute_methods (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:295} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:295 | |
0.00 0.00 0.00 0.00 1/4 Module#include | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 <Class::ActiveRecord::Base>#retrieve_connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:315} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:315 | |
0.00 0.00 0.00 0.00 6/16 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool | |
0.00 0.00 0.00 0.00 6/9 ActiveRecord::ConnectionAdapters::ConnectionPool#connection | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::NetHttp#post | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Connection::NetHttp#build_url (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/net_http.rb:43} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/net_http.rb:43 | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::Utils#build_url | |
0.00 0.00 0.00 0.00 3/17 String#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#execute_simple_calculation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::SpawnMethods#except (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/spawn_methods.rb:75} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/spawn_methods.rb:75 | |
0.00 0.00 0.00 0.00 2/40078 Array#each | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
0.00 0.00 0.00 0.00 2/12 Array#- | |
0.00 0.00 0.00 0.00 1/16 Array#+ | |
0.00 0.00 0.00 0.00 1/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#execute_simple_calculation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_value (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/database_statements.rb:18} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/database_statements.rb:18 | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_one | |
0.00 0.00 0.00 0.00 1/3001 Hash#values | |
0.00 0.00 0.00 0.00 1/9023 Array#first | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 41/41 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#create_time_zone_conversion_attribute? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 41 <Class::ActiveRecord::Base>#skip_time_zone_conversion_for_attributes (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:43} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:43 | |
0.00 0.00 0.00 0.00 41/1085 Class#read_inheritable_attribute | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::NetHttp#build_url | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Connection::Utils#build_url (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:39} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:39 | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::Utils#hash_to_query | |
0.00 0.00 0.00 0.00 3/3 Array#delete_if | |
0.00 0.00 0.00 0.00 3/8070 Array#join | |
0.00 0.00 0.00 0.00 3/28 Array#empty? | |
0.00 0.00 0.00 0.00 3/17 String#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 Arel::Table#where | |
0.00 0.00 0.00 0.00 2/3 Arel::Table#project | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::Table#from (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/table.rb:43} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/table.rb:43 | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::Read::ClassMethods#cache_attribute? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 18 ActiveRecord::AttributeMethods::Read::ClassMethods#cached_attributes (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:28} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/attribute_methods/read.rb:28 | |
0.00 0.00 0.00 0.00 1/1 Array#select | |
0.00 0.00 0.00 0.00 1/3 Enumerable#to_set | |
0.00 0.00 0.00 0.00 1/9041 Array#map | |
0.00 0.00 0.00 0.00 1/4 <Class::ActiveRecord::Base>#columns | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_value | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::ConnectionAdapters::DatabaseStatements#select_one (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/database_statements.rb:12} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/database_statements.rb:12 | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::ConnectionAdapters::QueryCache#select_all | |
0.00 0.00 0.00 0.00 1/9023 Array#first | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 10/12 Array#map | |
0.00 0.00 0.00 0.00 2/12 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 12 Module#protected_instance_methods (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::SelectManager#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:5} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:5 | |
0.00 0.00 0.00 0.00 3/3 Arel::TreeManager#initialize | |
0.00 0.00 0.00 0.00 3/3 Arel::SelectManager#from | |
0.00 0.00 0.00 0.00 3/7 Array#last | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 14/14 ActiveRecord::ConnectionAdapters::MysqlColumn#simplified_type | |
0.00% 0.00% 0.00 0.00 0.00 0.00 14 ActiveRecord::ConnectionAdapters::Column#simplified_type (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:234} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:234 | |
0.00 0.00 0.00 0.00 103/833 Regexp#=== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.00% 0.00% 0.00 0.00 0.00 0.00 18 ActiveRecord::ConnectionAdapters::Column#type_cast_code (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:88} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:88 | |
0.00 0.00 0.00 0.00 92/181 Symbol#=== | |
0.00 0.00 0.00 0.00 7/45036 Module#name | |
0.00 0.00 0.00 0.00 7/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#end_transport (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1081} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1081 | |
0.00 0.00 0.00 0.00 3/3 Net::BufferedIO#close | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#keep_alive? | |
0.00 0.00 0.00 0.00 3/9 Net::HTTPResponse#body | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#D | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Relation#method_missing | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::Relation#scoping (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:119} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:119 | |
0.00 0.00 0.00 0.00 2/4 <Class::ActiveRecord::Base>#scoped_methods | |
0.00 0.00 0.00 0.00 1/6092 Kernel#send | |
0.00 0.00 0.00 0.00 1/10024 Array#<< | |
0.00 0.00 0.00 0.00 1/1 Array#pop | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 9/9 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Module#define_method (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 9/97 <Class::Object>#method_added | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/16 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool | |
0.00 0.00 0.00 0.00 4/16 <Class::ActiveRecord::Base>#connection_pool | |
0.00 0.00 0.00 0.00 6/16 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 16 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:340} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:340 | |
0.00 0.00 0.00 0.00 16/167765 Hash#[] | |
0.00 0.00 0.00 0.00 16/45036 Module#name | |
0.00 0.00 0.00 0.00 6/14007 Class#superclass | |
0.00 0.00 0.00 0.00 6/4124 Module#== | |
0.00 0.00 0.00 0.00 6/16 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Net::HTTPHeader#content_type | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::HTTPHeader#main_type (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1390} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1390 | |
0.00 0.00 0.00 0.00 12/3042 String#split | |
0.00 0.00 0.00 0.00 6/24 Net::HTTPHeader#[] | |
0.00 0.00 0.00 0.00 12/18592 String#to_s | |
0.00 0.00 0.00 0.00 6/167765 Hash#[] | |
0.00 0.00 0.00 0.00 6/15 String#strip | |
0.00 0.00 0.00 0.00 6/9023 Array#first | |
0.00 0.00 0.00 0.00 6/103 Array#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/24 Net::HTTPGenericRequest#initialize | |
0.00 0.00 0.00 0.00 3/24 Net::HTTP#begin_transport | |
0.00 0.00 0.00 0.00 3/24 Net::HTTP#start | |
0.00 0.00 0.00 0.00 3/24 Net::HTTP#keep_alive? | |
0.00 0.00 0.00 0.00 6/24 Net::HTTPHeader#sub_type | |
0.00 0.00 0.00 0.00 6/24 Net::HTTPHeader#main_type | |
0.00% 0.00% 0.00 0.00 0.00 0.00 24 Net::HTTPHeader#[] (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1160} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1160 | |
0.00 0.00 0.00 0.00 24/167765 Hash#[] | |
0.00 0.00 0.00 0.00 24/85 String#downcase | |
0.00 0.00 0.00 0.00 15/8070 Array#join | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Thread#kill (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Class#initialize (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 6/16 Class#inherited | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::QueryMethods#build_select | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Arel::Table#project (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/table.rb:79} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/table.rb:79 | |
0.00 0.00 0.00 0.00 2/3 Arel::Table#from | |
0.00 0.00 0.00 0.00 2/3 Arel::SelectManager#project | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/4 <Class::ActiveRecord::Base>#current_scoped_methods | |
0.00 0.00 0.00 0.00 2/4 ActiveRecord::Relation#scoping | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 <Class::ActiveRecord::Base>#scoped_methods (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:888} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:888 | |
0.00 0.00 0.00 0.00 3/3 <Class::ActiveRecord::Base>#default_scoping | |
0.00 0.00 0.00 0.00 4/4 Object#presence | |
0.00 0.00 0.00 0.00 3/9 Kernel#dup | |
0.00 0.00 0.00 0.00 8/40 <Class::Thread>#current | |
0.00 0.00 0.00 0.00 4/4 Module#to_s | |
0.00 0.00 0.00 0.00 4/9 Thread#[] | |
0.00 0.00 0.00 0.00 4/10 Thread#[]= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPRequest#initialize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1595} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1595 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#initialize | |
0.00 0.00 0.00 0.00 9/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Logger#add | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Logger::LogDevice#write (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:495} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:495 | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#synchronize | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 15/15 Hash#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 15 Net::HTTPHeader#capitalize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1275} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1275 | |
0.00 0.00 0.00 0.00 15/9041 Array#map | |
0.00 0.00 0.00 0.00 15/3042 String#split | |
0.00 0.00 0.00 0.00 15/8070 Array#join | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Logger::LogDevice#write | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 MonitorMixin#synchronize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:239} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:239 | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#mon_exit | |
0.00 0.00 0.00 0.00 2/8 IO#write | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#mon_enter | |
0.00 0.00 0.00 0.00 2/2 Logger::LogDevice#check_shift_log | |
0.00 0.00 0.00 0.00 2/4216 Kernel#respond_to? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::Utils#build_url | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Connection::Utils#hash_to_query (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:61} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:61 | |
0.00 0.00 0.00 0.00 3/3 Enumerable#map | |
0.00 0.00 0.00 0.00 3/7 Array#compact | |
0.00 0.00 0.00 0.00 3/8070 Array#join | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Net::HTTPHeader#content_type | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::HTTPHeader#sub_type (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1398} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1398 | |
0.00 0.00 0.00 0.00 12/3042 String#split | |
0.00 0.00 0.00 0.00 6/24 Net::HTTPHeader#[] | |
0.00 0.00 0.00 0.00 6/15 String#strip | |
0.00 0.00 0.00 0.00 6/167765 Hash#[] | |
0.00 0.00 0.00 0.00 6/18592 String#to_s | |
0.00 0.00 0.00 0.00 6/9023 Array#first | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Client#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Client#adapt_response (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:102} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:102 | |
0.00 0.00 0.00 0.00 3/3 <Module::Kernel>#eval | |
0.00 0.00 0.00 0.00 3/6092 Kernel#send | |
0.00 0.00 0.00 0.00 9/167765 Hash#[] | |
0.00 0.00 0.00 0.00 3/14 Kernel#singleton_method_added | |
0.00 0.00 0.00 0.00 3/235 Kernel#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/235 ActiveRecord::Calculations#aggregate_column | |
0.00 0.00 0.00 0.00 2/235 MonitorMixin#mon_check_owner | |
0.00 0.00 0.00 0.00 2/235 ActiveRecord::ConnectionAdapters::MysqlAdapter#execute | |
0.00 0.00 0.00 0.00 2/235 <Class::ActiveRecord::Base>#finder_needs_type_condition? | |
0.00 0.00 0.00 0.00 1/235 <Class::Date>#s3e | |
0.00 0.00 0.00 0.00 3/235 Array#each | |
0.00 0.00 0.00 0.00 3/235 <Module::Timeout>#timeout | |
0.00 0.00 0.00 0.00 3/235 RSolr::Client#adapt_response | |
0.00 0.00 0.00 0.00 3/235 Builder::XmlMarkup#instruct! | |
0.00 0.00 0.00 0.00 3/235 RSolr::Connection::Requestable#request | |
0.00 0.00 0.00 0.00 6/235 Fixnum#== | |
0.00 0.00 0.00 0.00 22/235 ActiveRecord::ConnectionAdapters::MysqlColumn#missing_default_forged_as_empty_string? | |
0.00 0.00 0.00 0.00 14/235 ActiveSupport::Dependencies#load? | |
0.00 0.00 0.00 0.00 21/235 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_default | |
0.00 0.00 0.00 0.00 149/235 Array#include? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 235 Kernel#== (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 RSolr::Connection::Requestable#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/requestable.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/requestable.rb:10 | |
0.00 0.00 0.00 0.00 1/1 <Module::URI>#parse | |
0.00 0.00 0.00 0.00 2/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/209 Module#attr_reader | |
0.00 0.00 0.00 0.00 7/209 RSolr::Client#message | |
0.00 0.00 0.00 0.00 13/209 RSolr::Connectable#connect | |
0.00 0.00 0.00 0.00 187/209 Module#module_eval | |
0.00% 0.00% 0.00 0.00 0.00 0.00 209 Module#method_added (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/147 ActiveRecord::Relation#method_missing | |
0.00 0.00 0.00 0.00 146/147 Module#module_eval | |
0.00% 0.00% 0.00 0.00 0.00 0.00 147 Module#method_defined? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 RSolr::Connection::Requestable#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Module::URI>#parse (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/common.rb:483} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/common.rb:483 | |
0.00 0.00 0.00 0.00 1/1 <Module::URI>#split | |
0.00 0.00 0.00 0.00 2/2 String#upcase | |
0.00 0.00 0.00 0.00 1/2403 Hash#include? | |
0.00 0.00 0.00 0.00 1/167765 Hash#[] | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::AttributeMethods::Read::ClassMethods#cached_attributes | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Array#select (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 21/209 Array#include? | |
0.00 0.00 0.00 0.00 21/21 <Class::ActiveRecord::Base>#attribute_types_cached_by_default | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPRequest#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPGenericRequest#initialize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1474} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1474 | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPHeader#initialize_http_header | |
0.00 0.00 0.00 0.00 3/24 Net::HTTPHeader#[] | |
0.00 0.00 0.00 0.00 3/9 Net::HTTPHeader#[]= | |
0.00 0.00 0.00 0.00 3/15026 String#empty? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 <Class::ActiveRecord::Base>#all | |
0.00 0.00 0.00 0.00 1/2 <Class::ActiveRecord::Base>#count | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 ActiveRecord::NamedScope::ClassMethods#scoped (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/named_scope.rb:28} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/named_scope.rb:28 | |
0.00 0.00 0.00 0.00 2/2 <Class::ActiveRecord::Base>#current_scoped_methods | |
0.00 0.00 0.00 0.00 2/7 Kernel#clone | |
0.00 0.00 0.00 0.00 2/2 <Class::ActiveRecord::Base>#relation | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 97/97 <Class::BlankSlate>#hide | |
0.00% 0.00% 0.00 0.00 0.00 0.00 97 Module#instance_method (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::Utils#hash_to_query | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Enumerable#map (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 3/9014 Hash#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#begin_transport (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1068} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1068 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#addr_port | |
0.00 0.00 0.00 0.00 3/24 Net::HTTPHeader#[] | |
0.00 0.00 0.00 0.00 3/9 Net::HTTPHeader#[]= | |
0.00 0.00 0.00 0.00 3/9 Net::BufferedIO#closed? | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPGenericRequest#response_body_permitted? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Date>#_parse_iso (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:819} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:819 | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#s3e | |
0.00 0.00 0.00 0.00 1/7 String#sub! | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::NetHttp#post | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Connection::NetHttp#create_http_context (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/net_http.rb:26} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/net_http.rb:26 | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::Utils#encode_utf8 | |
0.00 0.00 0.00 0.00 3/9 Net::HTTPResponse#body | |
0.00 0.00 0.00 0.00 6/17 String#+ | |
0.00 0.00 0.00 0.00 3/1022 String#to_i | |
0.00 0.00 0.00 0.00 3/1020 Fixnum#to_s | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/18 ActiveRecord::AttributeMethods::Read::ClassMethods#define_method_attribute | |
0.00% 0.00% 0.00 0.00 0.00 0.00 18 <Class::ActiveRecord::Base>#serialized_attributes (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:551} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:551 | |
0.00 0.00 0.00 0.00 18/1085 Class#read_inheritable_attribute | |
0.00 0.00 0.00 0.00 1/1 Class#write_inheritable_attribute | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse_iso | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Date>#s3e (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:626} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:626 | |
0.00 0.00 0.00 0.00 4/7 Date::Format::Bag#method_missing | |
0.00 0.00 0.00 0.00 3/1939 String#== | |
0.00 0.00 0.00 0.00 1/1 String#scan | |
0.00 0.00 0.00 0.00 3/1022 String#to_i | |
0.00 0.00 0.00 0.00 2/2 String#[] | |
0.00 0.00 0.00 0.00 3/1032 String#size | |
0.00 0.00 0.00 0.00 1/235 Kernel#== | |
0.00 0.00 0.00 0.00 3/5 Fixnum#> | |
0.00 0.00 0.00 0.00 1/30040 Module#=== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/12 Hash#assert_valid_keys | |
0.00 0.00 0.00 0.00 2/12 ActiveRecord::SpawnMethods#except | |
0.00 0.00 0.00 0.00 3/12 ActiveRecord::QueryMethods#build_arel | |
0.00 0.00 0.00 0.00 3/12 ActiveRecord::QueryMethods#collapse_wheres | |
0.00 0.00 0.00 0.00 3/12 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 12 Array#- (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#perform_calculation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::SelectManager#join_sql (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:165} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:165 | |
0.00 0.00 0.00 0.00 1/3 Arel::Visitors::ToSql#accept | |
0.00 0.00 0.00 0.00 2/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/85 ActiveRecord::Calculations#perform_calculation | |
0.00 0.00 0.00 0.00 3/85 Hash#each | |
0.00 0.00 0.00 0.00 3/85 Net::HTTPHeader#delete | |
0.00 0.00 0.00 0.00 6/85 Net::HTTPHeader#key? | |
0.00 0.00 0.00 0.00 9/85 Net::HTTPHeader#[]= | |
0.00 0.00 0.00 0.00 21/85 ActiveRecord::ConnectionAdapters::MysqlColumn#simplified_type | |
0.00 0.00 0.00 0.00 18/85 Net::HTTPHeader#add_field | |
0.00 0.00 0.00 0.00 24/85 Net::HTTPHeader#[] | |
0.00% 0.00% 0.00 0.00 0.00 0.00 85 String#downcase (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 ActiveSupport::Notifications::Event#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:39} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:39 | |
0.00 0.00 0.00 0.00 2/3 Time#- | |
0.00 0.00 0.00 0.00 2/9 Kernel#dup | |
0.00 0.00 0.00 0.00 2/2 Float#* | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Table#where (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/table.rb:75} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/table.rb:75 | |
0.00 0.00 0.00 0.00 1/3 Arel::Table#from | |
0.00 0.00 0.00 0.00 1/1 Arel::TreeManager#where | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/18 Net::BufferedIO#read_all | |
0.00 0.00 0.00 0.00 15/18 Net::BufferedIO#readuntil | |
0.00% 0.00% 0.00 0.00 0.00 0.00 18 Net::BufferedIO#rbuf_consume (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:139} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:139 | |
0.00 0.00 0.00 0.00 18/18 String#slice! | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 9/9 <Class::Net::HTTPResponse>#each_response_header | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Net::HTTPHeader#add_field (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1189} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1189 | |
0.00 0.00 0.00 0.00 18/85 String#downcase | |
0.00 0.00 0.00 0.00 9/1983 Hash#[]= | |
0.00 0.00 0.00 0.00 9/15 Hash#key? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::ConnectionAdapters::Column#extract_scale (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:227} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:227 | |
0.00 0.00 0.00 0.00 42/833 Regexp#=== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::NamedScope::ClassMethods#scoped | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Class::ActiveRecord::Base>#current_scoped_methods (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1167} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1167 | |
0.00 0.00 0.00 0.00 2/4 <Class::ActiveRecord::Base>#scoped_methods | |
0.00 0.00 0.00 0.00 2/7 Array#last | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9 ActiveRecord::ConnectionAdapters::ConnectionPool#with_connection | |
0.00 0.00 0.00 0.00 6/9 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 ActiveRecord::ConnectionAdapters::ConnectionPool#connection (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:93} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:93 | |
0.00 0.00 0.00 0.00 9/12 ActiveRecord::ConnectionAdapters::ConnectionPool#current_connection_id | |
0.00 0.00 0.00 0.00 9/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 89/181 ActiveRecord::ConnectionAdapters::Column#type_cast | |
0.00 0.00 0.00 0.00 92/181 ActiveRecord::ConnectionAdapters::Column#type_cast_code | |
0.00% 0.00% 0.00 0.00 0.00 0.00 181 Symbol#=== (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/7 ActiveRecord::QueryMethods#where | |
0.00 0.00 0.00 0.00 1/7 ActiveRecord::QueryMethods#limit | |
0.00 0.00 0.00 0.00 1/7 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00 0.00 0.00 0.00 1/7 ActiveRecord::QueryMethods#order | |
0.00 0.00 0.00 0.00 1/7 ActiveRecord::QueryMethods#includes | |
0.00 0.00 0.00 0.00 2/7 ActiveRecord::NamedScope::ClassMethods#scoped | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 Kernel#clone (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 7/7 ActiveRecord::Relation#initialize_copy | |
0.00 0.00 0.00 0.00 7/11076 <Class::Object>#allocate | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 Array#each | |
0.00 0.00 0.00 0.00 1/2 Sunspot::Indexer#document_for | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Module#attr_accessor (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 8/97 <Class::Object>#method_added | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 97/97 <Class::Object>#method_added | |
0.00% 0.00% 0.00 0.00 0.00 0.00 97 Module#blank_slate_method_added (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00 0.00 0.00 0.00 2/3 ActiveSupport::Notifications::Event#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Time#- (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/time/calculations.rb:266} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/time/calculations.rb:266 | |
0.00 0.00 0.00 0.00 3/3 Time#minus_without_coercion | |
0.00 0.00 0.00 0.00 3/4216 Kernel#respond_to? | |
0.00 0.00 0.00 0.00 3/8026 Kernel#is_a? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::Relation#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:20} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:20 | |
0.00 0.00 0.00 0.00 2/40078 Array#each | |
0.00 0.00 0.00 0.00 1/16 Array#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#execute_simple_calculation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::Calculations#column_for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:270} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:270 | |
0.00 0.00 0.00 0.00 1/1 Enumerable#detect | |
0.00 0.00 0.00 0.00 1/3042 String#split | |
0.00 0.00 0.00 0.00 1/4 <Class::ActiveRecord::Base>#columns | |
0.00 0.00 0.00 0.00 1/7 Array#last | |
0.00 0.00 0.00 0.00 1/38250 Symbol#to_s | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 ActiveRecord::LogSubscriber#sql (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/log_subscriber.rb:21} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/log_subscriber.rb:21 | |
0.00 0.00 0.00 0.00 2/2 <Class::ActiveRecord::LogSubscriber>#runtime | |
0.00 0.00 0.00 0.00 2/2 <Class::ActiveRecord::LogSubscriber>#runtime= | |
0.00 0.00 0.00 0.00 2/2 Logger#debug? | |
0.00 0.00 0.00 0.00 2/4 ActiveRecord::LogSubscriber#logger | |
0.00 0.00 0.00 0.00 2/7054 Kernel#class | |
0.00 0.00 0.00 0.00 2/2 Float#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPResponse#initialize | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPGenericRequest#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::HTTPHeader#initialize_http_header (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1143} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1143 | |
0.00 0.00 0.00 0.00 3/9014 Hash#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/7 <Class::Date>#_parse | |
0.00 0.00 0.00 0.00 4/7 <Class::Date>#s3e | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 Date::Format::Bag#method_missing (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:120} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:120 | |
0.00 0.00 0.00 0.00 7/7 String#intern | |
0.00 0.00 0.00 0.00 7/38250 Symbol#to_s | |
0.00 0.00 0.00 0.00 7/7 String#chomp! | |
0.00 0.00 0.00 0.00 2/167765 Hash#[] | |
0.00 0.00 0.00 0.00 5/1983 Hash#[]= | |
0.00 0.00 0.00 0.00 5/103 Array#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Arel::SelectManager#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::TreeManager#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/tree_manager.rb:9} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/tree_manager.rb:9 | |
0.00 0.00 0.00 0.00 3/3 <Module::Arel::Visitors>#visitor_for | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 14/14 ActiveSupport::Dependencies::Loadable#load_dependency | |
0.00% 0.00% 0.00 0.00 0.00 0.00 14 ActiveSupport::Dependencies#load? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:294} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/dependencies.rb:294 | |
0.00 0.00 0.00 0.00 14/14 <Module::ActiveSupport::Dependencies>#mechanism | |
0.00 0.00 0.00 0.00 14/235 Kernel#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::HTTP#initialize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/http.rb:77} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/http.rb:77 | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#end_transport | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::BufferedIO#close (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:69} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:69 | |
0.00 0.00 0.00 0.00 3/3 IO#close | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Hash#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Connection::Utils#build_param (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:49} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:49 | |
0.00 0.00 0.00 0.00 6/6 RSolr::Connection::Utils#escape | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::QueryMethods#build_select | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Class::ActiveRecord::Base>#quoted_table_name (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:595} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:595 | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#connection | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote_table_name | |
0.00 0.00 0.00 0.00 1/6 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#table_name | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::HTTP#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#initialize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:161} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:161 | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_port | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_userinfo | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#default_port | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_path | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_host | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_scheme | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_fragment | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_query | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_opaque | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_registry | |
0.00 0.00 0.00 0.00 1/1 Kernel#freeze | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/12 ActiveRecord::ConnectionAdapters::ConnectionPool#with_connection | |
0.00 0.00 0.00 0.00 9/12 ActiveRecord::ConnectionAdapters::ConnectionPool#connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 12 ActiveRecord::ConnectionAdapters::ConnectionPool#current_connection_id (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:232} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:232 | |
0.00 0.00 0.00 0.00 12/40 <Class::Thread>#current | |
0.00 0.00 0.00 0.00 12/17 Kernel#object_id | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 Sunspot::SessionProxy::ThreadLocalSessionProxy#commit | |
0.00 0.00 0.00 0.00 1/3 Sunspot::SessionProxy::ThreadLocalSessionProxy#index | |
0.00 0.00 0.00 0.00 1/3 Sunspot::SessionProxy::ThreadLocalSessionProxy#remove_all | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Sunspot::SessionProxy::ThreadLocalSessionProxy#session (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session_proxy/thread_local_session_proxy.rb:32} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session_proxy/thread_local_session_proxy.rb:32 | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
0.00 0.00 0.00 0.00 3/9 Thread#[] | |
0.00 0.00 0.00 0.00 3/1020 Fixnum#to_s | |
0.00 0.00 0.00 0.00 3/40 <Class::Thread>#current | |
0.00 0.00 0.00 0.00 3/17 Kernel#object_id | |
0.00 0.00 0.00 0.00 1/10 Thread#[]= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#column_for | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Enumerable#detect (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/4 RSolr::Connectable#connect | |
0.00 0.00 0.00 0.00 1/4 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00 0.00 0.00 0.00 1/4 ActiveModel::AttributeMethods::ClassMethods#generated_attribute_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 Module#include (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 4/4 Module#append_features | |
0.00 0.00 0.00 0.00 4/4 Module#included | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Arel::TreeManager#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Module::Arel::Visitors>#visitor_for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors.rb:33} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors.rb:33 | |
0.00 0.00 0.00 0.00 3/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/103 Logger#format_severity | |
0.00 0.00 0.00 0.00 5/103 Date::Format::Bag#method_missing | |
0.00 0.00 0.00 0.00 6/103 Net::HTTPHeader#main_type | |
0.00 0.00 0.00 0.00 6/103 RSolr::Connection::Requestable#request | |
0.00 0.00 0.00 0.00 84/103 Mysql::Result#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 103 Array#[] (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::BufferedIO#close | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 IO#close (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/59 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00 0.00 0.00 0.00 18/59 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.00 0.00 0.00 0.00 18/59 ActiveRecord::AttributeMethods::Read::ClassMethods#define_method_attribute | |
0.00 0.00 0.00 0.00 21/59 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 59 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#primary_key (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:107} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:107 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9 RSolr::Connection::NetHttp#create_http_context | |
0.00 0.00 0.00 0.00 3/9 Net::HTTPResponse#reading_body | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#end_transport | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Net::HTTPResponse#body (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2205} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2205 | |
0.00 0.00 0.00 0.00 9/12 Net::HTTPResponse#read_body | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#end_transport | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#keep_alive? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1098} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1098 | |
0.00 0.00 0.00 0.00 3/24 Net::HTTPHeader#[] | |
0.00 0.00 0.00 0.00 3/18592 String#to_s | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_default | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::ConnectionAdapters::MysqlColumn#missing_default_forged_as_empty_string? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:98} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:98 | |
0.00 0.00 0.00 0.00 22/235 Kernel#== | |
0.00 0.00 0.00 0.00 9/1939 String#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 97/97 Module#undef_method | |
0.00% 0.00% 0.00 0.00 0.00 0.00 97 Module#method_undefined (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/34 Kernel#send | |
0.00 0.00 0.00 0.00 15/34 Array#each | |
0.00 0.00 0.00 0.00 16/34 Class#inherited | |
0.00% 0.00% 0.00 0.00 0.00 0.00 34 Kernel#instance_variable_set (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 RSolr::Connection::Utils#build_param | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 RSolr::Connection::Utils#escape (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:8} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:8 | |
0.00 0.00 0.00 0.00 6/26 String#gsub | |
0.00 0.00 0.00 0.00 6/38250 Symbol#to_s | |
0.00 0.00 0.00 0.00 6/6 String#tr | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#begin_transport | |
0.00 0.00 0.00 0.00 3/9 Net::HTTPGenericRequest#initialize | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#start | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Net::HTTPHeader#[]= (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1166} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1166 | |
0.00 0.00 0.00 0.00 9/85 String#downcase | |
0.00 0.00 0.00 0.00 9/1983 Hash#[]= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/9 <Class::ActiveRecord::Base>#replace_bind_variables | |
0.00 0.00 0.00 0.00 1/9 Hash#except | |
0.00 0.00 0.00 0.00 1/9 <Class::Date>#_parse | |
0.00 0.00 0.00 0.00 1/9 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00 0.00 0.00 0.00 2/9 ActiveSupport::Notifications::Event#initialize | |
0.00 0.00 0.00 0.00 3/9 <Class::ActiveRecord::Base>#scoped_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Kernel#dup (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 4/5013 Hash#initialize_copy | |
0.00 0.00 0.00 0.00 4/5019 <Class::Hash>#allocate | |
0.00 0.00 0.00 0.00 4/4 <Class::Array>#allocate | |
0.00 0.00 0.00 0.00 4/4 Array#initialize_copy | |
0.00 0.00 0.00 0.00 1/1 String#initialize_copy | |
0.00 0.00 0.00 0.00 1/7 <Class::String>#allocate | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::QueryMethods#collapse_wheres | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Enumerable#group_by (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/enumerable.rb:22} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/enumerable.rb:22 | |
0.00 0.00 0.00 0.00 3/10083 Class#new | |
0.00 0.00 0.00 0.00 3/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Logger#add | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Hodel3000CompliantLogger#format_message (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/hodel_3000_compliant_logger-0.1.0/lib/hodel_3000_compliant_logger.rb:9} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/hodel_3000_compliant_logger-0.1.0/lib/hodel_3000_compliant_logger.rb:9 | |
0.00 0.00 0.00 0.00 2/2 Hodel3000CompliantLogger#msg2str | |
0.00 0.00 0.00 0.00 2/2 Time#strftime | |
0.00 0.00 0.00 0.00 2/26 String#gsub | |
0.00 0.00 0.00 0.00 2/2 Hodel3000CompliantLogger#hostname | |
0.00 0.00 0.00 0.00 2/1020 Fixnum#to_s | |
0.00 0.00 0.00 0.00 2/2 String#lstrip | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Client#adapt_response | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Module::Kernel>#eval (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::QueryMethods#build_select | |
0.00 0.00 0.00 0.00 2/3 Arel::Table#project | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::SelectManager#project (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:107} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:107 | |
0.00 0.00 0.00 0.00 3/9041 Array#map | |
0.00 0.00 0.00 0.00 3/3004 Array#concat | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/40 MonitorMixin#mon_acquire | |
0.00 0.00 0.00 0.00 2/40 MonitorMixin#mon_check_owner | |
0.00 0.00 0.00 0.00 2/40 <Class::ActiveRecord::LogSubscriber>#runtime | |
0.00 0.00 0.00 0.00 2/40 <Class::ActiveRecord::LogSubscriber>#runtime= | |
0.00 0.00 0.00 0.00 3/40 Arel::Visitors::ToSql#last_column= | |
0.00 0.00 0.00 0.00 3/40 Sunspot::SessionProxy::ThreadLocalSessionProxy#session | |
0.00 0.00 0.00 0.00 6/40 <Module::Timeout>#timeout | |
0.00 0.00 0.00 0.00 8/40 <Class::ActiveRecord::Base>#scoped_methods | |
0.00 0.00 0.00 0.00 12/40 ActiveRecord::ConnectionAdapters::ConnectionPool#current_connection_id | |
0.00% 0.00% 0.00 0.00 0.00 0.00 40 <Class::Thread>#current (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#synchronize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 MonitorMixin#mon_exit (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:223} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:223 | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#mon_check_owner | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#mon_release | |
0.00 0.00 0.00 0.00 4/8 <Class::Thread>#critical= | |
0.00 0.00 0.00 0.00 2/1004 Fixnum#- | |
0.00 0.00 0.00 0.00 2/2 <Class::Thread>#pass | |
0.00 0.00 0.00 0.00 2/234712 Fixnum#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/5 Kernel#require | |
0.00 0.00 0.00 0.00 3/5 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00% 0.00% 0.00 0.00 0.00 0.00 5 Module#alias_method (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 3/97 <Class::Object>#method_added | |
0.00 0.00 0.00 0.00 2/14 Kernel#singleton_method_added | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Time#to_s (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/time/conversions.rb:40} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/time/conversions.rb:40 | |
0.00 0.00 0.00 0.00 2/2 Time#to_default_s | |
0.00 0.00 0.00 0.00 2/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Module::URI>#parse | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Module::URI>#split (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/common.rb:380} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/common.rb:380 | |
0.00 0.00 0.00 0.00 1/833 Regexp#=== | |
0.00 0.00 0.00 0.00 1/213671 Kernel#=== | |
0.00 0.00 0.00 0.00 1/1010 MatchData#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#begin_transport | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#addr_port (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1114} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1114 | |
0.00 0.00 0.00 0.00 3/1020 Fixnum#to_s | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#use_ssl? | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTP>#http_default_port | |
0.00 0.00 0.00 0.00 3/17 String#+ | |
0.00 0.00 0.00 0.00 3/234712 Fixnum#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/10 Logger#add | |
0.00 0.00 0.00 0.00 4/10 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00 0.00 0.00 0.00 4/10 ActiveSupport::Notifications::Instrumenter#instrument | |
0.00% 0.00% 0.00 0.00 0.00 0.00 10 <Class::Time>#now (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 10/10 Time#initialize | |
0.00 0.00 0.00 0.00 10/10 <Class::Time>#allocate | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/4 Proc#call | |
0.00 0.00 0.00 0.00 3/4 Arel::Visitors::ToSql#accept | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 <Class::ActiveRecord::Base>#connection_pool (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:92} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:92 | |
0.00 0.00 0.00 0.00 4/16 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool | |
0.00 0.00 0.00 0.00 4/10 <Class::ActiveRecord::Base>#connection_handler | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Builder::XmlMarkup#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:185} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:185 | |
0.00 0.00 0.00 0.00 9/167765 Hash#[] | |
0.00 0.00 0.00 0.00 3/3 Builder::XmlBase#initialize | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/39 ActiveRecord::ConnectionAdapters::MysqlColumn#simplified_type | |
0.00 0.00 0.00 0.00 18/39 Net::BufferedIO#readuntil | |
0.00% 0.00% 0.00 0.00 0.00 0.00 39 String#index (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 41/41 ActiveRecord::AttributeMethods::TimeZoneConversion::ClassMethods#create_time_zone_conversion_attribute? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 41 <Class::ActiveRecord::Base>#time_zone_aware_attributes (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute_accessors.rb:36} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute_accessors.rb:36 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 7/7 Kernel#clone | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 ActiveRecord::Relation#initialize_copy (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:35} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:35 | |
0.00 0.00 0.00 0.00 7/7 ActiveRecord::Relation#reset | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::Column#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 ActiveRecord::ConnectionAdapters::Column#extract_precision (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:223} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:223 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 11/11 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_limit | |
0.00% 0.00% 0.00 0.00 0.00 0.00 11 ActiveRecord::ConnectionAdapters::Column#extract_limit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:219} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:219 | |
0.00 0.00 0.00 0.00 8/1022 String#to_i | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 12/12 <Class::Net::HTTPResponse>#each_response_header | |
0.00% 0.00% 0.00 0.00 0.00 0.00 12 String#sub (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::QueryMethods#includes (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:12} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:12 | |
0.00 0.00 0.00 0.00 1/7 Kernel#clone | |
0.00 0.00 0.00 0.00 1/1 Array#reject! | |
0.00 0.00 0.00 0.00 1/28 Array#empty? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6 Hash#each | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPHeader#content_length | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::HTTPHeader#key? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1257} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1257 | |
0.00 0.00 0.00 0.00 6/85 String#downcase | |
0.00 0.00 0.00 0.00 6/15 Hash#key? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/4 Module#include | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 Module#append_features (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 2/2 Module#blankslate_original_append_features | |
0.00 0.00 0.00 0.00 2/4124 Module#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Visitors::ToSql#visit_Arel_Nodes_Count (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:130} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:130 | |
0.00 0.00 0.00 0.00 1/8070 Array#join | |
0.00 0.00 0.00 0.00 1/9041 Array#map | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Time#- | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Time#minus_without_coercion (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/time/calculations.rb:253} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/time/calculations.rb:253 | |
0.00 0.00 0.00 0.00 3/3 <Class::ActiveSupport::Duration>#=== | |
0.00 0.00 0.00 0.00 3/3 Time#minus_without_duration | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 RSolr::Connectable#connect | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Module#attr_reader (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/97 <Class::Object>#method_added | |
0.00 0.00 0.00 0.00 2/209 Module#method_added | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::NetHttp#post | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Connection::NetHttp#connection (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/net_http.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/net_http.rb:10 | |
0.00 0.00 0.00 0.00 1/1 <Class::Net::HTTP>#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#begin_transport | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#do_finish | |
0.00 0.00 0.00 0.00 3/9 Net::HTTPResponse#stream_check | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Net::BufferedIO#closed? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:65} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:65 | |
0.00 0.00 0.00 0.00 9/9 IO#closed? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPResponse#initialize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2057} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2057 | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPHeader#initialize_http_header | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Time#to_s | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Time#to_default_s (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/7 <Class::Date>#_parse_day | |
0.00 0.00 0.00 0.00 1/7 <Class::Date>#_parse_us | |
0.00 0.00 0.00 0.00 2/7 <Class::Date>#_parse | |
0.00 0.00 0.00 0.00 1/7 <Class::Date>#_parse_iso | |
0.00 0.00 0.00 0.00 1/7 <Class::Date>#_parse_time | |
0.00 0.00 0.00 0.00 1/7 <Class::Date>#_parse_eu | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 String#sub! (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::Calculations#calculate | |
0.00 0.00 0.00 0.00 2/3 ActiveRecord::Relation#to_a | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveRecord::Relation#eager_loading? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:342} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:342 | |
0.00 0.00 0.00 0.00 6/8 Enumerable#any? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#read_body_0 | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPHeader#content_length (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1337} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1337 | |
0.00 0.00 0.00 0.00 3/6 Net::HTTPHeader#key? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::QueryMethods#order (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:50} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:50 | |
0.00 0.00 0.00 0.00 1/7 Kernel#clone | |
0.00 0.00 0.00 0.00 1/2 Array#flatten | |
0.00 0.00 0.00 0.00 1/10 Array#blank? | |
0.00 0.00 0.00 0.00 1/16 Array#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Visitors::ToSql#visit_Arel_Nodes_Limit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:104} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:104 | |
0.00 0.00 0.00 0.00 1/1020 Fixnum#to_s | |
0.00 0.00 0.00 0.00 1/14 Arel::Visitors::Visitor#visit | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Date::Format::Bag#to_hash (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:131} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:131 | |
0.00 0.00 0.00 0.00 1/1 Hash#reject | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#read_body_0 | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPHeader#range_length (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1373} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1373 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#content_range | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/29 Array#uniq | |
0.00 0.00 0.00 0.00 11/29 Hash#[]= | |
0.00 0.00 0.00 0.00 17/29 Hash#[] | |
0.00% 0.00% 0.00 0.00 0.00 0.00 29 Kernel#hash (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::Utils#build_url | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Array#delete_if (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 3/12003 NilClass#to_s | |
0.00 0.00 0.00 0.00 6/15026 String#empty? | |
0.00 0.00 0.00 0.00 3/18592 String#to_s | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Date::Format::Bag#to_hash | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Hash#reject (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 4/38250 Symbol#to_s | |
0.00 0.00 0.00 0.00 3/35035 Kernel#nil? | |
0.00 0.00 0.00 0.00 1/5013 Hash#initialize_copy | |
0.00 0.00 0.00 0.00 1/5019 <Class::Hash>#allocate | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 18/18 Net::BufferedIO#rbuf_consume | |
0.00% 0.00% 0.00 0.00 0.00 0.00 18 String#slice! (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#start | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#do_finish (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:606} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:606 | |
0.00 0.00 0.00 0.00 3/9 Net::BufferedIO#closed? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 RSolr::Connection::NetHttp#connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Net::HTTP>#new (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:450} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:450 | |
0.00 0.00 0.00 0.00 1/1 Class#newobj | |
0.00 0.00 0.00 0.00 1/1 Kernel#instance_eval | |
0.00 0.00 0.00 0.00 1/1 <Class::Net::HTTP>#Proxy | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/16 ActiveRecord::QueryMethods#order | |
0.00 0.00 0.00 0.00 1/16 ActiveRecord::Relation#initialize | |
0.00 0.00 0.00 0.00 1/16 ActiveRecord::SpawnMethods#except | |
0.00 0.00 0.00 0.00 1/16 ActiveRecord::QueryMethods#where | |
0.00 0.00 0.00 0.00 2/16 ActiveRecord::AttributeMethods::ClassMethods#defined_activerecord_methods | |
0.00 0.00 0.00 0.00 1/16 ActiveRecord::Relation#to_a | |
0.00 0.00 0.00 0.00 9/16 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 16 Array#+ (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#send_request_with_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPHeader#content_length= (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1344} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1344 | |
0.00 0.00 0.00 0.00 3/3 Integer#to_i | |
0.00 0.00 0.00 0.00 3/1020 Fixnum#to_s | |
0.00 0.00 0.00 0.00 3/1983 Hash#[]= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Class::ActiveRecord::Base>#scoped_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::ActiveRecord::Base>#default_scoping (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:43} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:43 | |
0.00 0.00 0.00 0.00 3/1085 Class#read_inheritable_attribute | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#synchronize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 MonitorMixin#mon_enter (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:212} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:212 | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#mon_acquire | |
0.00 0.00 0.00 0.00 4/8 <Class::Thread>#critical= | |
0.00 0.00 0.00 0.00 2/2182 Fixnum#+ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Arel::SelectManager#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::SelectManager#from (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:70} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:70 | |
0.00 0.00 0.00 0.00 3/30040 Module#=== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 7/7 ActiveRecord::Relation#initialize_copy | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 ActiveRecord::Relation#reset (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:306} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation.rb:306 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::Calculations#aggregate_column | |
0.00 0.00 0.00 0.00 1/2 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Module::Arel>#sql (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel.rb:34} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel.rb:34 | |
0.00 0.00 0.00 0.00 2/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/4 <Class::ActiveRecord::Base>#scoped_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 Object#presence (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/object/blank.rb:35} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/object/blank.rb:35 | |
0.00 0.00 0.00 0.00 4/7 Object#present? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/4 Arel::Visitors::JoinSql#visit_Arel_Nodes_SelectCore | |
0.00 0.00 0.00 0.00 3/4 ActiveRecord::QueryMethods#collapse_wheres | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 Enumerable#grep (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 4/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/17 Class#write_inheritable_attribute | |
0.00 0.00 0.00 0.00 16/17 Class#inherited | |
0.00% 0.00% 0.00 0.00 0.00 0.00 17 Kernel#equal? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/4 ActiveRecord::LogSubscriber#sql | |
0.00 0.00 0.00 0.00 2/4 ActiveSupport::LogSubscriber#call | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 ActiveRecord::LogSubscriber#logger (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/log_subscriber.rb:42} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/log_subscriber.rb:42 | |
0.00 0.00 0.00 0.00 4/6 <Class::ActiveRecord::Base>#logger | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Relation#method_missing | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::NamedScope::ClassMethods#scopes (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/named_scope.rb:36} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/named_scope.rb:36 | |
0.00 0.00 0.00 0.00 1/1085 Class#read_inheritable_attribute | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 14/14 ActiveSupport::Dependencies#load? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 14 <Module::ActiveSupport::Dependencies>#mechanism (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/module/attribute_accessors.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/module/attribute_accessors.rb:10 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#read_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPResponse#stream_check (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2248} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2248 | |
0.00 0.00 0.00 0.00 3/9 Net::BufferedIO#closed? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/28 ActiveRecord::QueryMethods#build_where | |
0.00 0.00 0.00 0.00 1/28 Hash#assert_valid_keys | |
0.00 0.00 0.00 0.00 1/28 Sunspot::Session#remove_all | |
0.00 0.00 0.00 0.00 1/28 ActiveRecord::QueryMethods#includes | |
0.00 0.00 0.00 0.00 3/28 ActiveRecord::QueryMethods#build_select | |
0.00 0.00 0.00 0.00 2/28 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement | |
0.00 0.00 0.00 0.00 4/28 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore | |
0.00 0.00 0.00 0.00 3/28 RSolr::Connection::Utils#build_url | |
0.00 0.00 0.00 0.00 12/28 ActiveRecord::QueryMethods#build_arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 28 Array#empty? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/8 ActiveRecord::Calculations#perform_calculation | |
0.00 0.00 0.00 0.00 1/8 ActiveRecord::FinderMethods#all | |
0.00 0.00 0.00 0.00 6/8 ActiveRecord::Relation#eager_loading? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 8 Enumerable#any? (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 8/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#end_transport | |
0.00 0.00 0.00 0.00 6/9 Net::HTTP#connect | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Net::HTTP#D (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1122} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1122 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Client#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Client#map_params (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:88} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:88 | |
0.00 0.00 0.00 0.00 3/5008 Hash#merge | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 ActiveRecord::ConnectionAdapters::MysqlColumn#simplified_type | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 <Class::ActiveRecord::ConnectionAdapters::MysqlAdapter>#emulate_booleans (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute_accessors.rb:36} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute_accessors.rb:36 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Arel::Visitors::ToSql#visit_Arel_Table (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:224} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:224 | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::ToSql#quote_table_name | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveSupport::OrderedHash#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/ordered_hash.rb:37} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/ordered_hash.rb:37 | |
0.00 0.00 0.00 0.00 3/6 Hash#initialize | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 Array#select | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 <Class::ActiveRecord::Base>#attribute_types_cached_by_default (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute_accessors.rb:36} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute_accessors.rb:36 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 RSolr::Connection::NetHttp#create_http_context | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 RSolr::Connection::Utils#encode_utf8 (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:17} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/connection/utils.rb:17 | |
0.00 0.00 0.00 0.00 3/4216 Kernel#respond_to? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPGenericRequest#set_body_internal (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1522} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1522 | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#body= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/17 RSolr::Connection::Utils#build_url | |
0.00 0.00 0.00 0.00 3/17 Net::HTTP#addr_port | |
0.00 0.00 0.00 0.00 2/17 ActiveRecord::QueryMethods#build_select | |
0.00 0.00 0.00 0.00 3/17 RSolr::Connection::NetHttp#build_url | |
0.00 0.00 0.00 0.00 6/17 RSolr::Connection::NetHttp#create_http_context | |
0.00% 0.00% 0.00 0.00 0.00 0.00 17 String#+ (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 21/21 Array#map | |
0.00% 0.00% 0.00 0.00 0.00 0.00 21 String#capitalize (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#read_body_0 | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPHeader#chunked? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1356} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1356 | |
0.00 0.00 0.00 0.00 3/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/7 ActiveRecord::Calculations#select_for_count | |
0.00 0.00 0.00 0.00 2/7 ActiveRecord::Calculations#calculate | |
0.00 0.00 0.00 0.00 4/7 Object#presence | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 Object#present? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/object/blank.rb:17} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/object/blank.rb:17 | |
0.00 0.00 0.00 0.00 6/10 Array#blank? | |
0.00 0.00 0.00 0.00 1/1 Hash#blank? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Hash#assert_valid_keys (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/hash/keys.rb:41} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/hash/keys.rb:41 | |
0.00 0.00 0.00 0.00 1/2 Array#flatten | |
0.00 0.00 0.00 0.00 1/1002 Hash#keys | |
0.00 0.00 0.00 0.00 1/12 Array#- | |
0.00 0.00 0.00 0.00 1/28 Array#empty? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::ConnectionAdapters::Column>#string_to_date | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::ActiveRecord::ConnectionAdapters::Column>#fast_string_to_date (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:192} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:192 | |
0.00 0.00 0.00 0.00 1/2 <Class::ActiveRecord::ConnectionAdapters::Column>#new_date | |
0.00 0.00 0.00 0.00 3/1022 String#to_i | |
0.00 0.00 0.00 0.00 1/1 String#=~ | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/10 <Class::ActiveRecord::Base>#connection_pool | |
0.00 0.00 0.00 0.00 6/10 <Class::ActiveRecord::Base>#retrieve_connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 10 <Class::ActiveRecord::Base>#connection_handler (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute.rb:73} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute.rb:73 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#range_length | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPHeader#content_range (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1365} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1365 | |
0.00 0.00 0.00 0.00 3/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::QueryMethods#build_arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::SelectManager#order (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:116} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:116 | |
0.00 0.00 0.00 0.00 1/9041 Array#map | |
0.00 0.00 0.00 0.00 1/3004 Array#concat | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_index | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#sunspot_options (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:43} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:43 | |
0.00 0.00 0.00 0.00 1/1085 Class#read_inheritable_attribute | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 17/17 ActiveRecord::AttributeMethods::Read::ClassMethods#define_read_method | |
0.00% 0.00% 0.00 0.00 0.00 0.00 17 String#insert (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/17 ActiveRecord::ConnectionAdapters::AbstractAdapter#log | |
0.00 0.00 0.00 0.00 3/17 Sunspot::SessionProxy::ThreadLocalSessionProxy#session | |
0.00 0.00 0.00 0.00 12/17 ActiveRecord::ConnectionAdapters::ConnectionPool#current_connection_id | |
0.00% 0.00% 0.00 0.00 0.00 0.00 17 Kernel#object_id (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#read_new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::Net::HTTPResponse>#response_class (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2034} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2034 | |
0.00 0.00 0.00 0.00 3/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#send_request_with_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPHeader#delete (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1252} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1252 | |
0.00 0.00 0.00 0.00 3/85 String#downcase | |
0.00 0.00 0.00 0.00 3/4 Hash#delete | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Visitors::ToSql#visit_Arel_Nodes_Grouping (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:118} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:118 | |
0.00 0.00 0.00 0.00 1/14 Arel::Visitors::Visitor#visit | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/15 Net::HTTPHeader#key? | |
0.00 0.00 0.00 0.00 9/15 Net::HTTPHeader#add_field | |
0.00% 0.00% 0.00 0.00 0.00 0.00 15 Hash#key? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/15 Hash#each | |
0.00 0.00 0.00 0.00 6/15 Net::HTTPHeader#main_type | |
0.00 0.00 0.00 0.00 6/15 Net::HTTPHeader#sub_type | |
0.00% 0.00% 0.00 0.00 0.00 0.00 15 String#strip (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/9 <Class::ActiveRecord::Base>#scoped_methods | |
0.00 0.00 0.00 0.00 2/9 <Class::ActiveRecord::LogSubscriber>#runtime | |
0.00 0.00 0.00 0.00 3/9 Sunspot::SessionProxy::ThreadLocalSessionProxy#session | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Thread#[] (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Module#append_features | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Module#blankslate_original_append_features (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#execute_simple_calculation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::Calculations#operation_over_aggregate_column (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:194} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:194 | |
0.00 0.00 0.00 0.00 1/1 Arel::Expressions#count | |
0.00 0.00 0.00 0.00 1/1939 String#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::LogSubscriber#sql | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Class::ActiveRecord::LogSubscriber>#runtime (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/log_subscriber.rb:7} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/log_subscriber.rb:7 | |
0.00 0.00 0.00 0.00 2/9 Thread#[] | |
0.00 0.00 0.00 0.00 2/40 <Class::Thread>#current | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 <Class::Class>#allocate (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 7/7 ActiveRecord::QueryMethods#build_arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 Array#uniq (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/29 Kernel#hash | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#synchronize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Logger::LogDevice#check_shift_log (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:539} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:539 | |
0.00 0.00 0.00 0.00 2/8026 Kernel#is_a? | |
0.00 0.00 0.00 0.00 2/5 Fixnum#> | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#calculate | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Hash#except (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/hash/except.rb:14} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/hash/except.rb:14 | |
0.00 0.00 0.00 0.00 1/1 Hash#except! | |
0.00 0.00 0.00 0.00 1/9 Kernel#dup | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::AttributeMethods::ClassMethods#instance_method_already_implemented? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Array#index (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 10/4124 Module#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::Nodes::SelectCore#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/select_core.rb:7} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/select_core.rb:7 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Thread#join (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/9 Net::HTTP#addr_port | |
0.00 0.00 0.00 0.00 6/9 Net::HTTP#connect | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Net::HTTP#use_ssl? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/https.rb:108} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/https.rb:108 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Arel::Visitors::ToSql#accept | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::Visitors::ToSql#last_column= (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:304} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:304 | |
0.00 0.00 0.00 0.00 3/10 Thread#[]= | |
0.00 0.00 0.00 0.00 3/40 <Class::Thread>#current | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::QueryMethods#build_arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::SelectManager#take (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:159} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/select_manager.rb:159 | |
0.00 0.00 0.00 0.00 2/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 9/9 Array#each | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 Module#public_method_defined? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Date>#_parse_eu (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:781} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:781 | |
0.00 0.00 0.00 0.00 1/7 String#sub! | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::LogSubscriber#sql | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Class::ActiveRecord::LogSubscriber>#runtime= (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/log_subscriber.rb:3} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/log_subscriber.rb:3 | |
0.00 0.00 0.00 0.00 2/10 Thread#[]= | |
0.00 0.00 0.00 0.00 2/40 <Class::Thread>#current | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/14 Module#alias_method | |
0.00 0.00 0.00 0.00 2/14 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00 0.00 0.00 0.00 3/14 RSolr::Client#adapt_response | |
0.00 0.00 0.00 0.00 7/14 Kernel#require | |
0.00% 0.00% 0.00 0.00 0.00 0.00 14 Kernel#singleton_method_added (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::QueryMethods#limit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:87} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/query_methods.rb:87 | |
0.00 0.00 0.00 0.00 1/7 Kernel#clone | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Time#minus_without_coercion | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::ActiveSupport::Duration>#=== (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/duration.rb:53} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/duration.rb:53 | |
0.00 0.00 0.00 0.00 3/8026 Kernel#is_a? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::NamedScope::ClassMethods#scoped | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Class::ActiveRecord::Base>#relation (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:899} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:899 | |
0.00 0.00 0.00 0.00 2/2 <Class::ActiveRecord::Base>#finder_needs_type_condition? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Arel::Visitors::ToSql#visit_Arel_Table | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Arel::Visitors::ToSql#quote_table_name (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:330} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:330 | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote_table_name | |
0.00 0.00 0.00 0.00 2/167765 Hash#[] | |
0.00 0.00 0.00 0.00 1/1983 Hash#[]= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Visitors::JoinSql#visit_Arel_Nodes_SelectCore (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/join_sql.rb:14} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/join_sql.rb:14 | |
0.00 0.00 0.00 0.00 1/4 Enumerable#grep | |
0.00 0.00 0.00 0.00 1/8070 Array#join | |
0.00 0.00 0.00 0.00 1/9041 Array#map | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#set_port (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:417} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:417 | |
0.00 0.00 0.00 0.00 1/15026 String#empty? | |
0.00 0.00 0.00 0.00 1/1022 String#to_i | |
0.00 0.00 0.00 0.00 1/9013 Kernel#kind_of? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Net::BufferedIO#read_all | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::BufferedIO#LOG (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:197} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:197 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::Nodes::SelectStatement#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/select_statement.rb:7} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/select_statement.rb:7 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#proxy_user (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:685} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:685 | |
0.00 0.00 0.00 0.00 3/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#columns | |
0.00 0.00 0.00 0.00 1/3 Arel::Visitors::ToSql#quote_table_name | |
0.00 0.00 0.00 0.00 1/3 <Class::ActiveRecord::Base>#quoted_table_name | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote_table_name (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:205} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/mysql_adapter.rb:205 | |
0.00 0.00 0.00 0.00 3/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 10/10 <Class::Time>#now | |
0.00% 0.00% 0.00 0.00 0.00 0.00 10 Time#initialize (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/10 Sunspot::SessionProxy::ThreadLocalSessionProxy#session | |
0.00 0.00 0.00 0.00 3/10 Arel::Visitors::ToSql#last_column= | |
0.00 0.00 0.00 0.00 2/10 <Class::ActiveRecord::LogSubscriber>#runtime= | |
0.00 0.00 0.00 0.00 4/10 <Class::ActiveRecord::Base>#scoped_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 10 Thread#[]= (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::ConnectionAdapters::MysqlAdapter#select | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Mysql#more_results (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/10 <Class::ActiveRecord::Base>#sanitize_sql | |
0.00 0.00 0.00 0.00 1/10 ActiveRecord::QueryMethods#where | |
0.00 0.00 0.00 0.00 1/10 ActiveRecord::QueryMethods#order | |
0.00 0.00 0.00 0.00 1/10 Array#reject! | |
0.00 0.00 0.00 0.00 6/10 Object#present? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 10 Array#blank? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#read_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPResponse#procdest (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2252} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:2252 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 9/9 Net::BufferedIO#closed? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 IO#closed? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Date>#_parse_time (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:707} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:707 | |
0.00 0.00 0.00 0.00 1/7 String#sub! | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::Base>#serialized_attributes | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Class#write_inheritable_attribute (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:126} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/inheritable_attributes.rb:126 | |
0.00 0.00 0.00 0.00 2/1103 Class#inheritable_attributes | |
0.00 0.00 0.00 0.00 1/17 Kernel#equal? | |
0.00 0.00 0.00 0.00 1/1983 Hash#[]= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/6 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00 0.00 0.00 0.00 4/6 ActiveRecord::LogSubscriber#logger | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 <Class::ActiveRecord::Base>#logger (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute_accessors.rb:36} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/class/attribute_accessors.rb:36 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/6 Kernel#send | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#find_by_sql | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#quoted_table_name | |
0.00 0.00 0.00 0.00 1/6 <Class::ActiveRecord::Base>#columns | |
0.00 0.00 0.00 0.00 2/6 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 <Class::User(id: integer, name: string, email: string, points: integer, plan: string, updated_at: datetime, hide_login: integer, signature: string, mood: string, mood_updated: datetime, image_file_name: string, no_adult: boolean, no_brief: boolean, no_guest: boolean, critical: boolean, real_name: string, password: string, birthday: date, oldpoet: boolean, old_id: integer, deleted: boolean)>#table_name (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:107} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activemodel-3.0.5/lib/active_model/attribute_methods.rb:107 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 ActiveRecord::QueryMethods#collapse_wheres | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 ActiveSupport::OrderedHash#each (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/ordered_hash.rb:125} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/ordered_hash.rb:125 | |
0.00 0.00 0.00 0.00 3/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 ActiveRecord::QueryMethods#order | |
0.00 0.00 0.00 0.00 1/2 Hash#assert_valid_keys | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Array#flatten (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::Base>#columns_hash | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Hash>#[] (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::Notifications::Fanout#publish | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 ActiveSupport::Notifications::Fanout#listeners_for (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/fanout.rb:28} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/notifications/fanout.rb:28 | |
0.00 0.00 0.00 0.00 2/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#operation_over_aggregate_column | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Expressions#count (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/expressions.rb:3} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/expressions.rb:3 | |
0.00 0.00 0.00 0.00 1/10083 Class#new | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Net::HTTP>#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Class#newobj (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/1 Net::HTTP#initialize | |
0.00 0.00 0.00 0.00 1/11076 <Class::Object>#allocate | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#mon_exit | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 MonitorMixin#mon_check_owner (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:276} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:276 | |
0.00 0.00 0.00 0.00 2/40 <Class::Thread>#current | |
0.00 0.00 0.00 0.00 2/235 Kernel#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Arel::Table#where | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::TreeManager#where (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/tree_manager.rb:28} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/tree_manager.rb:28 | |
0.00 0.00 0.00 0.00 1/10024 Array#<< | |
0.00 0.00 0.00 0.00 1/30040 Module#=== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6 Net::HTTP#begin_transport | |
0.00 0.00 0.00 0.00 3/6 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::HTTPGenericRequest#response_body_permitted? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1497} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1497 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Thread#alive? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::BufferedIO#initialize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:50} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/protocol.rb:50 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#mon_exit | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 MonitorMixin#mon_release (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:292} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:292 | |
0.00 0.00 0.00 0.00 4/5 Array#shift | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Float#to_s (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 9/9 <Class::Net::HTTPResponse>#each_response_header | |
0.00% 0.00% 0.00 0.00 0.00 0.00 9 MatchData#post_match (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#columns | |
0.00 0.00 0.00 0.00 2/3 ActiveRecord::ConnectionAdapters::MysqlAdapter#select | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Mysql::Result#free (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/7 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement | |
0.00 0.00 0.00 0.00 2/7 Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore | |
0.00 0.00 0.00 0.00 3/7 RSolr::Connection::Utils#hash_to_query | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 Array#compact (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::QueryMethods#includes | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Array#reject! (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/10 Array#blank? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Hodel3000CompliantLogger#format_message | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Hodel3000CompliantLogger#msg2str (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/hodel_3000_compliant_logger-0.1.0/lib/hodel_3000_compliant_logger.rb:19} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/hodel_3000_compliant_logger-0.1.0/lib/hodel_3000_compliant_logger.rb:19 | |
0.00 0.00 0.00 0.00 2/30040 Module#=== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::HTTP#started? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:516} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:516 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Hodel3000CompliantLogger#format_message | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Time#strftime (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::LogSubscriber#sql | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Logger#debug? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:217} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:217 | |
0.00 0.00 0.00 0.00 2/2 Fixnum#<= | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Hash#delete_if (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 4/35035 Kernel#nil? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 <Class::ActiveRecord::ConnectionAdapters::Column>#fallback_string_to_date | |
0.00 0.00 0.00 0.00 1/2 <Class::ActiveRecord::ConnectionAdapters::Column>#fast_string_to_date | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Class::ActiveRecord::ConnectionAdapters::Column>#new_date (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:179} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/schema_definitions.rb:179 | |
0.00 0.00 0.00 0.00 2/234712 Fixnum#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6 <Module::Timeout>#timeout | |
0.00 0.00 0.00 0.00 3/6 Net::HTTP#connect | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Net::HTTP#conn_address (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:701} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:701 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Exception#initialize (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/4 Class#new | |
0.00 0.00 0.00 0.00 3/4 Mysql#query | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 Object#initialize (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::QueryMethods#build_arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Array#reject (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/1008 String#blank? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 10/10 <Class::Time>#now | |
0.00% 0.00% 0.00 0.00 0.00 0.00 10 <Class::Time>#allocate (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 String#initialize (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#execute_simple_calculation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::Calculations#type_cast_calculated_value (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:275} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:275 | |
0.00 0.00 0.00 0.00 1/213671 Kernel#=== | |
0.00 0.00 0.00 0.00 1/1022 String#to_i | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Indexer#remove_all | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 RSolr::Char#escape (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr.rb:33} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr.rb:33 | |
0.00 0.00 0.00 0.00 1/26 String#gsub | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 RSolr::Connection::Utils#escape | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 String#tr (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 7/7 Date::Format::Bag#method_missing | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 String#intern (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Comparable#>= (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/2 String#<=> | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6 RSolr::Connectable#connect | |
0.00 0.00 0.00 0.00 3/6 RSolr::Client#message | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Module#autoload (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Class::Net::HTTPResponse>#read_status_line | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 MatchData#captures (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::BufferedIO#readline | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 String#chop (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/7 ActiveRecord::Calculations#column_for | |
0.00 0.00 0.00 0.00 1/7 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00 0.00 0.00 0.00 2/7 <Class::ActiveRecord::Base>#current_scoped_methods | |
0.00 0.00 0.00 0.00 3/7 Arel::SelectManager#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 Array#last (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::QueryMethods#build_arel | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::ConnectionAdapters::DatabaseStatements#sanitize_limit (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/database_statements.rb:263} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/connection_adapters/abstract/database_statements.rb:263 | |
0.00 0.00 0.00 0.00 1/8026 Kernel#is_a? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Hash#except | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Hash#except! (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/hash/except.rb:19} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/hash/except.rb:19 | |
0.00 0.00 0.00 0.00 1/40078 Array#each | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#newobj | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Net::HTTP#initialize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:460} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:460 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Fixnum#zero? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 6/6 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 <Class::Thread>#critical (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Mybase::ClassMethods#reindex | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Hash#reverse_merge (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/hash/reverse_merge.rb:17} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activesupport-3.0.5/lib/active_support/core_ext/hash/reverse_merge.rb:17 | |
0.00 0.00 0.00 0.00 1/5008 Hash#merge | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Arel::Visitors::ToSql#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:7} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:7 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Builder::XmlMarkup#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Builder::XmlBase#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:22} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlbase.rb:22 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#set_body_internal | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTPGenericRequest#body= (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1508} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1508 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/6 Class#new | |
0.00 0.00 0.00 0.00 3/6 ActiveSupport::OrderedHash#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 6 Hash#initialize (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 IO#sysread | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Exception#backtrace (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#set_userinfo (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:322} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:322 | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#split_userinfo | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/3 <Module::Sunspot>#commit | |
0.00 0.00 0.00 0.00 1/3 <Module::Sunspot>#index | |
0.00 0.00 0.00 0.00 1/3 <Module::Sunspot>#remove_all | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Module::Sunspot>#session (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot.rb:553} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot.rb:553 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 IO#sysread | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Exception#set_backtrace (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/7 Kernel#dup | |
0.00 0.00 0.00 0.00 6/7 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 <Class::String>#allocate (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPResponse#reading_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::Net::HTTPResponse>#body_permitted? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1792} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:1792 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Builder::XmlMarkup#instruct! | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Builder::XmlMarkup#_ensure_no_block (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:319} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/builder-2.1.2/lib/builder/xmlmarkup.rb:319 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#mon_enter | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 MonitorMixin#mon_acquire (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:282} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/monitor.rb:282 | |
0.00 0.00 0.00 0.00 2/40 <Class::Thread>#current | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Logger#add | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Logger#format_severity (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:426} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/logger.rb:426 | |
0.00 0.00 0.00 0.00 2/103 Array#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 <Class::ActiveRecord::Base>#relation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Class::ActiveRecord::Base>#finder_needs_type_condition? (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:784} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:784 | |
0.00 0.00 0.00 0.00 2/235 Kernel#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/4 Kernel#dup | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 <Class::Array>#allocate (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/4 <Class::ActiveRecord::Base>#scoped_methods | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 Module#to_s (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Net::HTTP>#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Kernel#instance_eval (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/1 <Class::Net::HTTP>#version_1_2? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Sunspot::Session#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:32} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:32 | |
0.00 0.00 0.00 0.00 1/5017 Kernel#block_given? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/8 MonitorMixin#mon_exit | |
0.00 0.00 0.00 0.00 4/8 MonitorMixin#mon_enter | |
0.00% 0.00% 0.00 0.00 0.00 0.00 8 <Class::Thread>#critical= (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#default_port (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:30} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:30 | |
0.00 0.00 0.00 0.00 1/1 <Class::URI::Generic>#default_port | |
0.00 0.00 0.00 0.00 1/7054 Kernel#class | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 7/7 Date::Format::Bag#method_missing | |
0.00% 0.00% 0.00 0.00 0.00 0.00 7 String#chomp! (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Fixnum#/ (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/1 Float#/ | |
0.00 0.00 0.00 0.00 1/1 Float#coerce | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::Nodes::Unary#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/unary.rb:6} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/unary.rb:6 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/4 Module#include | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 Module#included (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Date>#_parse_us (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:800} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:800 | |
0.00 0.00 0.00 0.00 1/7 String#sub! | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Arel::Visitors::ToSql#visit_Arel_Nodes_SqlLiteral (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:293} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:293 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPHeader#content_length= | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Integer#to_i (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Time#minus_without_coercion | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Time#minus_without_duration (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#perform_calculation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 ActiveRecord::Calculations#select_for_count (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:288} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/relation/calculations.rb:288 | |
0.00 0.00 0.00 0.00 1/7 Object#present? | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Session#connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Object::LightConfig::Configuration>#solr (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/light_config.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/light_config.rb:10 | |
0.00 0.00 0.00 0.00 1/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Nodes::Count#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/count.rb:7} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/count.rb:7 | |
0.00 0.00 0.00 0.00 1/1 Arel::Nodes::Function#initialize | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Date>#_parse_day (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:695} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:695 | |
0.00 0.00 0.00 0.00 1/7 String#sub! | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Comparable#< (ruby_runtime:0} ruby_runtime:0 | |
0.00 0.00 0.00 0.00 1/2 String#<=> | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 Comparable#< | |
0.00 0.00 0.00 0.00 1/2 Comparable#>= | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 String#<=> (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/4 Array#each | |
0.00 0.00 0.00 0.00 3/4 Net::HTTPHeader#delete | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 Hash#delete (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 IO#sysread | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Exception#exception (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::Base>#replace_bind_variables | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::ActiveRecord::Base>#raise_if_bind_arity_mismatch (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1375} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/activerecord-3.0.5/lib/active_record/base.rb:1375 | |
0.00 0.00 0.00 0.00 1/234712 Fixnum#== | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 4/4 Kernel#dup | |
0.00% 0.00% 0.00 0.00 0.00 0.00 4 Array#initialize_copy (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/5 String#gsub | |
0.00 0.00 0.00 0.00 4/5 MonitorMixin#mon_release | |
0.00% 0.00% 0.00 0.00 0.00 0.00 5 Array#shift (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#conn_port (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:705} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:705 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#request | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#edit_path (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:709} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:709 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#addr_port | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::Net::HTTP>#http_default_port (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:419} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:419 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#set_path (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:489} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:489 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#set_host (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:391} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:391 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 <Class::IO>#open | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 <Class::IO>#allocate (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveSupport::Notifications::Event#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Float#* (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::ConnectionAdapters::Quoting#quote | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Module#protected (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Hodel3000CompliantLogger#format_message | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Hodel3000CompliantLogger#hostname (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/hodel_3000_compliant_logger-0.1.0/lib/hodel_3000_compliant_logger.rb:15} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/hodel_3000_compliant_logger-0.1.0/lib/hodel_3000_compliant_logger.rb:15 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#s3e | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 String#scan (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTP#connect | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 Net::HTTP#on_connect (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:595} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:595 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::ConnectionAdapters::Column>#fast_string_to_date | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 String#=~ (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Session#connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Object::LightConfig::Configuration>#url (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/light_config.rb:10} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/light_config.rb:10 | |
0.00 0.00 0.00 0.00 1/167765 Hash#[] | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/5 Logger::LogDevice#check_shift_log | |
0.00 0.00 0.00 0.00 3/5 <Class::Date>#s3e | |
0.00% 0.00% 0.00 0.00 0.00 0.00 5 Fixnum#> (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::ConnectionAdapters::MysqlAdapter#select | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Mysql#query_with_result= (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Calculations#perform_calculation | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Kernel#=~ (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 <Module::URI>#parse | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 String#upcase (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Date>#_parse | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 String#gsub! (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 <Class::Date>#s3e | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 String#[] (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 3/3 Net::HTTPGenericRequest#send_request_with_body | |
0.00% 0.00% 0.00 0.00 0.00 0.00 3 String#length (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Fixnum#* (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 ActiveRecord::LogSubscriber#sql | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Float#+ (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/2 Sunspot::Session#remove_all | |
0.00 0.00 0.00 0.00 1/2 Sunspot::Session#index | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Array#length (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Logger#debug? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Fixnum#<= (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 RSolr::Client#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:9} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/rsolr-0.12.1/lib/rsolr/client.rb:9 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Session#connection | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Sunspot::Session>#connection_class (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:17} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/session.rb:17 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Visitors::ToSql#visit_Arel_Nodes_Top (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:109} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:109 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#instance_eval | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Net::HTTP>#version_1_2? (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:306} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:306 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Arel::Nodes::Count#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Nodes::Function#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/function.rb:7} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/nodes/function.rb:7 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Hodel3000CompliantLogger#format_message | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 String#lstrip (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::Base>#replace_bind_variables | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Array#size (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 Kernel#require | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 Module#private (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Visitors::ToSql#visit_Arel_SqlLiteral (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:293} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:293 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#set_userinfo | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#split_userinfo (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:345} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:345 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::SpawnMethods#apply_finder_options | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Array#& (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::Net::HTTP>#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Net::HTTP>#Proxy (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:641} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/net/http.rb:641 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Date::Format::Bag#initialize (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:116} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/date/format.rb:116 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Sunspot::Indexer#initialize (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:11} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/sunspot-1.2.rc4/lib/sunspot/indexer.rb:11 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#set_scheme (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:238} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:238 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#send | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Arel::Visitors::ToSql#visit_Fixnum (/usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:293} /usr/local/rvm/gems/ree-1.8.7-2011.03@newap/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:293 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#set_fragment (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:572} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:572 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::Base>#replace_bind_variables | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 String#count (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 2/2 MonitorMixin#mon_exit | |
0.00% 0.00% 0.00 0.00 0.00 0.00 2 <Class::Thread>#pass (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 ActiveRecord::Relation#scoping | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Array#pop (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#default_port | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::URI::Generic>#default_port (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:26} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:26 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Sunspot::Rails::Searchable::ClassMethods#solr_benchmark | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Float#to_f (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::Base>#sanitize_sql_array | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 String#include? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Module#initialize (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Class::ActiveRecord::ConnectionAdapters::Column>#fallback_string_to_date | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Hash#values_at (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#set_query (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:520} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:520 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#set_opaque (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:549} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:549 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Class#new | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 <Class::Module>#allocate (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 URI::Generic#set_registry (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:453} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/uri/generic.rb:453 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Fixnum#/ | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Float#/ (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Object#present? | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Hash#blank? (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Fixnum#/ | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Float#coerce (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Module::Sunspot::Util>#Array | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Kernel#Array (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 Kernel#dup | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 String#initialize_copy (ruby_runtime:0} ruby_runtime:0 | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 URI::Generic#initialize | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Kernel#freeze (ruby_runtime:0} ruby_runtime:0 | |
Thread ID: 90989120 | |
Total Time: 0.01 | |
%total %self total self wait child calls Name | |
-------------------------------------------------------------------------------- | |
100.00% 3.97% 0.00 0.00 0.00 0.00 1 <Module::Timeout>#timeout (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59 | |
0.00 0.00 0.00 0.00 1/1 Kernel#sleep | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Module::Timeout>#timeout | |
30.84% 4.23% 0.00 0.00 0.00 0.00 1 Kernel#sleep (ruby_runtime:0} ruby_runtime:0 | |
Thread ID: 90990320 | |
Total Time: 0.01 | |
%total %self total self wait child calls Name | |
-------------------------------------------------------------------------------- | |
100.00% 1.77% 0.00 0.00 0.00 0.00 1 <Module::Timeout>#timeout (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59 | |
0.00 0.00 0.00 0.00 1/1 Kernel#sleep | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Module::Timeout>#timeout | |
8.13% 1.18% 0.00 0.00 0.00 0.00 1 Kernel#sleep (ruby_runtime:0} ruby_runtime:0 | |
Thread ID: 90998280 | |
Total Time: 0.01 | |
%total %self total self wait child calls Name | |
-------------------------------------------------------------------------------- | |
100.00% 0.30% 0.01 0.00 0.01 0.00 1 <Module::Timeout>#timeout (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59 | |
0.00 0.00 0.00 0.00 1/1 Kernel#sleep | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Module::Timeout>#timeout | |
2.70% 0.34% 0.00 0.00 0.00 0.00 1 Kernel#sleep (ruby_runtime:0} ruby_runtime:0 | |
Thread ID: 91000760 | |
Total Time: 0.010327887 | |
%total %self total self wait child calls Name | |
-------------------------------------------------------------------------------- | |
100.00% 0.54% 0.01 0.00 0.01 0.00 1 <Module::Timeout>#timeout (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59 | |
0.00 0.00 0.00 0.00 1/1 Kernel#sleep | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Module::Timeout>#timeout | |
3.82% 1.30% 0.00 0.00 0.00 0.00 1 Kernel#sleep (ruby_runtime:0} ruby_runtime:0 | |
Thread ID: 93838600 | |
Total Time: 18446744072.0571 | |
%total %self total self wait child calls Name | |
-------------------------------------------------------------------------------- | |
100.00% 0.00%18446744072.06 0.0018446744072.06 0.00 1 <Module::Timeout>#timeout (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59 | |
0.00 0.00 0.00 0.00 1/1 Kernel#sleep | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Kernel#sleep (ruby_runtime:0} ruby_runtime:0 | |
Thread ID: 93839750 | |
Total Time: 18446744072.0581 | |
%total %self total self wait child calls Name | |
-------------------------------------------------------------------------------- | |
100.00% 0.00%18446744072.06 0.0018446744072.06 0.00 1 <Module::Timeout>#timeout (/usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59} /usr/local/rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:59 | |
0.00 0.00 0.00 0.00 1/1 Kernel#sleep | |
-------------------------------------------------------------------------------- | |
0.00 0.00 0.00 0.00 1/1 <Module::Timeout>#timeout | |
0.00% 0.00% 0.00 0.00 0.00 0.00 1 Kernel#sleep (ruby_runtime:0} ruby_runtime:0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment