← Index
NYTProf Performance Profile   « line view »
For /usr/local/bin/sa-learn
  Run on Sun Nov 5 02:36:06 2017
Reported on Sun Nov 5 02:56:21 2017

Filename/usr/local/lib/perl5/site_perl/mach/5.24/Razor2/Client/Version.pm
StatementsExecuted 7 statements in 214µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11158µs67µsRazor2::Client::Version::::BEGIN@12Razor2::Client::Version::BEGIN@12
11136µs170µ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;
12299µs275µs
# spent 67µs (58+8) within Razor2::Client::Version::BEGIN@12 which was called: # once (58µs+8µs) by Razor2::Client::Core::BEGIN@18 at line 12
use strict;
# spent 67µs making 1 call to Razor2::Client::Version::BEGIN@12 # spent 8µs making 1 call to strict::import
132101µs2303µs
# spent 170µs (36+134) within Razor2::Client::Version::BEGIN@13 which was called: # once (36µs+134µs) by Razor2::Client::Core::BEGIN@18 at line 13
use vars qw($PROTOCOL $VERSION);
# spent 170µs making 1 call to Razor2::Client::Version::BEGIN@13 # spent 134µs making 1 call to vars::import
14
1512µs$PROTOCOL = 3;
16
1712µs$VERSION = '2.84';
18
19111µs1;
20