| Filename | /2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/Tapper/Schema/TestrunDB/Result/Topic.pm |
| Statements | Executed 18 statements in 235µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 13µs | 29µs | Tapper::Schema::TestrunDB::Result::Topic::BEGIN@10 |
| 1 | 1 | 1 | 11µs | 46µs | Tapper::Schema::TestrunDB::Result::Topic::BEGIN@25 |
| 1 | 1 | 1 | 11µs | 11µs | Tapper::Schema::TestrunDB::Result::Topic::BEGIN@2 |
| 1 | 1 | 1 | 9µs | 14µs | Tapper::Schema::TestrunDB::Result::Topic::BEGIN@9 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Tapper::Schema::TestrunDB::Result::Topic; | ||||
| 2 | # spent 11µs within Tapper::Schema::TestrunDB::Result::Topic::BEGIN@2 which was called:
# once (11µs+0s) by Class::C3::Componentised::ensure_class_loaded at line 4 | ||||
| 3 | 1 | 6µs | $Tapper::Schema::TestrunDB::Result::Topic::AUTHORITY = 'cpan:AMD'; | ||
| 4 | 1 | 26µs | 1 | 11µs | } # spent 11µs making 1 call to Tapper::Schema::TestrunDB::Result::Topic::BEGIN@2 |
| 5 | { | ||||
| 6 | 2 | 900ns | $Tapper::Schema::TestrunDB::Result::Topic::VERSION = '0.001'; | ||
| 7 | } | ||||
| 8 | |||||
| 9 | 3 | 20µs | 2 | 19µs | # spent 14µs (9+5) within Tapper::Schema::TestrunDB::Result::Topic::BEGIN@9 which was called:
# once (9µs+5µs) by Class::C3::Componentised::ensure_class_loaded at line 9 # spent 14µs making 1 call to Tapper::Schema::TestrunDB::Result::Topic::BEGIN@9
# spent 5µs making 1 call to strict::import |
| 10 | 3 | 53µs | 2 | 44µs | # spent 29µs (13+16) within Tapper::Schema::TestrunDB::Result::Topic::BEGIN@10 which was called:
# once (13µs+16µs) by Class::C3::Componentised::ensure_class_loaded at line 10 # spent 29µs making 1 call to Tapper::Schema::TestrunDB::Result::Topic::BEGIN@10
# spent 16µs making 1 call to warnings::import |
| 11 | |||||
| 12 | 1 | 6µs | our %topic_description = | ||
| 13 | ( | ||||
| 14 | Kernel => 'particlar kernel version or kernel modules', | ||||
| 15 | Xen => 'Xen features', | ||||
| 16 | KVM => 'KVM features', | ||||
| 17 | Hardware => 'test focuses on the hardware', | ||||
| 18 | Distribution => 'OS distribution (like RHEL, SLES, Debian)', | ||||
| 19 | Benchmark => 'collection of values', | ||||
| 20 | Software => 'any non-kernel software, like libraries, programs', | ||||
| 21 | Research => 'collection of results, similar to benchmark', | ||||
| 22 | Misc => 'what does not fit into other topics', | ||||
| 23 | ); | ||||
| 24 | |||||
| 25 | 3 | 56µs | 2 | 81µs | # spent 46µs (11+35) within Tapper::Schema::TestrunDB::Result::Topic::BEGIN@25 which was called:
# once (11µs+35µs) by Class::C3::Componentised::ensure_class_loaded at line 25 # spent 46µs making 1 call to Tapper::Schema::TestrunDB::Result::Topic::BEGIN@25
# spent 35µs making 1 call to parent::import |
| 26 | |||||
| 27 | 1 | 9µs | 1 | 214µs | __PACKAGE__->load_components("Core"); # spent 214µs making 1 call to Class::C3::Componentised::load_components |
| 28 | 1 | 15µs | 1 | 410µs | __PACKAGE__->table("topic"); # spent 410µs making 1 call to DBIx::Class::ResultSourceProxy::Table::table |
| 29 | 1 | 17µs | 1 | 332µs | __PACKAGE__->add_columns # spent 332µs making 1 call to DBIx::Class::ResultSourceProxy::add_columns |
| 30 | ( | ||||
| 31 | "name", { data_type => "VARCHAR", default_value => undef, is_nullable => 0, size => 255 }, | ||||
| 32 | "description", { data_type => "TEXT", default_value => "", is_nullable => 0, }, | ||||
| 33 | ); | ||||
| 34 | 1 | 14µs | 1 | 54µs | __PACKAGE__->set_primary_key("name"); # spent 54µs making 1 call to DBIx::Class::ResultSourceProxy::set_primary_key |
| 35 | |||||
| 36 | |||||
| 37 | 1 | 12µs | 1; | ||
| 38 | |||||
| 39 | |||||
| 40 | __END__ |