Filename | /home/micha/.plenv/versions/5.38.2/lib/perl5/site_perl/5.38.2/Spreadsheet/ParseExcel/Format.pm |
Statements | Executed 51 statements in 117µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
15 | 1 | 1 | 44µs | 44µs | new | Spreadsheet::ParseExcel::Format::
1 | 1 | 1 | 9µs | 10µs | BEGIN@19 | Spreadsheet::ParseExcel::Format::
1 | 1 | 1 | 3µs | 18µs | BEGIN@20 | Spreadsheet::ParseExcel::Format::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Spreadsheet::ParseExcel::Format; | ||||
2 | |||||
3 | ############################################################################### | ||||
4 | # | ||||
5 | # Spreadsheet::ParseExcel::Format - A class for Cell formats. | ||||
6 | # | ||||
7 | # Used in conjunction with Spreadsheet::ParseExcel. | ||||
8 | # | ||||
9 | # Copyright (c) 2014 Douglas Wilson | ||||
10 | # Copyright (c) 2009-2013 John McNamara | ||||
11 | # Copyright (c) 2006-2008 Gabor Szabo | ||||
12 | # Copyright (c) 2000-2006 Kawai Takanori | ||||
13 | # | ||||
14 | # perltidy with standard settings. | ||||
15 | # | ||||
16 | # Documentation after __END__ | ||||
17 | # | ||||
18 | |||||
19 | 2 | 19µs | 2 | 11µs | # spent 10µs (9+1) within Spreadsheet::ParseExcel::Format::BEGIN@19 which was called:
# once (9µs+1µs) by Spreadsheet::ParseExcel::BEGIN@34 at line 19 # spent 10µs making 1 call to Spreadsheet::ParseExcel::Format::BEGIN@19
# spent 1µs making 1 call to strict::import |
20 | 2 | 45µs | 2 | 32µs | # spent 18µs (3+14) within Spreadsheet::ParseExcel::Format::BEGIN@20 which was called:
# once (3µs+14µs) by Spreadsheet::ParseExcel::BEGIN@34 at line 20 # spent 18µs making 1 call to Spreadsheet::ParseExcel::Format::BEGIN@20
# spent 14µs making 1 call to warnings::import |
21 | |||||
22 | 1 | 300ns | our $VERSION = '0.66'; | ||
23 | |||||
24 | # spent 44µs within Spreadsheet::ParseExcel::Format::new which was called 15 times, avg 3µs/call:
# 15 times (44µs+0s) by Spreadsheet::ParseXLSX::_parse_styles at line 946 of /home/micha/Projekt/spreadsheet-parsexlsx/lib/Spreadsheet/ParseXLSX.pm, avg 3µs/call | ||||
25 | 15 | 30µs | my ( $class, %rhIni ) = @_; | ||
26 | 15 | 5µs | my $self = \%rhIni; | ||
27 | |||||
28 | 15 | 16µs | bless $self, $class; | ||
29 | } | ||||
30 | |||||
31 | 1 | 2µs | 1; | ||
32 | |||||
33 | __END__ |