← Index
NYTProf Performance Profile   « block view • line view • sub view »
For xt/tapper-mcp-scheduler-with-db-longrun.t
  Run on Tue May 22 17:18:39 2012
Reported on Tue May 22 17:22:37 2012

Filename/2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/TestrunDB/ResultSet/Host.pm
StatementsExecuted 236 statements in 3.47ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
214223.50ms56.9msTapper::Schema::TestrunDB::ResultSet::Host::::free_hostsTapper::Schema::TestrunDB::ResultSet::Host::free_hosts
11193µs152µsTapper::Schema::TestrunDB::ResultSet::Host::::BEGIN@9Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@9
11112µs12µsTapper::Schema::TestrunDB::ResultSet::Host::::BEGIN@2Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@2
11110µs59µsTapper::Schema::TestrunDB::ResultSet::Host::::BEGIN@9.25Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@9.25
1119µs27µsTapper::Schema::TestrunDB::ResultSet::Host::::BEGIN@11Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@11
1119µs14µsTapper::Schema::TestrunDB::ResultSet::Host::::BEGIN@10Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@10
1119µs51µsTapper::Schema::TestrunDB::ResultSet::Host::::BEGIN@14Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@14
1119µs44µsTapper::Schema::TestrunDB::ResultSet::Host::::BEGIN@13Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@13
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Tapper::Schema::TestrunDB::ResultSet::Host;
2
# spent 12µs within Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@2 which was called: # once (12µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4
BEGIN {
314µs $Tapper::Schema::TestrunDB::ResultSet::Host::AUTHORITY = 'cpan:AMD';
4126µs112µs}
5{
62800ns $Tapper::Schema::TestrunDB::ResultSet::Host::VERSION = '0.001';
7}
8
96114µs3261µs
# spent 59µs (10+49) within Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@9.25 which was called: # once (10µs+49µs) by Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@9 at line 9 # spent 152µs (93+59) within Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@9 which was called: # once (93µs+59µs) by Class::C3::Componentised::ensure_class_loaded at line 9
use 5.010;
# spent 152µs making 1 call to Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@9 # spent 59µs making 1 call to Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@9.25 # spent 49µs making 1 call to feature::import
10320µs218µs
# spent 14µs (9+5) within Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@10 which was called: # once (9µs+5µs) by Class::C3::Componentised::ensure_class_loaded at line 10
use strict;
# spent 14µs making 1 call to Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@10 # spent 5µs making 1 call to strict::import
11322µs244µs
# spent 27µs (9+17) within Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@11 which was called: # once (9µs+17µs) by Class::C3::Componentised::ensure_class_loaded at line 11
use warnings;
# spent 27µs making 1 call to Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@11 # spent 17µs making 1 call to warnings::import
12
13320µs279µs
# spent 44µs (9+35) within Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@13 which was called: # once (9µs+35µs) by Class::C3::Componentised::ensure_class_loaded at line 13
use parent 'DBIx::Class::ResultSet';
# spent 44µs making 1 call to Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@13 # spent 35µs making 1 call to parent::import
14345µs293µs
# spent 51µs (9+42) within Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@14 which was called: # once (9µs+42µs) by Class::C3::Componentised::ensure_class_loaded at line 14
use Data::Dumper;
# spent 51µs making 1 call to Tapper::Schema::TestrunDB::ResultSet::Host::BEGIN@14 # spent 42µs making 1 call to Exporter::import
15
16
172143.22ms21453.4ms
# spent 56.9ms (3.50+53.4) within Tapper::Schema::TestrunDB::ResultSet::Host::free_hosts which was called 214 times, avg 266µs/call: # 180 times (3.04ms+46.5ms) by Tapper::Model::free_hosts_with_features at line 76 of Tapper/Model.pm, avg 275µs/call # 34 times (463µs+6.85ms) by main::toggle_host_free at line 57 of xt/tapper-mcp-scheduler-with-db-longrun.t, avg 215µs/call
sub free_hosts { shift->search({ free => 1, active => 1 }) }
# spent 53.4ms making 214 calls to DBIx::Class::ResultSet::search, avg 249µs/call
18
1912µs1;
20
21__END__