← Index
NYTProf Performance Profile   « line view »
For /usr/local/bin/sa-learn
  Run on Tue Nov 7 05:38:10 2017
Reported on Tue Nov 7 06:16:03 2017

Filename/usr/local/lib/perl5/site_perl/mach/5.24/Razor2/Client/Version.pm
StatementsExecuted 7 statements in 159µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11145µs58µsRazor2::Client::Version::::BEGIN@12Razor2::Client::Version::BEGIN@12
11130µs140µsRazor2::Client::Version::::BEGIN@13Razor2::Client::Version::BEGIN@13
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1#!/usr/local/bin/perl -sw
2##
3##
4##
5## Copyright (c) 2001, Vipul Ved Prakash. All rights reserved.
6## This code is free software; you can redistribute it and/or modify
7## it under the same terms as Perl itself.
8##
9## $Id: Version.pm,v 1.45 2007/05/10 20:32:10 rsoderberg Exp $
10
11package Razor2::Client::Version;
12271µs272µs
# spent 58µs (45+14) within Razor2::Client::Version::BEGIN@12 which was called: # once (45µs+14µs) by Razor2::Client::Core::BEGIN@18 at line 12
use strict;
# spent 58µs making 1 call to Razor2::Client::Version::BEGIN@12 # spent 14µs making 1 call to strict::import
13277µs2250µs
# spent 140µs (30+110) within Razor2::Client::Version::BEGIN@13 which was called: # once (30µs+110µs) by Razor2::Client::Core::BEGIN@18 at line 13
use vars qw($PROTOCOL $VERSION);
# spent 140µs making 1 call to Razor2::Client::Version::BEGIN@13 # spent 110µs making 1 call to vars::import
14
1512µs$PROTOCOL = 3;
16
1712µs$VERSION = '2.84';
18
1917µs1;
20