← Index
NYTProf Performance Profile   « block view • line view • sub view »
For C:/lo/libo-master/solenv/bin/make_installer.pl
  Run on Mon Sep 24 00:52:54 2012
Reported on Mon Sep 24 07:34:48 2012

Filename/usr/lib/perl5/5.14/Carp/Heavy.pm
StatementsExecuted 4 statements in 100µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111229µs298µsCarp::::BEGIN@4.1Carp::BEGIN@4.1
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Carp;
2
3# On one line so MakeMaker will see it.
4391µs2368µs
# spent 298µs (229+69) within Carp::BEGIN@4.1 which was called: # once (229µs+69µs) by Archive::Zip::BEGIN@14 at line 4
use Carp; our $VERSION = $Carp::VERSION;
# spent 298µs making 1 call to Carp::BEGIN@4.1 # spent 69µs making 1 call to Exporter::import
5
619µs1;
7
8# Most of the machinery of Carp used to be there.
9# It has been moved in Carp.pm now, but this placeholder remains for
10# the benefit of modules that like to preload Carp::Heavy directly.