← Index
NYTProf Performance Profile   « line view »
For script/ponapi
  Run on Wed Feb 10 15:51:26 2016
Reported on Thu Feb 11 09:43:08 2016

Filename/home/mickey/git_tree/PONAPI/Server/lib/PONAPI/CLI.pm
StatementsExecuted 7 statements in 2.54ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1111.87ms1.90msPONAPI::CLI::::BEGIN@4PONAPI::CLI::BEGIN@4
1111.13ms42.4msPONAPI::CLI::::BEGIN@5PONAPI::CLI::BEGIN@5
111372µs426µsPONAPI::CLI::::BEGIN@3PONAPI::CLI::BEGIN@3
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1# ABSTRACT: ponapi command-line utility
2package PONAPI::CLI;
32343µs2444µs
# spent 426µs (372+54) within PONAPI::CLI::BEGIN@3 which was called: # once (372µs+54µs) by main::BEGIN@9 at line 3
use strict;
# spent 426µs making 1 call to PONAPI::CLI::BEGIN@3 # spent 18µs making 1 call to strict::import
421.79ms21.90ms
# spent 1.90ms (1.87+23µs) within PONAPI::CLI::BEGIN@4 which was called: # once (1.87ms+23µs) by main::BEGIN@9 at line 4
use warnings;
# spent 1.90ms making 1 call to PONAPI::CLI::BEGIN@4 # spent 7µs making 1 call to warnings::import
52408µs242.4ms
# spent 42.4ms (1.13+41.3) within PONAPI::CLI::BEGIN@5 which was called: # once (1.13ms+41.3ms) by main::BEGIN@9 at line 5
use App::Cmd::Setup -app;
# spent 42.4ms making 1 call to PONAPI::CLI::BEGIN@5 # spent 2µs making 1 call to App::Cmd::Setup::import
612µs1;