| Filename | /2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/TestrunDB/Result/Preconditiontype.pm |
| Statements | Executed 18 statements in 229µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 10µs | 10µs | Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@2 |
| 1 | 1 | 1 | 10µs | 24µs | Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@10 |
| 1 | 1 | 1 | 9µs | 41µs | Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@25 |
| 1 | 1 | 1 | 8µs | 13µs | Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@9 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Tapper::Schema::TestrunDB::Result::Preconditiontype; | ||||
| 2 | # spent 10µs within Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@2 which was called:
# once (10µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4 | ||||
| 3 | 1 | 4µs | $Tapper::Schema::TestrunDB::Result::Preconditiontype::AUTHORITY = 'cpan:AMD'; | ||
| 4 | 1 | 25µs | 1 | 10µs | } # spent 10µs making 1 call to Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@2 |
| 5 | { | ||||
| 6 | 2 | 900ns | $Tapper::Schema::TestrunDB::Result::Preconditiontype::VERSION = '0.001'; | ||
| 7 | } | ||||
| 8 | |||||
| 9 | 3 | 19µs | 2 | 17µs | # spent 13µs (8+4) within Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@9 which was called:
# once (8µs+4µs) by Class::C3::Componentised::ensure_class_loaded at line 9 # spent 13µs making 1 call to Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@9
# spent 4µs making 1 call to strict::import |
| 10 | 3 | 48µs | 2 | 39µs | # spent 24µs (10+15) within Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@10 which was called:
# once (10µs+15µs) by Class::C3::Componentised::ensure_class_loaded at line 10 # spent 24µs making 1 call to Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@10
# spent 15µs making 1 call to warnings::import |
| 11 | |||||
| 12 | 1 | 6µs | our %preconditiontype_description = | ||
| 13 | ( | ||||
| 14 | package => 'a package, might be a kernel, eg. .tgz, .rpm, ...', | ||||
| 15 | image => 'a complete os image, .tgz, .iso, ...', | ||||
| 16 | subdir => 'a subdir that can just be copied/rsynced', | ||||
| 17 | xen => 'a setup description for a Xen based host+guests', | ||||
| 18 | kvm => 'a setup description for a KVM based host+guests', | ||||
| 19 | dist_xen => 'Xen environment of a particular distribution', | ||||
| 20 | dist_kvm => 'KVM environment of a particular distribution', | ||||
| 21 | distribution => 'a particular whole distribution', | ||||
| 22 | description => 'just a description, no actual file and not a particular other type. can be used for meta packges or dependency trees', | ||||
| 23 | ); | ||||
| 24 | |||||
| 25 | 3 | 60µs | 2 | 74µs | # spent 41µs (9+33) within Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@25 which was called:
# once (9µs+33µs) by Class::C3::Componentised::ensure_class_loaded at line 25 # spent 41µs making 1 call to Tapper::Schema::TestrunDB::Result::Preconditiontype::BEGIN@25
# spent 33µs making 1 call to parent::import |
| 26 | |||||
| 27 | 1 | 9µs | 1 | 218µs | __PACKAGE__->load_components("Core"); # spent 218µs making 1 call to Class::C3::Componentised::load_components |
| 28 | 1 | 16µs | 1 | 400µs | __PACKAGE__->table("preconditiontype"); # spent 400µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
| 29 | 1 | 17µs | 1 | 223µs | __PACKAGE__->add_columns # spent 223µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
| 30 | ( | ||||
| 31 | "name", { data_type => "VARCHAR", default_value => undef, is_nullable => 0, size => 20, }, | ||||
| 32 | "description", { data_type => "TEXT", default_value => "", is_nullable => 0, }, | ||||
| 33 | ); | ||||
| 34 | 1 | 13µs | 1 | 50µs | __PACKAGE__->set_primary_key("name"); # spent 50µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
| 35 | |||||
| 36 | |||||
| 37 | 1 | 11µs | 1; | ||
| 38 | |||||
| 39 | |||||
| 40 | __END__ |