← Index
NYTProf Performance Profile   « line view »
For /usr/local/bin/sa-learn
  Run on Sun Nov 5 03:09:29 2017
Reported on Mon Nov 6 13:20:48 2017

Filename/usr/local/lib/perl5/site_perl/mach/5.24/Razor2/Client/Version.pm
StatementsExecuted 7 statements in 149µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11144µs52µsRazor2::Client::Version::::BEGIN@12Razor2::Client::Version::BEGIN@12
11118µs125µ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;
12264µs261µs
# spent 52µs (44+9) within Razor2::Client::Version::BEGIN@12 which was called: # once (44µs+9µs) by Razor2::Client::Core::BEGIN@18 at line 12
use strict;
# spent 52µs making 1 call to Razor2::Client::Version::BEGIN@12 # spent 9µs making 1 call to strict::import
13274µs2231µs
# spent 125µs (18+106) within Razor2::Client::Version::BEGIN@13 which was called: # once (18µs+106µs) by Razor2::Client::Core::BEGIN@18 at line 13
use vars qw($PROTOCOL $VERSION);
# spent 125µs making 1 call to Razor2::Client::Version::BEGIN@13 # spent 106µs making 1 call to vars::import
14
1512µs$PROTOCOL = 3;
16
1712µs$VERSION = '2.84';
18
1918µs1;
20