← 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:44 2012

Filename/cygdrive/c/lo/libo-master/instsetoo_native/util/C:/lo/libo-master/solenv/bin/make_installer.pl
StatementsExecuted 9 statements in 14.8ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
10212112.26s2.26sCompress::Raw::Zlib::inflateStream::::inflateCompress::Raw::Zlib::inflateStream::inflate (xsub)
82311131.5ms31.5msCompress::Raw::Zlib::inflateStream::::DESTROYCompress::Raw::Zlib::inflateStream::DESTROY (xsub)
11120.3ms761msmain::::BEGIN@33 main::BEGIN@33
1117.02ms7.12msmain::::BEGIN@29 main::BEGIN@29
1113.52ms3.67msmain::::BEGIN@28 main::BEGIN@28
1113.50ms20.1msmain::::BEGIN@31 main::BEGIN@31
10911260µs260µsmro::::method_changed_in mro::method_changed_in (xsub)
11022170µs170µsutf8::::is_utf8 utf8::is_utf8 (xsub)
10911152µs152µsInternals::::SvREADONLY Internals::SvREADONLY (xsub)
11158µs61µsFcntl::::O_EXLOCK Fcntl::O_EXLOCK
11130µs32µsFcntl::::O_LARGEFILE Fcntl::O_LARGEFILE
11123µs23µsFcntl::::S_IFFIFO Fcntl::S_IFFIFO
11120µs23µsFcntl::::O_TEMPORARY Fcntl::O_TEMPORARY
11115µs15µsversion::::(bool version::(bool (xsub)
11112µs12µsversion::::(cmp version::(cmp (xsub)
0000s0smain::::RUNTIME main::RUNTIME
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org. If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
2823.43ms23.69ms
# spent 3.67ms (3.52+158µs) within main::BEGIN@28 which was called: # once (3.52ms+158µs) by main::RUNTIME at line 28
use strict;
# spent 3.67ms making 1 call to main::BEGIN@28 # spent 15µs making 1 call to strict::import
2926.67ms27.14ms
# spent 7.12ms (7.02+97µs) within main::BEGIN@29 which was called: # once (7.02ms+97µs) by main::RUNTIME at line 29
use warnings;
# spent 7.12ms making 1 call to main::BEGIN@29 # spent 27µs making 1 call to warnings::import
30
3122.74ms220.8ms
# spent 20.1ms (3.50+16.6) within main::BEGIN@31 which was called: # once (3.50ms+16.6ms) by main::RUNTIME at line 31
use lib ("$ENV{SOLARENV}/bin/modules");
# spent 20.1ms making 1 call to main::BEGIN@31 # spent 736µs making 1 call to lib::import
32
3321.96ms2761ms
# spent 761ms (20.3+741) within main::BEGIN@33 which was called: # once (20.3ms+741ms) by main::RUNTIME at line 33
use installer qw(main);
# spent 761ms making 1 call to main::BEGIN@33 # spent 114µs making 1 call to Exporter::import
34
35140µs2-8913sexit main();
# spent 50µs making 1 call to File::Temp::END # spent - 8913s making 1 call to installer::main
 
# spent 31.5ms within Compress::Raw::Zlib::inflateStream::DESTROY which was called 8231 times, avg 4µs/call: # 8231 times (31.5ms+0s) by Archive::Zip::Member::endRead at line 934 of Archive/Zip/Member.pm, avg 4µs/call
sub Compress::Raw::Zlib::inflateStream::DESTROY; # xsub
# spent 2.26s within Compress::Raw::Zlib::inflateStream::inflate which was called 10212 times, avg 221µs/call: # 10212 times (2.26s+0s) by Archive::Zip::Member::_inflateChunk at line 854 of Archive/Zip/Member.pm, avg 221µs/call
sub Compress::Raw::Zlib::inflateStream::inflate; # xsub
# spent 152µs within Internals::SvREADONLY which was called 109 times, avg 1µs/call: # 109 times (152µs+0s) by constant::import at line 132 of constant.pm, avg 1µs/call
sub Internals::SvREADONLY; # xsub
# spent 260µs within mro::method_changed_in which was called 109 times, avg 2µs/call: # 109 times (260µs+0s) by constant::import at line 147 of constant.pm, avg 2µs/call
sub mro::method_changed_in; # xsub
# spent 170µs within utf8::is_utf8 which was called 110 times, avg 2µs/call: # 109 times (167µs+0s) by constant::import at line 123 of constant.pm, avg 2µs/call # once (3µs+0s) by Carp::format_arg at line 159 of Carp.pm
sub utf8::is_utf8; # xsub
# spent 15µs within version::(bool which was called: # once (15µs+0s) by lib::BEGIN@6 at line 57 of Config.pm
sub version::(bool; # xsub
# spent 12µs within version::(cmp which was called: # once (12µs+0s) by lib::BEGIN@6 at line 60 of Config.pm
sub version::(cmp; # xsub