| Filename | /2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/TestrunDB/Result/User.pm |
| Statements | Executed 17 statements in 214µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 11µs | 11µs | Tapper::Schema::TestrunDB::Result::User::BEGIN@2 |
| 1 | 1 | 1 | 10µs | 14µs | Tapper::Schema::TestrunDB::Result::User::BEGIN@9 |
| 1 | 1 | 1 | 9µs | 25µs | Tapper::Schema::TestrunDB::Result::User::BEGIN@10 |
| 1 | 1 | 1 | 8µs | 43µs | Tapper::Schema::TestrunDB::Result::User::BEGIN@12 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Tapper::Schema::TestrunDB::Result::User; | ||||
| 2 | # spent 11µs within Tapper::Schema::TestrunDB::Result::User::BEGIN@2 which was called:
# once (11µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4 | ||||
| 3 | 1 | 5µs | $Tapper::Schema::TestrunDB::Result::User::AUTHORITY = 'cpan:AMD'; | ||
| 4 | 1 | 26µs | 1 | 11µs | } # spent 11µs making 1 call to Tapper::Schema::TestrunDB::Result::User::BEGIN@2 |
| 5 | { | ||||
| 6 | 2 | 1µs | $Tapper::Schema::TestrunDB::Result::User::VERSION = '0.001'; | ||
| 7 | } | ||||
| 8 | |||||
| 9 | 3 | 19µs | 2 | 19µs | # spent 14µs (10+5) within Tapper::Schema::TestrunDB::Result::User::BEGIN@9 which was called:
# once (10µs+5µs) by Class::C3::Componentised::ensure_class_loaded at line 9 # spent 14µs making 1 call to Tapper::Schema::TestrunDB::Result::User::BEGIN@9
# spent 5µs making 1 call to strict::import |
| 10 | 3 | 20µs | 2 | 42µs | # spent 25µs (9+16) within Tapper::Schema::TestrunDB::Result::User::BEGIN@10 which was called:
# once (9µs+16µs) by Class::C3::Componentised::ensure_class_loaded at line 10 # spent 25µs making 1 call to Tapper::Schema::TestrunDB::Result::User::BEGIN@10
# spent 16µs making 1 call to warnings::import |
| 11 | |||||
| 12 | 3 | 72µs | 2 | 78µs | # spent 43µs (8+35) within Tapper::Schema::TestrunDB::Result::User::BEGIN@12 which was called:
# once (8µs+35µs) by Class::C3::Componentised::ensure_class_loaded at line 12 # spent 43µs making 1 call to Tapper::Schema::TestrunDB::Result::User::BEGIN@12
# spent 35µs making 1 call to parent::import |
| 13 | |||||
| 14 | 1 | 9µs | 1 | 225µs | __PACKAGE__->load_components("Core"); # spent 225µs making 1 call to Class::C3::Componentised::load_components |
| 15 | 1 | 16µs | 1 | 421µs | __PACKAGE__->table("user"); # spent 421µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
| 16 | 1 | 20µs | 1 | 627µs | __PACKAGE__->add_columns # spent 627µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
| 17 | ( | ||||
| 18 | "id", { data_type => "INT", default_value => undef, is_nullable => 0, size => 11, is_auto_increment => 1, }, | ||||
| 19 | "name", { data_type => "VARCHAR", default_value => undef, is_nullable => 1, size => 255, }, | ||||
| 20 | "login", { data_type => "VARCHAR", default_value => undef, is_nullable => 0, size => 255, }, | ||||
| 21 | "password", { data_type => "VARCHAR", default_value => undef, is_nullable => 1, size => 255, }, | ||||
| 22 | ); | ||||
| 23 | |||||
| 24 | 1 | 15µs | 1 | 56µs | __PACKAGE__->set_primary_key("id"); # spent 56µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
| 25 | |||||
| 26 | 1 | 10µs | 1; | ||
| 27 | |||||
| 28 | |||||
| 29 | __END__ |