Filename | /2home/ss5/local/projects/Tapper/src/Tapper-MCP/lib/Tapper/MCP.pm |
Statements | Executed 14 statements in 175µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 24µs | 40µs | BEGIN@4 | Tapper::MCP::
1 | 1 | 1 | 10µs | 4.56ms | BEGIN@8 | Tapper::MCP::
1 | 1 | 1 | 8µs | 11µs | BEGIN@5 | Tapper::MCP::
1 | 1 | 1 | 6µs | 6µs | BEGIN@7 | Tapper::MCP::
0 | 0 | 0 | 0s | 0s | cfg | Tapper::MCP::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Tapper::MCP; | ||||
2 | # ABSTRACT: Tapper - Central master control program of Tapper automation | ||||
3 | |||||
4 | 3 | 20µs | 2 | 55µs | # spent 40µs (24+15) within Tapper::MCP::BEGIN@4 which was called:
# once (24µs+15µs) by Module::Runtime::require_module at line 4 # spent 40µs making 1 call to Tapper::MCP::BEGIN@4
# spent 15µs making 1 call to warnings::import |
5 | 3 | 17µs | 2 | 14µs | # spent 11µs (8+3) within Tapper::MCP::BEGIN@5 which was called:
# once (8µs+3µs) by Module::Runtime::require_module at line 5 # spent 11µs making 1 call to Tapper::MCP::BEGIN@5
# spent 3µs making 1 call to strict::import |
6 | |||||
7 | 3 | 19µs | 1 | 6µs | # spent 6µs within Tapper::MCP::BEGIN@7 which was called:
# once (6µs+0s) by Module::Runtime::require_module at line 7 # spent 6µs making 1 call to Tapper::MCP::BEGIN@7 |
8 | 3 | 113µs | 2 | 9.11ms | # spent 4.56ms (10µs+4.55) within Tapper::MCP::BEGIN@8 which was called:
# once (10µs+4.55ms) by Module::Runtime::require_module at line 8 # spent 4.56ms making 1 call to Tapper::MCP::BEGIN@8
# spent 4.55ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:492] |
9 | |||||
10 | 1 | 2µs | 1 | 817µs | extends 'Tapper::Base'; # spent 817µs making 1 call to Moose::extends |
11 | |||||
12 | sub cfg | ||||
13 | { | ||||
14 | my ($self) = @_; | ||||
15 | return Tapper::Config->subconfig(); | ||||
16 | } | ||||
17 | |||||
18 | 1 | 4µs | 1; |