Skip to content

Instantly share code, notes, and snippets.

@jessereynolds
Created July 26, 2013 02:46
Show Gist options
  • Save jessereynolds/6085708 to your computer and use it in GitHub Desktop.
Save jessereynolds/6085708 to your computer and use it in GitHub Desktop.
CPUPROFILE_METHODS=1 Profile method calls. Each sample represents one method call made inside that function.
jesse@Heart-of-Gold flapjack $ pprof.rb --text /tmp/flapjack_profile
Using local file /Users/jesse/.rbenv/versions/1.9.3-p125/bin/ruby.
Using local file /tmp/flapjack_profile.
Use of uninitialized value $address in exists at /Users/jesse/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/perftools.rb-2.0.1/bin/pprof line 2781.
Total: 69688350 samples
8671483 12.4% 12.4% 8671489 12.4% Redis::Connection::CommandHelper#build_command
3515666 5.0% 17.5% 4017939 5.8% EventMachine::Deferrable#set_deferred_status
3515596 5.0% 22.5% 6528947 9.4% EventMachine::Deferrable#callback
2511410 3.6% 26.1% 2511410 3.6% EventMachine::Connection#send_data
2511115 3.6% 29.7% 29765172 42.7% Redis::Client#ensure_connected
2511085 3.6% 33.3% 2511085 3.6% EventMachine::Synchrony::ConnectionPool#release
2161344 3.1% 36.4% 3142655 4.5% Class#each
2009020 2.9% 39.3% 2009020 2.9% MonitorMixin#mon_enter
2008924 2.9% 42.2% 2511155 3.6% EventMachine::Deferrable#errback
2008896 2.9% 45.1% 7031136 10.1% Module#sync
2008896 2.9% 48.0% 9040032 13.0% Redis::Connection::RedisClient#read
2008868 2.9% 50.9% 2008868 2.9% EventMachine::Synchrony::ConnectionPool#acquire
1920941 2.8% 53.6% 11650197 16.7% Kernel#loop
1721944 2.5% 56.1% 2336924 3.4% Time#xmlschema
1641408 2.4% 58.4% 3282806 4.7% Array#select
1641285 2.4% 60.8% 1641285 2.4% Gem::Dependency#type
1506978 2.2% 63.0% 8741418 12.5% Redis::Connection::RedisClient#receive_data
1221323 1.8% 64.7% 32078781 46.0% Redis::Client#call
1004510 1.4% 66.2% 1004510 1.4% MonitorMixin#mon_check_owner
1004510 1.4% 67.6% 2009020 2.9% MonitorMixin#mon_exit
1004488 1.4% 69.0% 1011740 1.5% BasicObject#!=
1004448 1.4% 70.5% 24742657 35.5% Redis::Client#io
1004448 1.4% 71.9% 10044480 14.4% Redis::Connection::Synchrony#read
1004448 1.4% 73.4% 13693729 19.6% Redis::Connection::Synchrony#write
1004434 1.4% 74.8% 43696517 62.7% EventMachine::Synchrony::ConnectionPool#execute
1004434 1.4% 76.2% 44700951 64.1% EventMachine::Synchrony::ConnectionPool#method_missing
614980 0.9% 77.1% 614980 0.9% Time#year
541415 0.8% 77.9% 43712161 62.7% Flapjack::Processor#process_event
533166 0.8% 78.7% 1599484 2.3% Redis::Client#connected?
533159 0.8% 79.4% 533159 0.8% Redis::Connection::RedisClient#connected?
533159 0.8% 80.2% 1066318 1.5% Redis::Connection::Synchrony#connected?
511760 0.7% 80.9% 4598237 6.6% Gem::Specification#conflicts
502319 0.7% 81.7% 37152671 53.3% MonitorMixin#mon_synchronize
502273 0.7% 82.4% 502273 0.7% EventMachine::Deferrable#cancel_timeout
502266 0.7% 83.1% 4520177 6.5% EventMachine::Deferrable#succeed
502224 0.7% 83.8% 30267391 43.4% Redis::Client#logging
502224 0.7% 84.5% 30769610 44.2% Redis::Client#process
502224 0.7% 85.3% 11048928 15.9% Redis::Client#read
502224 0.7% 86.0% 14698177 21.1% Redis::Client#write
502217 0.7% 86.7% 37654430 54.0% Redis#synchronize
501208 0.7% 87.4% 4034382 5.8% Gem::Specification#runtime_dependencies
385294 0.6% 88.0% 385294 0.6% Redis#_boolify
380094 0.5% 88.5% 380094 0.5% Hiredis::Ext::Reader#gets
369399 0.5% 89.0% 11237749 16.1% Flapjack::Filters::Ok#block?
337652 0.5% 89.5% 506478 0.7% Time.now
295638 0.4% 90.0% 295639 0.4% Fixnum#==
263643 0.4% 90.3% 264117 0.4% Array#include?
253239 0.4% 90.7% 253239 0.4% Gem::Specification#dependencies
246284 0.4% 91.0% 246716 0.4% Logger#add
244278 0.4% 91.4% 350460 0.5% Gem::Version#<=>
240028 0.3% 91.7% 2860476 4.1% Enumerable#find_all
220095 0.3% 92.1% 6529485 9.4% Flapjack::Data::EntityCheck#last_notification_for_state
196046 0.3% 92.3% 9972001 14.3% Enumerable#inject
188304 0.3% 92.6% 188304 0.3% Flapjack::Data::Event#entity
185505 0.3% 92.9% 264621 0.4% Enumerable#each_with_index
180852 0.3% 93.1% 2712780 3.9% Class#find_by_name
170159 0.2% 93.4% 170159 0.2% Flapjack::Data::Event#initialize
168826 0.2% 93.6% 168826 0.2% Time#initialize
154712 0.2% 93.8% 154712 0.2% Kernel#inspect
153130 0.2% 94.1% 210593 0.3% Gem::Specification#contains_requirable_file?
128528 0.2% 94.2% 128528 0.2% Flapjack::Data::Event#state
123843 0.2% 94.4% 388509 0.6% Gem::Specification#initialize
123767 0.2% 94.6% 47718697 68.5% Flapjack::Processor#start
123757 0.2% 94.8% 3496220 5.0% Class#next
123108 0.2% 95.0% 369324 0.5% Logger#debug
120568 0.2% 95.1% 2863490 4.1% Class#for_event_id
118319 0.2% 95.3% 118319 0.2% String#==
118180 0.2% 95.5% 8272600 11.9% Redis#get
100782 0.1% 95.6% 111449 0.2% Gem::Version#segments
92819 0.1% 95.7% 7147063 10.3% Redis#expire
92814 0.1% 95.9% 92814 0.1% Flapjack::Data::Event#type
88060 0.1% 96.0% 88064 0.1% Hash#inspect
77605 0.1% 96.1% 77605 0.1% Time#strftime
77345 0.1% 96.2% 77345 0.1% Flapjack::Filters::Base#name
76764 0.1% 96.3% 7531713 10.8% Gem::Specification#traverse
73453 0.1% 96.4% 73453 0.1% 00007f999287d0c8
64140 0.1% 96.5% 85520 0.1% Redis#_floatify
63214 0.1% 96.6% 189642 0.3% Flapjack::Data::Event#id
61876 0.1% 96.7% 61876 0.1% Flapjack::Data::Event#time
61876 0.1% 96.8% 4826328 6.9% Redis#hincrby
61061 0.1% 96.9% 408285 0.6% Enumerable#all?
58692 0.1% 97.0% 6881637 9.9% Flapjack::Data::EntityCheck#last_notification
49158 0.1% 97.0% 3981798 5.7% Redis#hset
48097 0.1% 97.1% 3559288 5.1% Redis#hget
47358 0.1% 97.2% 126535 0.2% Gem::Version#bump
46455 0.1% 97.3% 46456 0.1% 00007f99928796b8
46407 0.1% 97.3% 108283 0.2% Flapjack::Data::Event#client
46407 0.1% 97.4% 26649522 38.2% Flapjack::Processor#update_keys
43864 0.1% 97.4% 43864 0.1% Enumerable#any?
42544 0.1% 97.5% 74452 0.1% Gem::Version#initialize
36355 0.1% 97.6% 5204042 7.5% Flapjack::Data::EntityCheck#update_state
34982 0.1% 97.6% 52648 0.1% Kernel#dup
33741 0.0% 97.7% 11962521 17.2% Enumerable#find
33194 0.0% 97.7% 441319 0.6% Gem::Requirement#satisfied_by?
33011 0.0% 97.8% 33186 0.0% Kernel#initialize_dup
32817 0.0% 97.8% 32817 0.0% Kernel#===
32779 0.0% 97.8% 2655106 3.8% Redis#zadd
31913 0.0% 97.9% 2808344 4.0% Flapjack::Data::EntityCheck#state
31908 0.0% 97.9% 31908 0.0% Class#correct?
31038 0.0% 98.0% 46557 0.1% Hash#merge
31010 0.0% 98.0% 201565 0.3% Time#to_formatted_s
30949 0.0% 98.1% 30949 0.0% Redis::Connection::Synchrony#timeout=
30940 0.0% 98.1% 6992440 10.0% Flapjack::Processor#touch_keys
30938 0.0% 98.2% 1376741 2.0% Flapjack::Data::EntityCheck#last_change
30938 0.0% 98.2% 95998 0.1% Flapjack::Data::Event#ok?
30938 0.0% 98.3% 1392210 2.0% Redis#brpoplpush
30180 0.0% 98.3% 30180 0.0% Time#to_i
30142 0.0% 98.3% 30142 0.0% Flapjack::Data::Entity#initialize
30142 0.0% 98.4% 30142 0.0% Flapjack::Data::EntityCheck#initialize
29346 0.0% 98.4% 1247205 1.8% Flapjack::Data::EntityCheck#end_unscheduled_maintenance
29346 0.0% 98.5% 6734907 9.7% Flapjack::Data::EntityCheck#last_notifications_of_each_type
27468 0.0% 98.5% 82427 0.1% Class#match
27468 0.0% 98.5% 27491 0.0% Module#platforms
27260 0.0% 98.6% 31769 0.0% Gem::Specification#full_gem_path
25745 0.0% 98.6% 25747 0.0% Module#suffixes
24633 0.0% 98.7% 1921374 2.8% Redis#zcount
23835 0.0% 98.7% 75722 0.1% Gem::Requirement#initialize
22147 0.0% 98.7% 22147 0.0% String#match
21788 0.0% 98.8% 1719620 2.5% Redis#zscore
20778 0.0% 98.8% 45019 0.1% Class#parse
20722 0.0% 98.8% 97077 0.1% Class#create
19213 0.0% 98.8% 170990 0.2% Enumerable#sort_by
18572 0.0% 98.9% 94440 0.1% Gem::Dependency#initialize
16807 0.0% 98.9% 1226911 1.8% Redis#exists
16636 0.0% 98.9% 16636 0.0% Gem::Dependency#requirement
15834 0.0% 98.9% 115029 0.2% Gem::Specification#add_dependency_with_type
15739 0.0% 99.0% 406264 0.6% Array#map
15486 0.0% 99.0% 1084020 1.6% Redis#llen
15471 0.0% 99.0% 1206954 1.7% Redis::Client#call_without_timeout
15471 0.0% 99.0% 15471 0.0% Redis::Client#timeout
15471 0.0% 99.0% 1191483 1.7% Redis::Client#without_socket_timeout
15469 0.0% 99.1% 1299396 1.9% Class#pending_count
15469 0.0% 99.1% 1345803 1.9% Flapjack::Data::EntityCheck#in_scheduled_maintenance?
15469 0.0% 99.1% 4377734 6.3% Flapjack::Data::EntityCheck#last_update=
15469 0.0% 99.1% 1361272 2.0% Flapjack::Data::EntityCheck#update_current_scheduled_maintenance
15426 0.0% 99.2% 8179432 11.7% Kernel#gem_original_require
15348 0.0% 99.2% 15372 0.0% Nokogiri::XML::Node#[]=
15305 0.0% 99.2% 137745 0.2% Array#<=>
15024 0.0% 99.2% 15024 0.0% Gem::Specification#platform
14688 0.0% 99.2% 14688 0.0% 00007f99941f4540
14688 0.0% 99.3% 60878 0.1% MIME::Type#initialize
13734 0.0% 99.3% 13734 0.0% Gem::Specification#sort_obj
13364 0.0% 99.3% 2875012 4.1% Gem::Dependency#matching_specs
12898 0.0% 99.3% 41022 0.1% Blather::Stream::Parser#start_element_namespace
12179 0.0% 99.3% 12179 0.0% Gem::Specification#default_value
12109 0.0% 99.4% 9082143 13.0% Proc#[]
10892 0.0% 99.4% 1012140 1.5% Array#count
10784 0.0% 99.4% 10784 0.0% Mutex#synchronize
10704 0.0% 99.4% 163236 0.2% Flapjack::Filters::ScheduledMaintenance#block?
9985 0.0% 99.4% 33286 0.0% MIME::Types#add
9792 0.0% 99.4% 9792 0.0% 00007f99941e9784
9786 0.0% 99.4% 21104 0.0% Array#sort!
9483 0.0% 99.5% 26710 0.0% Hash#each
9453 0.0% 99.5% 9549 0.0% Nokogiri::XML::Node#coerce
8472 0.0% 99.5% 11736 0.0% MIME::Type#encoding=
7668 0.0% 99.5% 9948 0.0% MIME::Types#index_extensions
7527 0.0% 99.5% 9534 0.0% String#scan
7423 0.0% 99.5% 37821 0.1% Integer#upto
6755 0.0% 99.5% 14459 0.0% Nokogiri::XML::Node#add_child_node_and_reparent_attrs
6682 0.0% 99.5% 2881694 4.1% Gem::Dependency#to_specs
6599 0.0% 99.5% 100823 0.1% Class#load_from_file
6532 0.0% 99.6% 6532 0.0% 00007f99941e7c7c
6465 0.0% 99.6% 6489 0.0% Array#hash
6410 0.0% 99.6% 399406 0.6% Class#load
6230 0.0% 99.6% 6230 0.0% Nokogiri::XML::Document#decorate
6125 0.0% 99.6% 11025 0.0% Nokogiri::XML::Node#namespace=
5903 0.0% 99.6% 5903 0.0% Gem::Version#prerelease?
5724 0.0% 99.6% 5724 0.0% Time.utc
5424 0.0% 99.6% 5424 0.0% Array#join
5368 0.0% 99.6% 9474 0.0% Nokogiri::XML::Node#extract_params
5364 0.0% 99.6% 5364 0.0% Nokogiri::XML::Node#==
5262 0.0% 99.6% 10524 0.0% Gem::Version#release
5167 0.0% 99.7% 427020 0.6% Class#_all
4894 0.0% 99.7% 4894 0.0% Numeric#nonzero?
4517 0.0% 99.7% 5574 0.0% Integer#times
4503 0.0% 99.7% 49876 0.1% Array#map!
4465 0.0% 99.7% 19667 0.0% Nokogiri::XML::Node#xpath
4419 0.0% 99.7% 4796 0.0% Proc#yield
4393 0.0% 99.7% 4393 0.0% Kernel#respond_to?
4387 0.0% 99.7% 9183 0.0% Hash#default
4291 0.0% 99.7% 4291 0.0% Nokogiri::XML::Node#[]
3972 0.0% 99.7% 13305 0.0% Niceogiri::XML::Node#namespace=
3838 0.0% 99.7% 8617071 12.4% Kernel#require
3810 0.0% 99.7% 9525 0.0% Gem::Specification#date=
3527 0.0% 99.7% 3527 0.0% Array#==
3442 0.0% 99.7% 3442 0.0% 00007f99941f45fc
3260 0.0% 99.7% 77260 0.1% Blather::Stream::Parser#end_element_namespace
3246 0.0% 99.7% 6492 0.0% BasicObject#method_missing
3205 0.0% 99.7% 3205 0.0% Gem::Specification#summary=
3143 0.0% 99.7% 14194 0.0% BasicObject#instance_eval
3108 0.0% 99.8% 3108 0.0% MIME::Type#default_encoding
2925 0.0% 99.8% 216450 0.3% Redis#set
2754 0.0% 99.8% 2754 0.0% Array#sort
2702 0.0% 99.8% 26696 0.0% Nokogiri::XML::Node#add_child
2702 0.0% 99.8% 4053 0.0% Nokogiri::XML::Node#decorate!
2601 0.0% 99.8% 2601 0.0% Flapjack::Gateways::Web#redis
2535 0.0% 99.8% 2574 0.0% ERB::Util#html_escape
2532 0.0% 99.8% 4196 0.0% Gem::Specification#authors=
2258 0.0% 99.8% 3748 0.0% Time#minus_with_coercion
2029 0.0% 99.8% 2436 0.0% ERB::Compiler::SimpleScanner2#scan
2008 0.0% 99.8% 11012 0.0% Niceogiri::XML::Node#write_attr
1980 0.0% 99.8% 1980 0.0% 00007f9992c9b390
1962 0.0% 99.8% 62923 0.1% Class#import
1923 0.0% 99.8% 1923 0.0% Gem::Specification#base_dir
1830 0.0% 99.8% 1830 0.0% Blather::JID#initialize
1758 0.0% 99.8% 1758 0.0% NameError#initialize
1755 0.0% 99.8% 6765 0.0% Flapjack::Utility#relative_time_ago
1740 0.0% 99.8% 76633 0.1% Gem::Specification#add_development_dependency
1704 0.0% 99.8% 4109 0.0% Niceogiri::XML::Node#inherit_namespaces
1702 0.0% 99.8% 1702 0.0% ERB::Compiler#content_dump
1681 0.0% 99.8% 3083 0.0% Class#class_from_registration
1623 0.0% 99.8% 16247 0.0% Array#flatten
1623 0.0% 99.8% 3246 0.0% NoMethodError#initialize
1592 0.0% 99.8% 3980 0.0% Flapjack::Data::Event#failure?
1557 0.0% 99.8% 38952 0.1% Nokogiri::XML::NodeSet#each
1552 0.0% 99.8% 1552 0.0% Range#include?
1507 0.0% 99.8% 3837 0.0% Nokogiri::XML::Node#serialize
1466 0.0% 99.8% 15730 0.0% Actor#_receive
1406 0.0% 99.8% 124528 0.2% Nokogiri::XML::SAX::PushParser#native_write
1398 0.0% 99.8% 1398 0.0% Niceogiri::XML::Node#eql?
1377 0.0% 99.8% 1377 0.0% Class#current
1370 0.0% 99.8% 2193 0.0% Nokogiri::XML::Node#write_to
1349 0.0% 99.8% 28045 0.0% Nokogiri::XML::Node#<<
1334 0.0% 99.8% 1334 0.0% Module#unresolved_deps
1332 0.0% 99.8% 20374 0.0% Class#receive
1326 0.0% 99.8% 2983 0.0% Module#class_eval
1309 0.0% 99.8% 389818 0.6% Kernel#eval
1286 0.0% 99.8% 3209 0.0% Gem::Specification#gems_dir
1284 0.0% 99.8% 2584 0.0% Gem::Specification#full_name
1282 0.0% 99.9% 1282 0.0% Gem::Specification#loaded_from=
1242 0.0% 99.9% 5505 0.0% Hash#[]=
1203 0.0% 99.9% 1203 0.0% Nokogiri::XML::Node#initialize
1202 0.0% 99.9% 18305 0.0% Gem::Specification#satisfies_requirement?
1196 0.0% 99.9% 1196 0.0% 00007f999282f7d4
1190 0.0% 99.9% 1190 0.0% Array#eql?
1184 0.0% 99.9% 2584 0.0% Nokogiri::XML::Node#attributes
1120 0.0% 99.9% 1554 0.0% JSON::Ext::Generator::GeneratorMethods::Hash#to_json
1104 0.0% 99.9% 1110 0.0% Psych::ScalarScanner#tokenize
1084 0.0% 99.9% 85636 0.1% Redis#zrem
996 0.0% 99.9% 996 0.0% Array#index
981 0.0% 99.9% 1744 0.0% Actor::Filter#action_for
981 0.0% 99.9% 6038 0.0% Queue#push
980 0.0% 99.9% 6494 0.0% Queue#pop
978 0.0% 99.9% 72702 0.1% Redis#rpush
976 0.0% 99.9% 2023 0.0% Nokogiri::XML::XPathContext#register_namespaces
956 0.0% 99.9% 1836 0.0% Nokogiri::XML::Node#namespaces
900 0.0% 99.9% 9262 0.0% Blather::RosterItem#initialize
895 0.0% 99.9% 41031 0.1% Gem::Specification#add_runtime_dependency
894 0.0% 99.9% 1899 0.0% Niceogiri::XML::Node#read_attr
850 0.0% 99.9% 4892 0.0% Kernel#tap
843 0.0% 99.9% 1322 0.0% TZInfo::DataTimezoneInfo#transition
821 0.0% 99.9% 1735 0.0% OptionParser#make_switch
815 0.0% 99.9% 186924 0.3% Class#find_in_unresolved
804 0.0% 99.9% 6097 0.0% Blather::Stanza::Message#chat_state=
786 0.0% 99.9% 3211 0.0% Psych::Visitors::Visitor#visit
784 0.0% 99.9% 784 0.0% 00007f999282eee4
775 0.0% 99.9% 909 0.0% Module#remove_method
770 0.0% 99.9% 7532987 10.8% Array#reverse_each
768 0.0% 99.9% 2304 0.0% Range#===
760 0.0% 99.9% 7693400 11.0% Class#find_in_unresolved_tree
728 0.0% 99.9% 2184 0.0% Blather::JID#stripped
668 0.0% 99.9% 668 0.0% Actor#check_thread
660 0.0% 99.9% 2158 0.0% Class#compile
660 0.0% 99.9% 880 0.0% Psych::TreeBuilder#scalar
648 0.0% 99.9% 1518 0.0% Class#set
648 0.0% 99.9% 2424 0.0% Gem::Specification#required_rubygems_version=
641 0.0% 99.9% 10018 0.0% Gem::Specification#version=
634 0.0% 99.9% 634 0.0% ERB::Compiler::Buffer#push
630 0.0% 99.9% 630 0.0% 00007f99928796f0
629 0.0% 99.9% 629 0.0% Class#instance
614 0.0% 99.9% 10114 0.0% Blather::Client#call_handler
611 0.0% 99.9% 2081 0.0% Blather::Stanza#from
604 0.0% 99.9% 604 0.0% 00007f999282f7ec
602 0.0% 99.9% 860 0.0% Thin::Headers#[]=
598 0.0% 99.9% 794 0.0% Class#extensions
597 0.0% 99.9% 597 0.0% Class#registered_ns
592 0.0% 99.9% 10612 0.0% Niceogiri::XML::Node#inherit_attrs
592 0.0% 99.9% 21662 0.0% Niceogiri::XML::Node#inherit_children
587 0.0% 99.9% 62495 0.1% Actor#watchdog
579 0.0% 99.9% 4825 0.0% Blather::Stream::Parser#characters
560 0.0% 99.9% 1353 0.0% Module#remove_possible_method
557 0.0% 99.9% 854 0.0% Blather::XMPPNode#decorate
556 0.0% 99.9% 556 0.0% Class#===
556 0.0% 99.9% 556 0.0% Module#define_method
549 0.0% 99.9% 1830 0.0% Class#key
542 0.0% 99.9% 17275 0.0% Blather::Stanza::Iq::Roster#inherit
540 0.0% 99.9% 540 0.0% 00007f999282f814
538 0.0% 99.9% 538 0.0% Rack::Utils::HeaderHash#[]
538 0.0% 99.9% 4389733 6.3% Sinatra::Base#invoke
522 0.0% 99.9% 3214 0.0% Psych::Visitors::ToRuby#accept
520 0.0% 99.9% 520 0.0% Rack::Utils::HeaderHash#[]=
520 0.0% 99.9% 780 0.0% Sinatra::Base#settings
504 0.0% 99.9% 664 0.0% Redis::Client#_parse_options
502 0.0% 99.9% 503 0.0% Nokogiri::XML::NodeSet#first
491 0.0% 99.9% 491 0.0% Nokogiri::VersionInfo#libxml2?
488 0.0% 99.9% 1464 0.0% Module#uses_libxml?
480 0.0% 99.9% 480 0.0% Module#attr_accessor
466 0.0% 99.9% 1864 0.0% Niceogiri::XML::Node#==
452 0.0% 99.9% 25944 0.0% Blather::Roster#process
450 0.0% 99.9% 1260 0.0% Blather::Stanza::Iq::Roster::RosterItem#jid
441 0.0% 99.9% 441 0.0% GirlFriday::WorkQueue#running?
436 0.0% 99.9% 436 0.0% 00007f999420a610
434 0.0% 99.9% 10855 0.0% Blather::Client#call_handler_for
424 0.0% 99.9% 1405 0.0% Array#delete_if
423 0.0% 99.9% 2997 0.0% Flapjack::Gateways::Web#h
422 0.0% 99.9% 454 0.0% OptionParser::List#search
420 0.0% 99.9% 474 0.0% Module#include
408 0.0% 99.9% 2890 0.0% Blather::Stanza::Presence::C::InstanceMethods#c
408 0.0% 99.9% 408 0.0% Class#singleton_class?
393 0.0% 99.9% 71696 0.1% Blather::Stream#receive
390 0.0% 99.9% 1299 0.0% Sinatra::Helpers#content_type
375 0.0% 99.9% 3475 0.0% Blather::Stanza::Iq::Query#query
374 0.0% 99.9% 5385 0.0% Blather::Client#guarded?
370 0.0% 99.9% 370 0.0% MIME::Type#<=>
369 0.0% 99.9% 3049 0.0% Class#compile!
366 0.0% 99.9% 2196 0.0% Blather::Roster#key
366 0.0% 99.9% 774 0.0% Module#module_eval
364 0.0% 99.9% 364 0.0% Blather::JID#strip!
355 0.0% 99.9% 5357 0.0% Thin::Connection#post_process
353 0.0% 99.9% 5634 0.0% Class#register
348 0.0% 99.9% 522 0.0% Class#generate_method
339 0.0% 99.9% 3804 0.0% GirlFriday::WorkQueue#on_ready
337 0.0% 99.9% 3369 0.0% Enumerable#each_slice
333 0.0% 99.9% 333 0.0% Actor::Filter#initialize
331 0.0% 99.9% 4386226 6.3% Sinatra::Base#process_route
327 0.0% 99.9% 763 0.0% 00007f9992c28800
327 0.0% 99.9% 38173 0.1% Blather::Client#handle_stanza
327 0.0% 99.9% 1957 0.0% GirlFriday::WorkQueue#push_async
327 0.0% 99.9% 327 0.0% Module#attr_reader
324 0.0% 99.9% 324 0.0% Blather::Stanza#handler_hierarchy
324 0.0% 99.9% 412 0.0% Rack::BodyProxy#respond_to?
312 0.0% 99.9% 728 0.0% Rack::Response#initialize
308 0.0% 99.9% 308 0.0% 00007f999282ed84
306 0.0% 99.9% 442 0.0% Sinatra::Base#filter!
304 0.0% 99.9% 304 0.0% Actor::Filter#timeout?
298 0.0% 99.9% 1341 0.0% Time#minus_with_duration
296 0.0% 99.9% 39263 0.1% Niceogiri::XML::Node#inherit
290 0.0% 99.9% 464 0.0% ActiveSupport::Inflector#underscore
289 0.0% 99.9% 289 0.0% Class#settings
277 0.0% 99.9% 280 0.0% Kernel#extend
275 0.0% 99.9% 275 0.0% Nokogiri::XML::Node#native_write_to
272 0.0% 99.9% 272 0.0% 00007f9994643040
270 0.0% 99.9% 614 0.0% 00007f9992d03fc4
270 0.0% 99.9% 810 0.0% Blather::RosterItem#jid=
265 0.0% 99.9% 4102 0.0% Nokogiri::XML::Node#to_xml
261 0.0% 99.9% 3212 0.0% Psych::Visitors::Visitor#accept
260 0.0% 99.9% 260 0.0% 00007f999282f7fc
256 0.0% 99.9% 4353 0.0% Nokogiri::XML::Node#to_s
256 0.0% 99.9% 256 0.0% Nokogiri::XML::Node#xml?
246 0.0% 100.0% 824 0.0% Class#define_singleton
243 0.0% 100.0% 269 0.0% Rack::Protection::PathTraversal#cleanup
240 0.0% 100.0% 124768 0.2% Nokogiri::XML::SAX::PushParser#write
238 0.0% 100.0% 78174 0.1% Flapjack::Gateways::Web#self_stats
233 0.0% 100.0% 438 0.0% GirlFriday::WorkQueue#ready_workers
232 0.0% 100.0% 63155 0.1% Blather::XMPPNode#to_stanza
232 0.0% 100.0% 690 0.0% Module#register
232 0.0% 100.0% 232 0.0% Rational.convert
230 0.0% 100.0% 1234 0.0% GirlFriday::WorkQueue#on_work
229 0.0% 100.0% 1100 0.0% Class#invoke_hook
224 0.0% 100.0% 336 0.0% Thin::Request#initialize
222 0.0% 100.0% 686 0.0% ActiveSupport::Autoload#autoload
220 0.0% 100.0% 220 0.0% Psych::Nodes::Scalar#initialize
220 0.0% 100.0% 1330 0.0% Psych::Visitors::ToRuby#visit_Psych_Nodes_Scalar
220 0.0% 100.0% 334 0.0% Rack::Utils::HeaderHash#delete
219 0.0% 100.0% 219 0.0% Blather::JID#to_s
218 0.0% 100.0% 218 0.0% 00007f99928848c8
218 0.0% 100.0% 218 0.0% 00007f9992c287ff
218 0.0% 100.0% 38827 0.1% Blather::Client#handle_data
218 0.0% 100.0% 218 0.0% GirlFriday::Store::InMemory#pop
218 0.0% 100.0% 218 0.0% GirlFriday::WorkQueue::Ready.[]
218 0.0% 100.0% 218 0.0% GirlFriday::WorkQueue::Work.[]
216 0.0% 100.0% 216 0.0% Rack::Request#path_info
211 0.0% 100.0% 307 0.0% 00007f999429ddd0
208 0.0% 100.0% 208 0.0% 00007f99941f0af8
208 0.0% 100.0% 4395390 6.3% Rack::CommonLogger#call
208 0.0% 100.0% 208 0.0% Thin::Headers#has_key?
207 0.0% 100.0% 1047 0.0% Blather::Stanza::Message#type=
206 0.0% 100.0% 206 0.0% Set#add
204 0.0% 100.0% 501105 0.7% Module#try_activate
195 0.0% 100.0% 195 0.0% Gem::Requirement#as_list
191 0.0% 100.0% 1314 0.0% Sinatra::Base#static!
190 0.0% 100.0% 4394948 6.3% Sinatra::Base#call!
186 0.0% 100.0% 465 0.0% Blather::Roster#items
184 0.0% 100.0% 184 0.0% Struct::HTMLElementDescription.new
182 0.0% 100.0% 260 0.0% Class#force_encoding
182 0.0% 100.0% 182 0.0% Flapjack::AsyncLogger#stack
182 0.0% 100.0% 1101 0.0% Rack::CommonLogger#log
182 0.0% 100.0% 312 0.0% Sinatra::Base#error_block!
180 0.0% 100.0% 4688 0.0% Blather::Stanza::Iq::Roster::RosterItem#groups
179 0.0% 100.0% 285 0.0% Class#mime_type
179 0.0% 100.0% 504 0.0% OptionParser::List#update
175 0.0% 100.0% 175 0.0% MIME::Types#initialize
175 0.0% 100.0% 175 0.0% Module#initialize_copy
171 0.0% 100.0% 4109 0.0% Class#route
170 0.0% 100.0% 238 0.0% 00007f99931970d0
169 0.0% 100.0% 169 0.0% 00007f9992c7a620
169 0.0% 100.0% 169 0.0% TZInfo::TimezoneTransitionInfo#initialize
168 0.0% 100.0% 168 0.0% Queue#initialize
167 0.0% 100.0% 788 0.0% Module#event_callback
165 0.0% 100.0% 165 0.0% StringIO#initialize
163 0.0% 100.0% 26308 0.0% Gem::Specification#activate_dependencies
163 0.0% 100.0% 626 0.0% Thin::Connection#post_init
159 0.0% 100.0% 159 0.0% Module#register_autoload
158 0.0% 100.0% 166 0.0% Class#safe_ignore
156 0.0% 100.0% 156 0.0% 00007f99945583f4
156 0.0% 100.0% 156 0.0% 00007f99946ed0e8
156 0.0% 100.0% 294 0.0% Sinatra::Response#drop_body?
153 0.0% 100.0% 186 0.0% Class#numerize
152 0.0% 100.0% 228 0.0% Fiber#[]=
151 0.0% 100.0% 151 0.0% Numeric#quo
150 0.0% 100.0% 150 0.0% Rational#to_f
148 0.0% 100.0% 148 0.0% 00007f999429ddc0
144 0.0% 100.0% 834 0.0% Class#handler_hierarchy=
144 0.0% 100.0% 206 0.0% Integer#downto
142 0.0% 100.0% 142 0.0% 00007f9992886890
141 0.0% 100.0% 141 0.0% Nokogiri::VersionInfo#jruby?
140 0.0% 100.0% 140 0.0% 00007f99941fef60
140 0.0% 100.0% 140 0.0% 00007f999420caf0
140 0.0% 100.0% 420 0.0% Module#jruby?
140 0.0% 100.0% 840 0.0% Module#log
140 0.0% 100.0% 140 0.0% URI::Parser#initialize_regexp
138 0.0% 100.0% 642 0.0% OptionParser#visit
137 0.0% 100.0% 137 0.0% Nokogiri::XML::Node::SaveOptions#initialize
134 0.0% 100.0% 603 0.0% 00007f99946fee17
134 0.0% 100.0% 938 0.0% Blather::Stanza#type
134 0.0% 100.0% 603 0.0% Blather::Stanza::Message#chat?
134 0.0% 100.0% 14111 0.0% Blather::Stanza::Message#inherit
134 0.0% 100.0% 2680 0.0% Niceogiri::XML::Node#content_from
134 0.0% 100.0% 2814 0.0% Niceogiri::XML::Node#read_content
132 0.0% 100.0% 132 0.0% 00007f999282f7e4
132 0.0% 100.0% 132 0.0% 00007f9992886880
132 0.0% 100.0% 132 0.0% ActiveSupport::Inflector::Inflections#singular
132 0.0% 100.0% 792 0.0% Class#registered_name=
132 0.0% 100.0% 792 0.0% Class#registered_ns=
130 0.0% 100.0% 130 0.0% 00007f99942a652f
130 0.0% 100.0% 208 0.0% FiberPool#spawn
130 0.0% 100.0% 624 0.0% Flapjack::AsyncLogger#flush
130 0.0% 100.0% 702 0.0% OptionParser#search
130 0.0% 100.0% 234 0.0% Rack::Utils#parse_nested_query
130 0.0% 100.0% 312 0.0% Thin::Request#parse
129 0.0% 100.0% 129 0.0% Psych::TreeBuilder#pop
126 0.0% 100.0% 756 0.0% 00007f999287cd80
126 0.0% 100.0% 659 0.0% Blather::RosterItem#status=
126 0.0% 100.0% 315 0.0% Gem::Requirement#to_s
126 0.0% 100.0% 1306 0.0% Gem::Specification#add_self_to_load_path
125 0.0% 100.0% 125 0.0% Module#alias_method
120 0.0% 100.0% 120 0.0% 00007f999287d850
120 0.0% 100.0% 240 0.0% Blather::Stanza#initialize
120 0.0% 100.0% 484 0.0% Sinatra::Helpers#body
119 0.0% 100.0% 124995 0.2% Blather::Stream#receive_data
119 0.0% 100.0% 71815 0.1% Blather::Stream::Parser#deliver
119 0.0% 100.0% 124876 0.2% Blather::Stream::Parser#receive_data
117 0.0% 100.0% 273 0.0% Psych::TreeBuilder#start_mapping
116 0.0% 100.0% 173 0.0% Class#class_attribute
116 0.0% 100.0% 163680 0.2% Comparable#>=
116 0.0% 100.0% 4707 0.0% File.open
116 0.0% 100.0% 406 0.0% Module#rational_new!
114 0.0% 100.0% 24411 0.0% Sinatra::Templates#render
113 0.0% 100.0% 4973 0.0% Nokogiri::XML::Node#find_first
111 0.0% 100.0% 666 0.0% Blather::Stanza#id
109 0.0% 100.0% 109 0.0% 00007f9992c1a088
109 0.0% 100.0% 2066 0.0% Blather::Client#receive_data
109 0.0% 100.0% 109 0.0% Object#===
108 0.0% 100.0% 108 0.0% Enumerable#member?
108 0.0% 100.0% 108 0.0% Module#module_function
108 0.0% 100.0% 162 0.0% Time#httpdate
106 0.0% 100.0% 106 0.0% 0000ff33250f7640
104 0.0% 100.0% 104 0.0% 00007f99946ecf10
104 0.0% 100.0% 4390746 6.3% Method#call
104 0.0% 100.0% 104 0.0% Rack::Mime#mime_type
104 0.0% 100.0% 685 0.0% Rack::Protection::PathTraversal#call
104 0.0% 100.0% 104 0.0% Sinatra::Base#indifferent_hash
104 0.0% 100.0% 104 0.0% Thin::Request#content_length
102 0.0% 100.0% 102 0.0% Fiber#local_fiber_variables
101 0.0% 100.0% 864 0.0% Blather::Stanza::MUC::MUCUserBase#muc_user
97 0.0% 100.0% 97 0.0% 00007f9992c1b150
96 0.0% 100.0% 288 0.0% 00007f999282f81c
96 0.0% 100.0% 112 0.0% 00007f99945576a0
95 0.0% 100.0% 95 0.0% 00007f999287d1d0
94 0.0% 100.0% 96 0.0% Hash#each_value
93 0.0% 100.0% 1674 0.0% Blather::Roster#[]
93 0.0% 100.0% 121 0.0% Thin::Response#initialize
92 0.0% 100.0% 92 0.0% Class#decorator_modules
91 0.0% 100.0% 12437 0.0% ERB::Compiler#compile
90 0.0% 100.0% 90 0.0% 00007f9992d0dfcc
90 0.0% 100.0% 630 0.0% Blather::Stanza::Iq::Roster::RosterItem#subscription
87 0.0% 100.0% 87 0.0% 00007f999287d85f
86 0.0% 100.0% 86 0.0% 00007f999425e070
86 0.0% 100.0% 902 0.0% Sinatra::Response#finish
86 0.0% 100.0% 354 0.0% String#gsub
85 0.0% 100.0% 1084 0.0% Module#load_path_insert_index
84 0.0% 100.0% 37339 0.1% Gem::Specification#activate
84 0.0% 100.0% 12990 0.0% Gem::Specification#raise_if_conflicts
81 0.0% 100.0% 2894 0.0% Niceogiri::XML::Node#set_content_for
80 0.0% 100.0% 928 0.0% Blather::Stanza#to=
80 0.0% 100.0% 11916 0.0% Hash#each_pair
79 0.0% 100.0% 844 0.0% Sinatra::Helpers#send_file
78 0.0% 100.0% 78 0.0% 00007f99947194e8
78 0.0% 100.0% 78 0.0% 00007f99947239b0
78 0.0% 100.0% 78 0.0% Module#decode_www_form_component
78 0.0% 100.0% 3201 0.0% Psych::Visitors::ToRuby#revive_hash
78 0.0% 100.0% 1881 0.0% Rack::BodyProxy#close
78 0.0% 100.0% 286 0.0% Rack::FiberPool#call
78 0.0% 100.0% 789 0.0% Rack::Protection::JsonCsrf#call
78 0.0% 100.0% 494 0.0% Rack::Request#GET
78 0.0% 100.0% 546 0.0% Rack::Request#POST
78 0.0% 100.0% 182 0.0% Sinatra::Base#indifferent_params
78 0.0% 100.0% 78 0.0% Sinatra::Response#body=
78 0.0% 100.0% 4578 0.0% Thin::Connection#pre_process
78 0.0% 100.0% 130 0.0% Thin::Request#finished?
78 0.0% 100.0% 885 0.0% Thin::Response#head
77 0.0% 100.0% 924 0.0% Blather::Stanza#type=
76 0.0% 100.0% 76 0.0% 00007f999406c680
76 0.0% 100.0% 100 0.0% Class#initialize
76 0.0% 100.0% 76 0.0% URI::Parser#initialize_pattern
74 0.0% 100.0% 122 0.0% ERB::Compiler#prepare_trim_mode
72 0.0% 100.0% 826 0.0% Gem::Dependency#merge
72 0.0% 100.0% 72 0.0% MIME::Types#defined_types
72 0.0% 100.0% 72 0.0% Thin::Request#async_close
71 0.0% 100.0% 210 0.0% Module#bind_connect
71 0.0% 100.0% 71 0.0% Module#trace?
71 0.0% 100.0% 142 0.0% Thin::Logging#trace
70 0.0% 100.0% 210 0.0% Thin::Response#persistent?
69 0.0% 100.0% 2883 0.0% Blather::Stanza::Message#body=
69 0.0% 100.0% 412 0.0% Flapjack::Pikelet::Thin#initialize
69 0.0% 100.0% 2691 0.0% Niceogiri::XML::Node#remove_child
69 0.0% 100.0% 69 0.0% Rack::Request#request_method
68 0.0% 100.0% 68 0.0% 00007f99931970f8
68 0.0% 100.0% 68 0.0% 00007f999448f3d0
68 0.0% 100.0% 9039 0.0% Blather::Stanza::Presence::C::InstanceMethods#inherit
68 0.0% 100.0% 4276 0.0% Class#get
68 0.0% 100.0% 5372 0.0% Redis#zrange
67 0.0% 100.0% 2881 0.0% Blather::Stanza::Message#body
67 0.0% 100.0% 67 0.0% Module#mappings
65 0.0% 100.0% 65 0.0% 00007f9992c21af0
65 0.0% 100.0% 506 0.0% Array#reject
64 0.0% 100.0% 76 0.0% Thin::Request#persistent?
64 0.0% 100.0% 80 0.0% URI::Parser#escape
63 0.0% 100.0% 9846 0.0% Tilt::Template#initialize
61 0.0% 100.0% 248 0.0% Class#error
60 0.0% 100.0% 60 0.0% 00007f99941b0cc8
60 0.0% 100.0% 586 0.0% ActiveSupport::Inflector#inflections
58 0.0% 100.0% 68 0.0% 00007f999419d910
58 0.0% 100.0% 290 0.0% Kernel#Rational
56 0.0% 100.0% 614 0.0% Blather::Client#write
56 0.0% 100.0% 56 0.0% Module#add_timer
56 0.0% 100.0% 83 0.0% Module#delegate
55 0.0% 100.0% 211 0.0% Logger#initialize
55 0.0% 100.0% 145 0.0% Logger::LogDevice#initialize
54 0.0% 100.0% 450 0.0% Class#default
54 0.0% 100.0% 81 0.0% Class#development?
54 0.0% 100.0% 162 0.0% ERB::Compiler::TrimScanner#is_erb_stag?
53 0.0% 100.0% 53 0.0% Flapjack::Logger#configure
52 0.0% 100.0% 78 0.0% 00007f9992ce66b4
52 0.0% 100.0% 52 0.0% 00007f999406b2b0
52 0.0% 100.0% 52 0.0% 00007f99941b15a0
52 0.0% 100.0% 52 0.0% 00007f9994205cf0
52 0.0% 100.0% 52 0.0% 00007f999454db18
52 0.0% 100.0% 52 0.0% 00007f9994553ed4
52 0.0% 100.0% 78 0.0% 00007f999464bf2f
52 0.0% 100.0% 52 0.0% 00007f99946aaa5f
52 0.0% 100.0% 52 0.0% 00007f99946e16b0
52 0.0% 100.0% 234 0.0% 00007f99946f482f
52 0.0% 100.0% 52 0.0% 00007f999471a717
52 0.0% 100.0% 182 0.0% 00007f999471a718
52 0.0% 100.0% 140 0.0% Class#make_scanner
52 0.0% 100.0% 1777 0.0% Flapjack::CommonLogger#log
52 0.0% 100.0% 490 0.0% Flapjack::Gateways::Jabber#on_ready
52 0.0% 100.0% 292 0.0% Gem::Requirement#<=>
52 0.0% 100.0% 416 0.0% Logger#<<
52 0.0% 100.0% 171 0.0% Rack::BodyProxy#each
52 0.0% 100.0% 1075 0.0% Rack::NullLogger#call
52 0.0% 100.0% 997 0.0% Rack::Protection::Base#call
52 0.0% 100.0% 78 0.0% Rack::Protection::Base#safe?
52 0.0% 100.0% 156 0.0% Rack::Request#media_type
52 0.0% 100.0% 1170 0.0% Rack::Request#params
52 0.0% 100.0% 234 0.0% Rack::Request#parseable_data?
52 0.0% 100.0% 312 0.0% Rack::Response#[]=
52 0.0% 100.0% 562 0.0% Rack::Utils::HeaderHash#each
52 0.0% 100.0% 4395078 6.3% Sinatra::Base#call
52 0.0% 100.0% 1179 0.0% Sinatra::ExtendedRack#call
52 0.0% 100.0% 199 0.0% Sinatra::Response#drop_content_info?
52 0.0% 100.0% 104 0.0% Thin::Connection#socket_address
52 0.0% 100.0% 52 0.0% Thin::Request#threaded=
52 0.0% 100.0% 1290 0.0% Thin::Response#each
51 0.0% 100.0% 51 0.0% Hash#update
51 0.0% 100.0% 139 0.0% Module#next_tick
51 0.0% 100.0% 68 0.0% Module#private_module_function
51 0.0% 100.0% 315 0.0% Module#run_deferred_callbacks
51 0.0% 100.0% 4385697 6.3% Sinatra::Base#route_eval
50 0.0% 100.0% 554 0.0% OptionParser::List#append
48 0.0% 100.0% 723 0.0% Flapjack::Gateways::Jabber#start
47 0.0% 100.0% 387 0.0% String#each_line
46 0.0% 100.0% 94 0.0% Hash#fetch
45 0.0% 100.0% 54 0.0% 00007f99941a2238
45 0.0% 100.0% 45 0.0% 0000ff33250eb610
45 0.0% 100.0% 828 0.0% Flapjack::Gateways::Web#render_erb
45 0.0% 100.0% 10350 0.0% Tilt::Cache#fetch
44 0.0% 100.0% 44 0.0% 00007f999448b4b0
43 0.0% 100.0% 181 0.0% 00007f9994720eaf
43 0.0% 100.0% 43 0.0% Psych::Nodes::Node#initialize
43 0.0% 100.0% 113 0.0% Rack::CommonLogger#extract_content_length
42 0.0% 100.0% 62657 0.1% Actor#initialize
40 0.0% 100.0% 40 0.0% 00007f9992883580
40 0.0% 100.0% 40 0.0% Array#delete
40 0.0% 100.0% 672 0.0% Flapjack::Gateways::Jabber#say
40 0.0% 100.0% 90 0.0% Module#deep_const_get
39 0.0% 100.0% 52 0.0% 00007f99942615e0
39 0.0% 100.0% 12650 0.0% ERB#initialize
39 0.0% 100.0% 39 0.0% ERB#set_eoutvar
39 0.0% 100.0% 52 0.0% ERB::Compiler::Buffer#close
39 0.0% 100.0% 48 0.0% Fixnum#===
39 0.0% 100.0% 52 0.0% OptionParser::List#accept
39 0.0% 100.0% 78 0.0% Psych::Nodes::Mapping#initialize
39 0.0% 100.0% 156 0.0% Psych::TreeBuilder#end_mapping
39 0.0% 100.0% 3202 0.0% Psych::Visitors::ToRuby#visit_Psych_Nodes_Mapping
38 0.0% 100.0% 114 0.0% 00007f9994066600
38 0.0% 100.0% 476603 0.7% Class#find_by_path
38 0.0% 100.0% 193 0.0% Flapjack::Logger#initialize
38 0.0% 100.0% 496 0.0% Logger::LogDevice#write
37 0.0% 100.0% 50 0.0% 00007f99941a1d38
36 0.0% 100.0% 4432215 6.4% Kernel#catch
36 0.0% 100.0% 631 0.0% Module#generator=
35 0.0% 100.0% 1149 0.0% Blather::Stream::Features#next!
35 0.0% 100.0% 308 0.0% Class#connect
35 0.0% 100.0% 35 0.0% OptionParser::List#initialize
35 0.0% 100.0% 157 0.0% Rack::Response#[]
34 0.0% 100.0% 76 0.0% 00007f999428b020
34 0.0% 100.0% 2243218 3.2% Class#count_all
34 0.0% 100.0% 1013738 1.5% Class#count_all_failing
34 0.0% 100.0% 1022515 1.5% Class#find_all_failing_by_entity
34 0.0% 100.0% 1022549 1.5% Class#find_all_with_failing_checks
34 0.0% 100.0% 34 0.0% Rack::Utils#bytesize
34 0.0% 100.0% 2788 0.0% Redis#hgetall
34 0.0% 100.0% 4386328 6.3% Sinatra::Base#route!
33 0.0% 100.0% 33 0.0% EventMachine::Connection#comm_inactivity_timeout=
33 0.0% 100.0% 44 0.0% Thin::Backends::Base#connection_finished
33 0.0% 100.0% 77 0.0% Thin::Backends::Base#initialize_connection
33 0.0% 100.0% 70 0.0% Thin::Backends::TcpServer#connect
32 0.0% 100.0% 48 0.0% 00007f99929a4438
32 0.0% 100.0% 33 0.0% 00007f9994296380
32 0.0% 100.0% 232 0.0% Blather::Stream::Resource#bind
32 0.0% 100.0% 32 0.0% Module#attr_writer
30 0.0% 100.0% 32 0.0% 00007f9992890258
30 0.0% 100.0% 30 0.0% 00007f9992ef1130
30 0.0% 100.0% 42 0.0% 00007f99941fb3df
30 0.0% 100.0% 2827 0.0% Class#prototype
30 0.0% 100.0% 30 0.0% Enumerable#partition
30 0.0% 100.0% 531 0.0% Gem::Dependency#matches_spec?
30 0.0% 100.0% 102 0.0% Module#[]
30 0.0% 100.0% 123 0.0% Tilt::Template#compile_template_method
28 0.0% 100.0% 163 0.0% 00007f99945576a8
28 0.0% 100.0% 28 0.0% Blather::Client#check_guards
28 0.0% 100.0% 28 0.0% Class#environment
28 0.0% 100.0% 392 0.0% JSON::Ext::Generator::GeneratorMethods::Object#to_json
28 0.0% 100.0% 28 0.0% Rack::Builder#use
28 0.0% 100.0% 28 0.0% Redis::Connection::RedisClient#post_init
28 0.0% 100.0% 28 0.0% Thin::Headers#initialize
27 0.0% 100.0% 1476 0.0% Blather::Client#initialize
27 0.0% 100.0% 27 0.0% Blather::Stanza::Capabilities#generate_ver_str
27 0.0% 100.0% 99 0.0% Blather::Stream::Client#start
27 0.0% 100.0% 20676 0.0% Enumerable#map
27 0.0% 100.0% 41 0.0% Module#initialize
27 0.0% 100.0% 27 0.0% Module#reactor_running?
27 0.0% 100.0% 276 0.0% Sinatra::Templates#find_template
26 0.0% 100.0% 52 0.0% 00007f9992872a30
26 0.0% 100.0% 26 0.0% 00007f999287bf35
26 0.0% 100.0% 26 0.0% 00007f999287c708
26 0.0% 100.0% 26 0.0% 00007f99930b7d80
26 0.0% 100.0% 26 0.0% 00007f99941e87d7
26 0.0% 100.0% 26 0.0% 00007f99941ed078
26 0.0% 100.0% 52 0.0% 00007f99946f3ae7
26 0.0% 100.0% 4136 0.0% Class#call
26 0.0% 100.0% 26 0.0% Class#lock
26 0.0% 100.0% 52 0.0% Class#lock?
26 0.0% 100.0% 412 0.0% Class#start
26 0.0% 100.0% 4110 0.0% Class#synchronize
26 0.0% 100.0% 130 0.0% Flapjack::AsyncLogger#write
26 0.0% 100.0% 1101 0.0% Rack::Head#call
26 0.0% 100.0% 4395416 6.3% Rack::MethodOverride#call
26 0.0% 100.0% 1023 0.0% Rack::Protection::FrameOptions#call
26 0.0% 100.0% 104 0.0% Rack::Protection::HttpOrigin#accepts?
26 0.0% 100.0% 312 0.0% Rack::Protection::XSSHeader#call
26 0.0% 100.0% 52 0.0% Rack::Request#head?
26 0.0% 100.0% 260 0.0% Rack::Request#parse_query
26 0.0% 100.0% 104 0.0% Rack::Utils#unescape
26 0.0% 100.0% 26 0.0% Rack::Utils::KeySpaceConstrainedParams#initialize
26 0.0% 100.0% 4389057 6.3% Sinatra::Base#dispatch!
26 0.0% 100.0% 364 0.0% Sinatra::Base#force_encoding
26 0.0% 100.0% 311 0.0% Sinatra::Helpers#mime_type
26 0.0% 100.0% 988 0.0% Sinatra::Response#initialize
26 0.0% 100.0% 1127 0.0% Sinatra::ShowExceptions#call
26 0.0% 100.0% 1205 0.0% Sinatra::Wrapper#call
26 0.0% 100.0% 26 0.0% Thin::Backends::Base#ssl?
26 0.0% 100.0% 2219 0.0% Thin::Connection#close_request_response
26 0.0% 100.0% 131 0.0% Thin::Connection#persistent?
26 0.0% 100.0% 4987 0.0% Thin::Connection#process
26 0.0% 100.0% 5377 0.0% Thin::Connection#receive_data
26 0.0% 100.0% 130 0.0% Thin::Connection#remote_address
26 0.0% 100.0% 2760 0.0% Thin::Connection#terminate_request
26 0.0% 100.0% 2011 0.0% Thin::Response#close
26 0.0% 100.0% 588 0.0% Thin::Response#headers=
26 0.0% 100.0% 807 0.0% Thin::Response#headers_output
25 0.0% 100.0% 30 0.0% 00007f9992c642b0
25 0.0% 100.0% 2208 0.0% Enumerable#detect
24 0.0% 100.0% 24 0.0% 00007f99931ce718
24 0.0% 100.0% 24 0.0% 00007f99931eb988
24 0.0% 100.0% 24 0.0% 00007f99941a2c00
24 0.0% 100.0% 130 0.0% Blather::Stanza::Iq#type=
24 0.0% 100.0% 376 0.0% Blather::Stanza::MUC::MUCUserBase::ClassMethods#new
24 0.0% 100.0% 201 0.0% Blather::Stream::Session#session
24 0.0% 100.0% 15089 0.0% Class#add
24 0.0% 100.0% 132 0.0% Class#spawn
24 0.0% 100.0% 24 0.0% Hash#hash
24 0.0% 100.0% 24 0.0% IPAddr#mask!
24 0.0% 100.0% 252 0.0% Logger#format_message
24 0.0% 100.0% 2482 0.0% OptionParser#initialize
24 0.0% 100.0% 744 0.0% Redis#initialize
24 0.0% 100.0% 66 0.0% Tilt::Template#precompiled
23 0.0% 100.0% 324 0.0% Flapjack::Notifier#start
22 0.0% 100.0% 22 0.0% 00007f99945232f7
22 0.0% 100.0% 34 0.0% Blather::Client#connected?
22 0.0% 100.0% 22 0.0% EventMachine::Connection#close_connection
22 0.0% 100.0% 49 0.0% OpenStruct#method_missing
21 0.0% 100.0% 21 0.0% 00007f999287cb60
21 0.0% 100.0% 22 0.0% 00007f99942a54b7
21 0.0% 100.0% 28 0.0% 00007f99947178b7
21 0.0% 100.0% 21 0.0% EventMachine::Connection#pending_connect_timeout=
21 0.0% 100.0% 1588 0.0% Flapjack::Processor#initialize
21 0.0% 100.0% 64 0.0% Hash#reject
20 0.0% 100.0% 150 0.0% 00007f9992c9b848
20 0.0% 100.0% 28 0.0% 00007f99942a2a18
20 0.0% 100.0% 20 0.0% Module#get_name
20 0.0% 100.0% 34 0.0% Nokogiri::XML::Node#parse
20 0.0% 100.0% 20 0.0% Time._load
19 0.0% 100.0% 19 0.0% 00007f99941a2c48
19 0.0% 100.0% 19 0.0% 00007f99941aad68
19 0.0% 100.0% 19 0.0% Class#allocate
19 0.0% 100.0% 20 0.0% Gem::Platform#initialize
18 0.0% 100.0% 18 0.0% 00007f999282ecdc
18 0.0% 100.0% 18 0.0% 00007f99928859c8
18 0.0% 100.0% 18 0.0% 00007f9992c33dd0
18 0.0% 100.0% 18 0.0% 00007f9994475d18
18 0.0% 100.0% 13719 0.0% BasicObject#__tilt_70148782528720
18 0.0% 100.0% 1968 0.0% Blather::Stanza::MUC::MUCUserBase#inherit
18 0.0% 100.0% 45 0.0% ERB#result
18 0.0% 100.0% 180 0.0% Rack::File#serving
18 0.0% 100.0% 27 0.0% Rack::Response#close
18 0.0% 100.0% 30 0.0% Tilt::Template#read_template_file
17 0.0% 100.0% 1224 0.0% 00007f9994485048
17 0.0% 100.0% 90 0.0% Class#build
17 0.0% 100.0% 1581 0.0% Class#find_all_with_checks
17 0.0% 100.0% 3257075 4.7% Flapjack::Gateways::Web#check_stats
17 0.0% 100.0% 1024249 1.5% Flapjack::Gateways::Web#entity_stats
17 0.0% 100.0% 17 0.0% Flapjack::Pikelet::Generic#update_status
17 0.0% 100.0% 1232 0.0% Redis#dbsize
16 0.0% 100.0% 32 0.0% 00007f999282f804
16 0.0% 100.0% 16 0.0% 00007f9992964470
16 0.0% 100.0% 16 0.0% 00007f9992c2540c
16 0.0% 100.0% 56 0.0% 00007f9993010968
16 0.0% 100.0% 171 0.0% Blather::Client#check_handler
16 0.0% 100.0% 32 0.0% Chronic::MiniDate#initialize
16 0.0% 100.0% 80 0.0% Class#escaped
16 0.0% 100.0% 8872980 12.7% EventMachine.run_machine
16 0.0% 100.0% 125 0.0% Flapjack::Gateways::Jabber#setup
16 0.0% 100.0% 89294 0.1% MultiJson#load_adapter
16 0.0% 100.0% 46 0.0% Rack::Protection::Base#initialize
15 0.0% 100.0% 33 0.0% 00007f9992c3f558
15 0.0% 100.0% 18 0.0% 00007f99947135f8
15 0.0% 100.0% 186 0.0% Blather::Client#register_handler
15 0.0% 100.0% 205 0.0% Class#spawn_link
15 0.0% 100.0% 175 0.0% Flapjack::Pikelet::Base#initialize
15 0.0% 100.0% 90 0.0% Gem::Requirement#none?
15 0.0% 100.0% 474 0.0% Logger#info
15 0.0% 100.0% 67 0.0% TZInfo::TimeOrDateTime#<=>
15 0.0% 100.0% 9726 0.0% Tilt::ERBTemplate#prepare
15 0.0% 100.0% 15 0.0% Tilt::Template#binary
14 0.0% 100.0% 14 0.0% 00007f9992885ab5
14 0.0% 100.0% 14 0.0% Blather::Client#setup?
14 0.0% 100.0% 14 0.0% Enumerable#max
14 0.0% 100.0% 406 0.0% Redis#_bpop
14 0.0% 100.0% 791 0.0% Redis::Client#connect
14 0.0% 100.0% 14 0.0% Redis::Client#db
14 0.0% 100.0% 343 0.0% Redis::Client#establish_connection
13 0.0% 100.0% 42 0.0% 00007f9992c2bb00
13 0.0% 100.0% 13 0.0% 00007f99941a232f
13 0.0% 100.0% 13 0.0% 00007f99941a2bd8
13 0.0% 100.0% 13 0.0% 00007f9994268cf8
13 0.0% 100.0% 78 0.0% Class#accept
13 0.0% 100.0% 135 0.0% ERB::Compiler#initialize
13 0.0% 100.0% 153 0.0% ERB::Compiler#make_scanner
13 0.0% 100.0% 13 0.0% ERB::Compiler::Scanner#initialize
13 0.0% 100.0% 169 0.0% Thin::Connection#unbind
12 0.0% 100.0% 12 0.0% 00007f999288984f
12 0.0% 100.0% 21 0.0% 00007f9992c1e8f0
12 0.0% 100.0% 21 0.0% 00007f999406b2a8
12 0.0% 100.0% 12 0.0% 00007f999406bf78
12 0.0% 100.0% 12 0.0% 00007f99940a20d8
12 0.0% 100.0% 163 0.0% 00007f99941a18a8
12 0.0% 100.0% 21 0.0% 00007f99942a6688
12 0.0% 100.0% 12 0.0% 0000ff33250f0ee0
12 0.0% 100.0% 253 0.0% Blather::Client#client_post_init
12 0.0% 100.0% 60 0.0% Blather::Stanza::Capabilities#generate_ver
12 0.0% 100.0% 291 0.0% Blather::Stanza::DiscoInfo#features
12 0.0% 100.0% 198 0.0% Blather::Stanza::DiscoInfo#features=
12 0.0% 100.0% 291 0.0% Blather::Stanza::DiscoInfo#identities
12 0.0% 100.0% 199 0.0% Blather::Stanza::DiscoInfo#identities=
12 0.0% 100.0% 33 0.0% Blather::Stream::Parser#initialize
12 0.0% 100.0% 648 0.0% Class#cleaned_caller
12 0.0% 100.0% 14 0.0% Class#find_tzinfo
12 0.0% 100.0% 629 0.0% Class#post
12 0.0% 100.0% 30 0.0% EventMachine::PeriodicTimer#fire
12 0.0% 100.0% 11372 0.0% Flapjack::Pikelet::Generic#initialize
12 0.0% 100.0% 68 0.0% GirlFriday::WorkQueue#initialize
12 0.0% 100.0% 84 0.0% IPAddr#initialize
12 0.0% 100.0% 242 0.0% Module#collect_method
12 0.0% 100.0% 44 0.0% Module#paths
12 0.0% 100.0% 2040 0.0% OptionParser#define
12 0.0% 100.0% 2052 0.0% OptionParser#on
12 0.0% 100.0% 44 0.0% Psych::Visitors::ToRuby#visit_Psych_Nodes_Sequence
12 0.0% 100.0% 10362 0.0% Sinatra::Templates#compile_template
12 0.0% 100.0% 13863 0.0% Tilt::Template#evaluate
12 0.0% 100.0% 33 0.0% Time#compare_with_coercion
11 0.0% 100.0% 16 0.0% 00007f9992eeff60
11 0.0% 100.0% 11 0.0% 00007f9994065570
11 0.0% 100.0% 13 0.0% 00007f99942a6770
11 0.0% 100.0% 11 0.0% 00007f99944a0cc8
11 0.0% 100.0% 11 0.0% 00007f999464bfc7
11 0.0% 100.0% 11 0.0% TZInfo::TimeOrDateTime#initialize
11 0.0% 100.0% 11 0.0% Thin::Connection#can_persist?
10 0.0% 100.0% 561 0.0% 00007f9992890725
10 0.0% 100.0% 18 0.0% 00007f99931b4eb0
10 0.0% 100.0% 10 0.0% 00007f99940b9988
10 0.0% 100.0% 10 0.0% 00007f99946389f8
10 0.0% 100.0% 41 0.0% 00007f999471e5f8
10 0.0% 100.0% 10 0.0% 0000ff33250f0ed8
10 0.0% 100.0% 10 0.0% 0000ff33250f4310
10 0.0% 100.0% 10 0.0% Array#-
10 0.0% 100.0% 63 0.0% Blather::Stream::TLS#receive_data
10 0.0% 100.0% 30 0.0% EventMachine::Connection#close_connection_after_writing
10 0.0% 100.0% 794 0.0% EventMachine::Synchrony::ConnectionPool#initialize
10 0.0% 100.0% 804 0.0% Flapjack::RedisPool#initialize
10 0.0% 100.0% 11836 0.0% Module#create
10 0.0% 100.0% 28 0.0% Module#sleep
10 0.0% 100.0% 16 0.0% TZInfo::TimeOrDateTime#to_time
10 0.0% 100.0% 320 0.0% URI::Parser#initialize
9 0.0% 100.0% 12 0.0% 00007f999282ce00
9 0.0% 100.0% 9 0.0% 00007f9992877dc8
9 0.0% 100.0% 9 0.0% 00007f9992887178
9 0.0% 100.0% 9 0.0% 00007f99941a1ed8
9 0.0% 100.0% 9 0.0% 00007f999424aab8
9 0.0% 100.0% 9 0.0% 00007f999447f740
9 0.0% 100.0% 21 0.0% 0000ff33271809d0
9 0.0% 100.0% 9 0.0% Blather::Client#stream
9 0.0% 100.0% 45 0.0% Blather::Stream::SASL#auth_node
9 0.0% 100.0% 548 0.0% Class#delete
9 0.0% 100.0% 9 0.0% Class#engine_initialized?
9 0.0% 100.0% 825 0.0% Class#inherited
9 0.0% 100.0% 23 0.0% Class#local
9 0.0% 100.0% 9 0.0% Class#static_cache_control
9 0.0% 100.0% 18 0.0% Class#static_cache_control?
9 0.0% 100.0% 58017 0.1% Comparable#<
9 0.0% 100.0% 7978 0.0% Flapjack::Notifier#initialize
9 0.0% 100.0% 48 0.0% IPAddr#in_addr
9 0.0% 100.0% 18 0.0% Module#__init__
9 0.0% 100.0% 9 0.0% Rack::File#initialize
9 0.0% 100.0% 15 0.0% Tilt::Template#unbind_compiled_method
8 0.0% 100.0% 8 0.0% 00007f9992884468
8 0.0% 100.0% 8 0.0% 00007f9992962148
8 0.0% 100.0% 18 0.0% 00007f9992bf4528
8 0.0% 100.0% 8 0.0% 00007f9992c33ddf
8 0.0% 100.0% 118 0.0% 00007f99941a2d67
8 0.0% 100.0% 20 0.0% 00007f99941b0cb8
8 0.0% 100.0% 69 0.0% 00007f999421f8a8
8 0.0% 100.0% 8 0.0% 0000ff3326c1c77c
8 0.0% 100.0% 24 0.0% Blather::Client#current_handlers
8 0.0% 100.0% 96 0.0% Blather::Stanza#id=
8 0.0% 100.0% 20142 0.0% Blather::Stanza::Iq::Roster#items
8 0.0% 100.0% 56 0.0% Class#encoded
8 0.0% 100.0% 8 0.0% Class#handler_list
8 0.0% 100.0% 72 0.0% Flapjack::Gateways::Jabber#on_disconnect
8 0.0% 100.0% 11 0.0% Flapjack::Pikelet::Thin#update_status
8 0.0% 100.0% 218 0.0% Module#connect
8 0.0% 100.0% 28 0.0% Module#included
8 0.0% 100.0% 8873094 12.7% Module#run
8 0.0% 100.0% 8 0.0% Module#silent?
8 0.0% 100.0% 108 0.0% Nokogiri::XML::Node#fragment
8 0.0% 100.0% 20 0.0% OpenStruct#new_ostruct_member
8 0.0% 100.0% 672 0.0% Redis::Client#initialize
8 0.0% 100.0% 12 0.0% Thin::Backends::Base#stop!
8 0.0% 100.0% 16 0.0% Thin::Logging#log
7 0.0% 100.0% 7 0.0% 00007f9992eeff30
7 0.0% 100.0% 14 0.0% 00007f99930fe8f8
7 0.0% 100.0% 7 0.0% 00007f99941b14e8
7 0.0% 100.0% 7 0.0% 00007f999429fa30
7 0.0% 100.0% 7 0.0% Blather::Stream::Features#initialize
7 0.0% 100.0% 1318 0.0% Blather::Stream::Features#receive_data
7 0.0% 100.0% 198 0.0% Blather::Stream::SASL#receive_data
7 0.0% 100.0% 8 0.0% Class#middleware
7 0.0% 100.0% 15 0.0% Class#setup_protection
7 0.0% 100.0% 17047115 24.5% Dante::Runner#start
7 0.0% 100.0% 35 0.0% EventMachine::Deferrable#fail
7 0.0% 100.0% 7 0.0% Kernel#raise
7 0.0% 100.0% 7 0.0% Redis::Client#password
7 0.0% 100.0% 63 0.0% Redis::Connection::RedisClient#connection_completed
7 0.0% 100.0% 42 0.0% Redis::Connection::RedisClient#unbind
7 0.0% 100.0% 7 0.0% Redis::Connection::Synchrony#initialize
7 0.0% 100.0% 15 0.0% TZInfo::TimezoneTransitionInfo#at
6 0.0% 100.0% 6 0.0% 00007f999282cc2d
6 0.0% 100.0% 6 0.0% 00007f999287c56e
6 0.0% 100.0% 6 0.0% 00007f99928831e0
6 0.0% 100.0% 6 0.0% 00007f9992885d1d
6 0.0% 100.0% 20 0.0% 00007f99928d58ec
6 0.0% 100.0% 6 0.0% 00007f9992c32bb8
6 0.0% 100.0% 6 0.0% 00007f9992fc6fc0
6 0.0% 100.0% 21 0.0% 00007f999403b1d8
6 0.0% 100.0% 10 0.0% 00007f9994099848
6 0.0% 100.0% 6 0.0% 00007f9994246580
6 0.0% 100.0% 14 0.0% 00007f9994261ef0
6 0.0% 100.0% 18 0.0% 00007f9994268868
6 0.0% 100.0% 6 0.0% 00007f9994276177
6 0.0% 100.0% 6 0.0% 00007f9994279f60
6 0.0% 100.0% 12 0.0% 00007f99942a2a20
6 0.0% 100.0% 6 0.0% 00007f99945df910
6 0.0% 100.0% 7 0.0% 0000ff33250f5418
6 0.0% 100.0% 62663 0.1% Actor.private_new
6 0.0% 100.0% 828 0.0% Blather::Stanza::Capabilities#node=
6 0.0% 100.0% 521 0.0% Blather::Stream::Features#succeed!
6 0.0% 100.0% 9 0.0% Blather::Stream::Parser#error
6 0.0% 100.0% 329 0.0% Blather::Stream::Resource#result
6 0.0% 100.0% 136 0.0% Blather::Stream::SASL::Plain#authenticate
6 0.0% 100.0% 654 0.0% Class#caller_files
6 0.0% 100.0% 9 0.0% Class#default_reaction
6 0.0% 100.0% 54 0.0% Class#setup_default_middleware
6 0.0% 100.0% 9 0.0% ERB::Compiler::TrimScanner#initialize
6 0.0% 100.0% 9546 0.0% ERB::Compiler::TrimScanner#scan
6 0.0% 100.0% 9540 0.0% ERB::Compiler::TrimScanner#trim_line2
6 0.0% 100.0% 17 0.0% Module#add_periodic_timer
6 0.0% 100.0% 2698 0.0% Rack::Builder#to_app
6 0.0% 100.0% 107 0.0% TZInfo::DataTimezoneInfo#period_for_utc
6 0.0% 100.0% 78 0.0% Thin::Backends::Base#start
6 0.0% 100.0% 6 0.0% Thread.new
6 0.0% 100.0% 132 0.0% Tilt::Template#compiled_method
5 0.0% 100.0% 11 0.0% 00007f9992830bb8
5 0.0% 100.0% 8 0.0% 00007f9992c31b80
5 0.0% 100.0% 5 0.0% 00007f9992c35c80
5 0.0% 100.0% 170 0.0% 00007f9992c87a88
5 0.0% 100.0% 5 0.0% 00007f9992eeff38
5 0.0% 100.0% 8 0.0% 00007f9992eeff50
5 0.0% 100.0% 19 0.0% 00007f9994032850
5 0.0% 100.0% 5 0.0% 00007f99940cacd8
5 0.0% 100.0% 11 0.0% 00007f99941b5434
5 0.0% 100.0% 7 0.0% 00007f99941c4290
5 0.0% 100.0% 5 0.0% 00007f9994713940
5 0.0% 100.0% 159926 0.2% ActiveSupport::XmlMini#backend=
5 0.0% 100.0% 143 0.0% Blather::Stream::SASL#authenticate_with
5 0.0% 100.0% 216 0.0% ChronicDuration#cleanup
5 0.0% 100.0% 7744 0.0% Class#[]
5 0.0% 100.0% 17048593 24.5% Dante::Runner#execute
5 0.0% 100.0% 1473 0.0% Dante::Runner#parse_options
5 0.0% 100.0% 5 0.0% Flapjack::Coordinator#remove_pikelets
5 0.0% 100.0% 5 0.0% Flapjack::Coordinator#setup_signals
5 0.0% 100.0% 5 0.0% Flapjack::Pikelet::Base#stop
5 0.0% 100.0% 30 0.0% Gem::PathSupport#initialize
5 0.0% 100.0% 15 0.0% Gem::PathSupport#path=
5 0.0% 100.0% 223 0.0% Module#new
5 0.0% 100.0% 151 0.0% Rack::Builder#initialize
5 0.0% 100.0% 218 0.0% Set#initialize
4 0.0% 100.0% 8 0.0% 00007f999282fc58
4 0.0% 100.0% 4 0.0% 00007f9992875b08
4 0.0% 100.0% 4 0.0% 00007f9992883c5e
4 0.0% 100.0% 8 0.0% 00007f9992889608
4 0.0% 100.0% 28 0.0% 00007f99928c8818
4 0.0% 100.0% 48 0.0% 00007f9992954ebc
4 0.0% 100.0% 18 0.0% 00007f9992c1fcf8
4 0.0% 100.0% 4 0.0% 00007f9992c514d0
4 0.0% 100.0% 4 0.0% 00007f9994031248
4 0.0% 100.0% 4 0.0% 00007f99940415d0
4 0.0% 100.0% 16 0.0% 00007f999406aa10
4 0.0% 100.0% 122 0.0% 00007f99941a18e7
4 0.0% 100.0% 4 0.0% 00007f99941a1ea0
4 0.0% 100.0% 106 0.0% 00007f99941a2d00
4 0.0% 100.0% 5 0.0% 00007f99941befc0
4 0.0% 100.0% 4 0.0% 00007f999420270f
4 0.0% 100.0% 10 0.0% 00007f999427be70
4 0.0% 100.0% 46 0.0% 00007f99942a65f8
4 0.0% 100.0% 4 0.0% 00007f9994582298
4 0.0% 100.0% 4 0.0% 00007f99945b2a00
4 0.0% 100.0% 8 0.0% 00007f9994724320
4 0.0% 100.0% 13 0.0% 0000ff33250f51e8
4 0.0% 100.0% 4 0.0% 0000ff33250f8170
4 0.0% 100.0% 232 0.0% Blather::Stanza::Disco#node=
4 0.0% 100.0% 316 0.0% Blather::Stanza::Iq::Query#inherit
4 0.0% 100.0% 565 0.0% Blather::Stream::Resource#receive_data
4 0.0% 100.0% 474 0.0% Blather::Stream::Session#receive_data
4 0.0% 100.0% 216 0.0% Class#configure
4 0.0% 100.0% 6 0.0% Class#default_options
4 0.0% 100.0% 6198 0.0% Class#lazy_zones_map
4 0.0% 100.0% 52 0.0% Comparable#<=
4 0.0% 100.0% 4600 0.0% Flapjack::Configuration#load
4 0.0% 100.0% 1680 0.0% Flapjack::Gateways::Jabber#initialize
4 0.0% 100.0% 524 0.0% Flapjack::Pikelet::Thin#start
4 0.0% 100.0% 26 0.0% Flapjack::Pikelet::Thin#stop
4 0.0% 100.0% 4 0.0% IO#puts
4 0.0% 100.0% 5 0.0% Module#cancel_timer
4 0.0% 100.0% 1368 0.0% Module#parse
4 0.0% 100.0% 4 0.0% Nokogiri::XML::NodeSet#empty?
4 0.0% 100.0% 1515 0.0% Object#try
4 0.0% 100.0% 78 0.0% OptionParser#add_officious
4 0.0% 100.0% 231 0.0% Rack::FiberPool#initialize
4 0.0% 100.0% 7 0.0% Sinatra::Base#initialize
4 0.0% 100.0% 106 0.0% Thin::Server#start
3 0.0% 100.0% 3 0.0% 00007f999282cec8
3 0.0% 100.0% 3 0.0% 00007f999282edc0
3 0.0% 100.0% 3 0.0% 00007f99928860f0
3 0.0% 100.0% 8 0.0% 00007f9992889780
3 0.0% 100.0% 33 0.0% 00007f99928c42f0
3 0.0% 100.0% 45 0.0% 00007f99928c85a8
3 0.0% 100.0% 3 0.0% 00007f9992962160
3 0.0% 100.0% 6 0.0% 00007f99929b6c30
3 0.0% 100.0% 9 0.0% 00007f9992c1eaa8
3 0.0% 100.0% 5 0.0% 00007f9992c337b0
3 0.0% 100.0% 3 0.0% 00007f9992c3f560
3 0.0% 100.0% 3 0.0% 00007f9992c46010
3 0.0% 100.0% 3 0.0% 00007f9992c7ac20
3 0.0% 100.0% 3 0.0% 00007f9992c898b8
3 0.0% 100.0% 3 0.0% 00007f9992eeff88
3 0.0% 100.0% 3 0.0% 00007f99930a61c0
3 0.0% 100.0% 16 0.0% 00007f99940cad3f
3 0.0% 100.0% 3 0.0% 00007f99941a10f0
3 0.0% 100.0% 3 0.0% 00007f99941a2828
3 0.0% 100.0% 3 0.0% 00007f99941bb6c0
3 0.0% 100.0% 3 0.0% 00007f99941ffe10
3 0.0% 100.0% 3 0.0% 00007f999420a5d0
3 0.0% 100.0% 3 0.0% 00007f9994245878
3 0.0% 100.0% 3 0.0% 00007f999424aa90
3 0.0% 100.0% 3 0.0% 00007f999424aac8
3 0.0% 100.0% 7 0.0% 00007f9994261ed0
3 0.0% 100.0% 3 0.0% 00007f99942765f8
3 0.0% 100.0% 12 0.0% 00007f9994276668
3 0.0% 100.0% 6 0.0% 00007f9994276678
3 0.0% 100.0% 37 0.0% 00007f9994508740
3 0.0% 100.0% 256 0.0% Blather::Client#post_init
3 0.0% 100.0% 645 0.0% Blather::Stanza::Capabilities#ver
3 0.0% 100.0% 23 0.0% ChronicDuration#calculate_from_words
3 0.0% 100.0% 3 0.0% Class#app_file
3 0.0% 100.0% 6 0.0% Class#app_file?
3 0.0% 100.0% 23 0.0% Class#lookup
3 0.0% 100.0% 200 0.0% Class#put
3 0.0% 100.0% 27 0.0% EventMachine::PeriodicTimer#schedule
3 0.0% 100.0% 27 0.0% EventMachine::Timer#initialize
3 0.0% 100.0% 12381 0.0% Flapjack::Coordinator#add_pikelets
3 0.0% 100.0% 52 0.0% Flapjack::Coordinator#initialize
3 0.0% 100.0% 603 0.0% Flapjack::Pikelet::Generic#stop
3 0.0% 100.0% 3222 0.0% Psych::Nodes::Node#to_ruby
3 0.0% 100.0% 210 0.0% Set#do_with_enum
3 0.0% 100.0% 213 0.0% Set#merge
3 0.0% 100.0% 2213 0.0% Sinatra::ShowExceptions#initialize
3 0.0% 100.0% 24414 0.0% Sinatra::Templates#erb
3 0.0% 100.0% 1510 0.0% TZInfo::Timezone#current_period
3 0.0% 100.0% 1357 0.0% TZInfo::TimezoneDefinition::ClassMethods#timezone
3 0.0% 100.0% 3 0.0% Thin::Backends::Base#size
3 0.0% 100.0% 69 0.0% Tilt::ERBTemplate#precompiled
3 0.0% 100.0% 21 0.0% Tilt::Template#extract_encoding
3 0.0% 100.0% 18 0.0% Tilt::Template#extract_magic_comment
3 0.0% 100.0% 13866 0.0% Tilt::Template#render
2 0.0% 100.0% 2 0.0% 00007f9992830cf8
2 0.0% 100.0% 4 0.0% 00007f9992830e20
2 0.0% 100.0% 4 0.0% 00007f9992877c18
2 0.0% 100.0% 2 0.0% 00007f999287c868
2 0.0% 100.0% 2 0.0% 00007f9992885d2d
2 0.0% 100.0% 2 0.0% 00007f9992887d60
2 0.0% 100.0% 10 0.0% 00007f9992889600
2 0.0% 100.0% 2 0.0% 00007f9992c307e8
2 0.0% 100.0% 2 0.0% 00007f9992c307f8
2 0.0% 100.0% 3 0.0% 00007f9992c3c574
2 0.0% 100.0% 28 0.0% 00007f9992c3f570
2 0.0% 100.0% 2 0.0% 00007f9992c521f0
2 0.0% 100.0% 16 0.0% 00007f9992c9b85c
2 0.0% 100.0% 2 0.0% 00007f9992ca8378
2 0.0% 100.0% 2 0.0% 00007f9992eeff68
2 0.0% 100.0% 2 0.0% 00007f99931d9dd0
2 0.0% 100.0% 23 0.0% 00007f9994032ed8
2 0.0% 100.0% 2 0.0% 00007f9994068488
2 0.0% 100.0% 2 0.0% 00007f99941a22d0
2 0.0% 100.0% 9 0.0% 00007f99941a29a8
2 0.0% 100.0% 108 0.0% 00007f99941a2cf7
2 0.0% 100.0% 52 0.0% 00007f99941d50e0
2 0.0% 100.0% 4 0.0% 00007f99941d61c0
2 0.0% 100.0% 4 0.0% 00007f9994200b98
2 0.0% 100.0% 2 0.0% 00007f99942560f8
2 0.0% 100.0% 5 0.0% 00007f999425fa38
2 0.0% 100.0% 5 0.0% 00007f9994261d08
2 0.0% 100.0% 8 0.0% 00007f9994261ef8
2 0.0% 100.0% 2 0.0% 00007f999426330f
2 0.0% 100.0% 8 0.0% 00007f9994279ed0
2 0.0% 100.0% 2 0.0% 00007f999428e8dc
2 0.0% 100.0% 2 0.0% 00007f999429ddd8
2 0.0% 100.0% 2 0.0% 00007f999429f510
2 0.0% 100.0% 5 0.0% 00007f99942a6557
2 0.0% 100.0% 2 0.0% 00007f99942a6780
2 0.0% 100.0% 2 0.0% 00007f99942a67d8
2 0.0% 100.0% 2 0.0% 00007f999446d618
2 0.0% 100.0% 4 0.0% 00007f999449ca58
2 0.0% 100.0% 4 0.0% 00007f9994510b8c
2 0.0% 100.0% 2 0.0% 00007f9994556200
2 0.0% 100.0% 4 0.0% 00007f9994582148
2 0.0% 100.0% 10 0.0% ActiveSupport::TimeZone#initialize
2 0.0% 100.0% 2 0.0% Blather::ParseError#initialize
2 0.0% 100.0% 554 0.0% Blather::Stanza::Capabilities#regenerate_full_node
2 0.0% 100.0% 14 0.0% Blather::Stream::Parser#finish
2 0.0% 100.0% 10 0.0% ChronicDuration#duration_units_seconds_multiplier
2 0.0% 100.0% 21106 0.0% Class#_resort!
2 0.0% 100.0% 49 0.0% Class#dirs
2 0.0% 100.0% 6195 0.0% Class#require_tzinfo
2 0.0% 100.0% 4 0.0% Class#sessions?
2 0.0% 100.0% 16 0.0% Class#setup_middleware
2 0.0% 100.0% 11 0.0% EventMachine::PeriodicTimer#initialize
2 0.0% 100.0% 227 0.0% FiberPool#initialize
2 0.0% 100.0% 8873102 12.7% Flapjack::Coordinator#start
2 0.0% 100.0% 199 0.0% Flapjack::Gateways::Jabber#stop
2 0.0% 100.0% 199 0.0% Flapjack::Notifier#stop
2 0.0% 100.0% 199 0.0% Flapjack::Processor#stop
2 0.0% 100.0% 14424 0.0% GirlFriday::WorkQueue#supervisor_loop
2 0.0% 100.0% 6 0.0% Kernel#puts
2 0.0% 100.0% 22 0.0% Marshal.load
2 0.0% 100.0% 10 0.0% Module#default_path
2 0.0% 100.0% 4596 0.0% Module#load_file
2 0.0% 100.0% 2 0.0% Module#logger=
2 0.0% 100.0% 1364 0.0% Module#parse_stream
2 0.0% 100.0% 2730 0.0% Module#registered
2 0.0% 100.0% 8873097 12.7% Module#synchrony
2 0.0% 100.0% 4 0.0% Module#user_home
2 0.0% 100.0% 94 0.0% Nokogiri::XML::DocumentFragment#initialize
2 0.0% 100.0% 42 0.0% Nokogiri::XML::Node#parent=
2 0.0% 100.0% 1355 0.0% Psych::Parser#parse
2 0.0% 100.0% 2 0.0% Rack::Builder#run
2 0.0% 100.0% 408 0.0% Redis#blpop
2 0.0% 100.0% 2 0.0% Sinatra::ExtendedRack.new
2 0.0% 100.0% 2 0.0% Thin::Backends::Base#close
2 0.0% 100.0% 18 0.0% Thin::Server#stop!
1 0.0% 100.0% 4 0.0% 00007f9992830bc8
1 0.0% 100.0% 1 0.0% 00007f9992831168
1 0.0% 100.0% 1 0.0% 00007f9992877984
1 0.0% 100.0% 1 0.0% 00007f99928797f0
1 0.0% 100.0% 1 0.0% 00007f99928820e8
1 0.0% 100.0% 20 0.0% 00007f99928842fe
1 0.0% 100.0% 1 0.0% 00007f9992884628
1 0.0% 100.0% 1 0.0% 00007f9992887188
1 0.0% 100.0% 1 0.0% 00007f9992887938
1 0.0% 100.0% 12 0.0% 00007f99928c20d0
1 0.0% 100.0% 30 0.0% 00007f99928c83e0
1 0.0% 100.0% 1 0.0% 00007f99928c8d58
1 0.0% 100.0% 1 0.0% 00007f99929b9260
1 0.0% 100.0% 1 0.0% 00007f9992bfedb0
1 0.0% 100.0% 23 0.0% 00007f9992c154e0
1 0.0% 100.0% 1 0.0% 00007f9992c19638
1 0.0% 100.0% 1 0.0% 00007f9992c1a0c0
1 0.0% 100.0% 1 0.0% 00007f9992c30550
1 0.0% 100.0% 1 0.0% 00007f9992c3e618
1 0.0% 100.0% 1 0.0% 00007f9992c4ed98
1 0.0% 100.0% 2 0.0% 00007f9992c62f50
1 0.0% 100.0% 1 0.0% 00007f9992c74b10
1 0.0% 100.0% 1 0.0% 00007f9992c76888
1 0.0% 100.0% 1 0.0% 00007f9992c7a640
1 0.0% 100.0% 1 0.0% 00007f9992c7a650
1 0.0% 100.0% 2 0.0% 00007f9992c936b0
1 0.0% 100.0% 5 0.0% 00007f9992c9b058
1 0.0% 100.0% 20 0.0% 00007f9992c9b714
1 0.0% 100.0% 1 0.0% 00007f9992c9e688
1 0.0% 100.0% 1 0.0% 00007f9992cafcd8
1 0.0% 100.0% 1 0.0% 00007f9992cb67e0
1 0.0% 100.0% 1 0.0% 00007f9992cbbe38
1 0.0% 100.0% 1 0.0% 00007f9992cefe78
1 0.0% 100.0% 1 0.0% 00007f99930f9be0
1 0.0% 100.0% 26 0.0% 00007f99931eb8b0
1 0.0% 100.0% 1 0.0% 00007f9994064c38
1 0.0% 100.0% 2 0.0% 00007f99940efa18
1 0.0% 100.0% 3 0.0% 00007f99941a16e0
1 0.0% 100.0% 137 0.0% 00007f99941a2400
1 0.0% 100.0% 136 0.0% 00007f99941a2cd8
1 0.0% 100.0% 2 0.0% 00007f99941a5200
1 0.0% 100.0% 1 0.0% 00007f99941b14a8
1 0.0% 100.0% 1 0.0% 00007f99941b2298
1 0.0% 100.0% 1 0.0% 00007f99941bf790
1 0.0% 100.0% 1 0.0% 00007f99941c28a0
1 0.0% 100.0% 2 0.0% 00007f99941ccc88
1 0.0% 100.0% 2 0.0% 00007f99941cf730
1 0.0% 100.0% 2 0.0% 00007f99941d1fa8
1 0.0% 100.0% 1 0.0% 00007f99941ecab0
1 0.0% 100.0% 36 0.0% 00007f99941f91d0
1 0.0% 100.0% 20 0.0% 00007f999420a607
1 0.0% 100.0% 1 0.0% 00007f999420b280
1 0.0% 100.0% 1 0.0% 00007f9994216998
1 0.0% 100.0% 1 0.0% 00007f999423fe68
1 0.0% 100.0% 1 0.0% 00007f999425cfe0
1 0.0% 100.0% 4 0.0% 00007f9994261ec8
1 0.0% 100.0% 4 0.0% 00007f9994261ed8
1 0.0% 100.0% 1 0.0% 00007f9994268884
1 0.0% 100.0% 1 0.0% 00007f99942912e0
1 0.0% 100.0% 24 0.0% 00007f999429a840
1 0.0% 100.0% 24 0.0% 00007f999429eeb8
1 0.0% 100.0% 2 0.0% 00007f99942a673f
1 0.0% 100.0% 17 0.0% 00007f99942a6740
1 0.0% 100.0% 3 0.0% 00007f99942a6748
1 0.0% 100.0% 2 0.0% 00007f99942a675f
1 0.0% 100.0% 2 0.0% 00007f99942a677f
1 0.0% 100.0% 1 0.0% 00007f99942a6838
1 0.0% 100.0% 1 0.0% 00007f999446fc88
1 0.0% 100.0% 1 0.0% 00007f99944950f0
1 0.0% 100.0% 1 0.0% 00007f99944aa748
1 0.0% 100.0% 1 0.0% 00007f999459e168
1 0.0% 100.0% 1 0.0% 00007f99945bf288
1 0.0% 100.0% 2 0.0% 00007f9994638768
1 0.0% 100.0% 1 0.0% 00007f9994643028
1 0.0% 100.0% 1 0.0% 00007f9994742f5f
1 0.0% 100.0% 1 0.0% 00007f9994742f6f
1 0.0% 100.0% 3 0.0% 0000ff3328bb55f8
1 0.0% 100.0% 553 0.0% ActiveSupport::Autoload#eager_autoload
1 0.0% 100.0% 1516 0.0% ActiveSupport::TimeZone#utc_offset
1 0.0% 100.0% 11 0.0% ActiveSupport::TimeZone.create
1 0.0% 100.0% 5 0.0% Blather::Client#close
1 0.0% 100.0% 113 0.0% Blather::Client#setup_initial_handlers
1 0.0% 100.0% 20 0.0% Blather::Client#unbind
1 0.0% 100.0% 97 0.0% Blather::Client#write_with_handler
1 0.0% 100.0% 377 0.0% Blather::Stanza::Capabilities#features=
1 0.0% 100.0% 378 0.0% Blather::Stanza::Capabilities#identities=
1 0.0% 100.0% 41 0.0% Blather::Stanza::Presence::Status::InstanceMethods#message=
1 0.0% 100.0% 41 0.0% Blather::Stanza::Presence::Status::InstanceMethods#state=
1 0.0% 100.0% 21 0.0% Blather::Stream#cleanup
1 0.0% 100.0% 257 0.0% Blather::Stream#ready!
1 0.0% 100.0% 42 0.0% Blather::Stream#unbind
1 0.0% 100.0% 144 0.0% Blather::Stream::SASL#next!
1 0.0% 100.0% 269 0.0% Blather::Stream::Session#check_response
1 0.0% 100.0% 240 0.0% ChronicDuration#parse
1 0.0% 100.0% 55 0.0% Class#not_found
1 0.0% 100.0% 765 0.0% Comparable#==
1 0.0% 100.0% 207 0.0% Enumerable#each_entry
1 0.0% 100.0% 6 0.0% EventMachine::Timer#cancel
1 0.0% 100.0% 6 0.0% Flapjack::Coordinator#stop
1 0.0% 100.0% 1 0.0% Flapjack::Data::Notification#initialize
1 0.0% 100.0% 8 0.0% Flapjack::Gateways::Web.new!
1 0.0% 100.0% 42 0.0% Logger#warn
1 0.0% 100.0% 4591 0.0% Module#load
1 0.0% 100.0% 45 0.0% Module#path
1 0.0% 100.0% 89296 0.1% MultiJson#adapter
1 0.0% 100.0% 89295 0.1% MultiJson#use
1 0.0% 100.0% 12 0.0% Nokogiri::XML::SAX::PushParser#finish
1 0.0% 100.0% 109 0.0% TZInfo::DataTimezone#period_for_utc
1 0.0% 100.0% 1 0.0% TZInfo::InfoTimezone#setup
1 0.0% 100.0% 1501 0.0% TZInfo::TimezoneProxy#period_for_utc
1 0.0% 100.0% 1391 0.0% TZInfo::TimezoneProxy#real_timezone
0 0.0% 100.0% 28 0.0% 00007f999287c3f8
0 0.0% 100.0% 2 0.0% 00007f9992c335b8
0 0.0% 100.0% 12 0.0% 0000ff33255dc520
0 0.0% 100.0% 360 0.0% 0000ff3326e1cdd8
0 0.0% 100.0% 3 0.0% 0000ff3327169a68
0 0.0% 100.0% 3 0.0% 0000ff3327209108
0 0.0% 100.0% 201 0.0% 0000ff332730b268
0 0.0% 100.0% 6 0.0% 0000ff3327343b90
0 0.0% 100.0% 205 0.0% Array#initialize
0 0.0% 100.0% 96161 0.1% Array#reject!
0 0.0% 100.0% 6 0.0% Blather::Stanza::Iq::Roster.new
0 0.0% 100.0% 126 0.0% Blather::Stanza::Presence.new
0 0.0% 100.0% 3 0.0% Blather::Stanza::Presence::Status.new
0 0.0% 100.0% 1416 0.0% Blather::XMPPNode.new
0 0.0% 100.0% 96 0.0% EventMachine.release_machine
0 0.0% 100.0% 4 0.0% Niceogiri::XML::Node.new
0 0.0% 100.0% 850 0.0% Nokogiri::XML::Document.new
0 0.0% 100.0% 96 0.0% Nokogiri::XML::DocumentFragment.new
0 0.0% 100.0% 4815 0.0% Nokogiri::XML::Node#add_child_node
0 0.0% 100.0% 1334 0.0% Nokogiri::XML::Node#attribute_nodes
0 0.0% 100.0% 421 0.0% Nokogiri::XML::Node#children
0 0.0% 100.0% 524 0.0% Nokogiri::XML::Node#dup
0 0.0% 100.0% 143 0.0% Nokogiri::XML::NodeSet#[]
0 0.0% 100.0% 386 0.0% Nokogiri::XML::Text.new
0 0.0% 100.0% 488 0.0% Nokogiri::XML::XPathContext#evaluate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment