← Index
NYTProf Performance Profile   « line view »
For webmerge/scripts/webmerge.pl
  Run on Mon Oct 7 02:42:42 2013
Reported on Mon Oct 7 03:03:24 2013

Filename/home/ocbnet/domain/ocbnet.ch/vhost/webmerge/htdocs/webmerge/scripts/modules/RTP/Webmerge/Process/CSS.pm
StatementsExecuted 14 statements in 2.39ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118.28ms156msRTP::Webmerge::Process::CSS::::BEGIN@22RTP::Webmerge::Process::CSS::BEGIN@22
1114.17ms6.26msRTP::Webmerge::Process::CSS::::BEGIN@21RTP::Webmerge::Process::CSS::BEGIN@21
1111.73ms2.61msRTP::Webmerge::Process::CSS::::BEGIN@20RTP::Webmerge::Process::CSS::BEGIN@20
11187µs354µsRTP::Webmerge::Process::CSS::::BEGIN@8RTP::Webmerge::Process::CSS::BEGIN@8
11156µs88µsRTP::Webmerge::Process::CSS::::BEGIN@10RTP::Webmerge::Process::CSS::BEGIN@10
11154µs142µsRTP::Webmerge::Process::CSS::::BEGIN@9RTP::Webmerge::Process::CSS::BEGIN@9
11123µs23µsRTP::Webmerge::Process::CSS::::BEGIN@15RTP::Webmerge::Process::CSS::BEGIN@15
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1###################################################################################################
2# Copyright 2013 by Marcel Greter
3# This file is part of Webmerge (GPL3)
4###################################################################################################
5package RTP::Webmerge::Process::CSS;
6###################################################################################################
7
82158µs2621µs
# spent 354µs (87+267) within RTP::Webmerge::Process::CSS::BEGIN@8 which was called: # once (87µs+267µs) by main::BEGIN@43 at line 8
use Carp;
# spent 354µs making 1 call to RTP::Webmerge::Process::CSS::BEGIN@8 # spent 267µs making 1 call to Exporter::import
92145µs2230µs
# spent 142µs (54+88) within RTP::Webmerge::Process::CSS::BEGIN@9 which was called: # once (54µs+88µs) by main::BEGIN@43 at line 9
use strict;
# spent 142µs making 1 call to RTP::Webmerge::Process::CSS::BEGIN@9 # spent 88µs making 1 call to strict::import
102194µs2120µs
# spent 88µs (56+32) within RTP::Webmerge::Process::CSS::BEGIN@10 which was called: # once (56µs+32µs) by main::BEGIN@43 at line 10
use warnings;
# spent 88µs making 1 call to RTP::Webmerge::Process::CSS::BEGIN@10 # spent 32µs making 1 call to warnings::import
11
12###################################################################################################
13
14# define our version string
151138µs123µs
# spent 23µs within RTP::Webmerge::Process::CSS::BEGIN@15 which was called: # once (23µs+0s) by main::BEGIN@43 at line 15
BEGIN { $RTP::Webmerge::Process::CSS::VERSION = "0.70" }
# spent 23µs making 1 call to RTP::Webmerge::Process::CSS::BEGIN@15
16
17###################################################################################################
18
19# load the additional submodules
202566µs12.61ms
# spent 2.61ms (1.73+874µs) within RTP::Webmerge::Process::CSS::BEGIN@20 which was called: # once (1.73ms+874µs) by main::BEGIN@43 at line 20
use RTP::Webmerge::Process::CSS::SCSS qw();
# spent 2.61ms making 1 call to RTP::Webmerge::Process::CSS::BEGIN@20
212599µs16.26ms
# spent 6.26ms (4.17+2.09) within RTP::Webmerge::Process::CSS::BEGIN@21 which was called: # once (4.17ms+2.09ms) by main::BEGIN@43 at line 21
use RTP::Webmerge::Process::CSS::Spritesets qw();
# spent 6.26ms making 1 call to RTP::Webmerge::Process::CSS::BEGIN@21
222576µs1156ms
# spent 156ms (8.28+148) within RTP::Webmerge::Process::CSS::BEGIN@22 which was called: # once (8.28ms+148ms) by main::BEGIN@43 at line 22
use RTP::Webmerge::Process::CSS::Inlinedata qw();
# spent 156ms making 1 call to RTP::Webmerge::Process::CSS::BEGIN@22
23
24###################################################################################################
25###################################################################################################
2619µs1;