| Filename | /home/ss5/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/IO/Compress/Zlib/Constants.pm |
| Statements | Executed 49 statements in 363µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 13µs | 27µs | IO::Compress::Zlib::Constants::BEGIN@70 |
| 1 | 1 | 1 | 8µs | 10µs | IO::Compress::Zlib::Constants::BEGIN@4 |
| 1 | 1 | 1 | 4µs | 28µs | IO::Compress::Zlib::Constants::BEGIN@49 |
| 1 | 1 | 1 | 4µs | 20µs | IO::Compress::Zlib::Constants::BEGIN@69 |
| 1 | 1 | 1 | 4µs | 20µs | IO::Compress::Zlib::Constants::BEGIN@50 |
| 1 | 1 | 1 | 4µs | 16µs | IO::Compress::Zlib::Constants::BEGIN@60 |
| 1 | 1 | 1 | 4µs | 17µs | IO::Compress::Zlib::Constants::BEGIN@63 |
| 1 | 1 | 1 | 4µs | 4µs | IO::Compress::Zlib::Constants::BEGIN@6 |
| 1 | 1 | 1 | 4µs | 18µs | IO::Compress::Zlib::Constants::BEGIN@64 |
| 1 | 1 | 1 | 4µs | 17µs | IO::Compress::Zlib::Constants::BEGIN@74 |
| 1 | 1 | 1 | 4µs | 7µs | IO::Compress::Zlib::Constants::BEGIN@5 |
| 1 | 1 | 1 | 4µs | 18µs | IO::Compress::Zlib::Constants::BEGIN@52 |
| 1 | 1 | 1 | 4µs | 17µs | IO::Compress::Zlib::Constants::BEGIN@61 |
| 1 | 1 | 1 | 4µs | 19µs | IO::Compress::Zlib::Constants::BEGIN@54 |
| 1 | 1 | 1 | 4µs | 18µs | IO::Compress::Zlib::Constants::BEGIN@66 |
| 1 | 1 | 1 | 3µs | 17µs | IO::Compress::Zlib::Constants::BEGIN@57 |
| 1 | 1 | 1 | 3µs | 16µs | IO::Compress::Zlib::Constants::BEGIN@58 |
| 1 | 1 | 1 | 3µs | 18µs | IO::Compress::Zlib::Constants::BEGIN@56 |
| 1 | 1 | 1 | 3µs | 18µs | IO::Compress::Zlib::Constants::BEGIN@53 |
| 1 | 1 | 1 | 3µs | 18µs | IO::Compress::Zlib::Constants::BEGIN@72 |
| 1 | 1 | 1 | 3µs | 16µs | IO::Compress::Zlib::Constants::BEGIN@67 |
| 1 | 1 | 1 | 3µs | 16µs | IO::Compress::Zlib::Constants::BEGIN@71 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | |||||
| 2 | package IO::Compress::Zlib::Constants ; | ||||
| 3 | |||||
| 4 | 2 | 14µs | 2 | 11µs | # spent 10µs (8+2) within IO::Compress::Zlib::Constants::BEGIN@4 which was called:
# once (8µs+2µs) by IO::Compress::Deflate::BEGIN@14 at line 4 # spent 10µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@4
# spent 2µs making 1 call to strict::import |
| 5 | 2 | 11µs | 2 | 10µs | # spent 7µs (4+3) within IO::Compress::Zlib::Constants::BEGIN@5 which was called:
# once (4µs+3µs) by IO::Compress::Deflate::BEGIN@14 at line 5 # spent 7µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@5
# spent 3µs making 1 call to warnings::import |
| 6 | 2 | 59µs | 2 | 5µs | # spent 4µs (4+700ns) within IO::Compress::Zlib::Constants::BEGIN@6 which was called:
# once (4µs+700ns) by IO::Compress::Deflate::BEGIN@14 at line 6 # spent 4µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@6
# spent 700ns making 1 call to bytes::import |
| 7 | |||||
| 8 | 1 | 200ns | require Exporter; | ||
| 9 | |||||
| 10 | our ($VERSION, @ISA, @EXPORT); | ||||
| 11 | |||||
| 12 | 1 | 300ns | $VERSION = '2.068'; | ||
| 13 | |||||
| 14 | 1 | 3µs | @ISA = qw(Exporter); | ||
| 15 | |||||
| 16 | 1 | 1µs | @EXPORT= qw( | ||
| 17 | |||||
| 18 | ZLIB_HEADER_SIZE | ||||
| 19 | ZLIB_TRAILER_SIZE | ||||
| 20 | |||||
| 21 | ZLIB_CMF_CM_OFFSET | ||||
| 22 | ZLIB_CMF_CM_BITS | ||||
| 23 | ZLIB_CMF_CM_DEFLATED | ||||
| 24 | |||||
| 25 | ZLIB_CMF_CINFO_OFFSET | ||||
| 26 | ZLIB_CMF_CINFO_BITS | ||||
| 27 | ZLIB_CMF_CINFO_MAX | ||||
| 28 | |||||
| 29 | ZLIB_FLG_FCHECK_OFFSET | ||||
| 30 | ZLIB_FLG_FCHECK_BITS | ||||
| 31 | |||||
| 32 | ZLIB_FLG_FDICT_OFFSET | ||||
| 33 | ZLIB_FLG_FDICT_BITS | ||||
| 34 | |||||
| 35 | ZLIB_FLG_LEVEL_OFFSET | ||||
| 36 | ZLIB_FLG_LEVEL_BITS | ||||
| 37 | |||||
| 38 | ZLIB_FLG_LEVEL_FASTEST | ||||
| 39 | ZLIB_FLG_LEVEL_FAST | ||||
| 40 | ZLIB_FLG_LEVEL_DEFAULT | ||||
| 41 | ZLIB_FLG_LEVEL_SLOWEST | ||||
| 42 | |||||
| 43 | ZLIB_FDICT_SIZE | ||||
| 44 | |||||
| 45 | ); | ||||
| 46 | |||||
| 47 | # Constant names derived from RFC1950 | ||||
| 48 | |||||
| 49 | 2 | 17µs | 2 | 52µs | # spent 28µs (4+24) within IO::Compress::Zlib::Constants::BEGIN@49 which was called:
# once (4µs+24µs) by IO::Compress::Deflate::BEGIN@14 at line 49 # spent 28µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@49
# spent 24µs making 1 call to constant::import |
| 50 | 2 | 13µs | 2 | 37µs | # spent 20µs (4+16) within IO::Compress::Zlib::Constants::BEGIN@50 which was called:
# once (4µs+16µs) by IO::Compress::Deflate::BEGIN@14 at line 50 # spent 20µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@50
# spent 16µs making 1 call to constant::import |
| 51 | |||||
| 52 | 2 | 12µs | 2 | 33µs | # spent 18µs (4+14) within IO::Compress::Zlib::Constants::BEGIN@52 which was called:
# once (4µs+14µs) by IO::Compress::Deflate::BEGIN@14 at line 52 # spent 18µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@52
# spent 14µs making 1 call to constant::import |
| 53 | 2 | 12µs | 2 | 32µs | # spent 18µs (3+14) within IO::Compress::Zlib::Constants::BEGIN@53 which was called:
# once (3µs+14µs) by IO::Compress::Deflate::BEGIN@14 at line 53 # spent 18µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@53
# spent 14µs making 1 call to constant::import |
| 54 | 2 | 12µs | 2 | 35µs | # spent 19µs (4+16) within IO::Compress::Zlib::Constants::BEGIN@54 which was called:
# once (4µs+16µs) by IO::Compress::Deflate::BEGIN@14 at line 54 # spent 19µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@54
# spent 16µs making 1 call to constant::import |
| 55 | |||||
| 56 | 2 | 14µs | 2 | 32µs | # spent 18µs (3+14) within IO::Compress::Zlib::Constants::BEGIN@56 which was called:
# once (3µs+14µs) by IO::Compress::Deflate::BEGIN@14 at line 56 # spent 18µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@56
# spent 14µs making 1 call to constant::import |
| 57 | 2 | 12µs | 2 | 31µs | # spent 17µs (3+14) within IO::Compress::Zlib::Constants::BEGIN@57 which was called:
# once (3µs+14µs) by IO::Compress::Deflate::BEGIN@14 at line 57 # spent 17µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@57
# spent 14µs making 1 call to constant::import |
| 58 | 2 | 12µs | 2 | 29µs | # spent 16µs (3+13) within IO::Compress::Zlib::Constants::BEGIN@58 which was called:
# once (3µs+13µs) by IO::Compress::Deflate::BEGIN@14 at line 58 # spent 16µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@58
# spent 13µs making 1 call to constant::import |
| 59 | |||||
| 60 | 2 | 12µs | 2 | 29µs | # spent 16µs (4+13) within IO::Compress::Zlib::Constants::BEGIN@60 which was called:
# once (4µs+13µs) by IO::Compress::Deflate::BEGIN@14 at line 60 # spent 16µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@60
# spent 13µs making 1 call to constant::import |
| 61 | 2 | 14µs | 2 | 31µs | # spent 17µs (4+14) within IO::Compress::Zlib::Constants::BEGIN@61 which was called:
# once (4µs+14µs) by IO::Compress::Deflate::BEGIN@14 at line 61 # spent 17µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@61
# spent 14µs making 1 call to constant::import |
| 62 | |||||
| 63 | 2 | 14µs | 2 | 31µs | # spent 17µs (4+14) within IO::Compress::Zlib::Constants::BEGIN@63 which was called:
# once (4µs+14µs) by IO::Compress::Deflate::BEGIN@14 at line 63 # spent 17µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@63
# spent 14µs making 1 call to constant::import |
| 64 | 2 | 12µs | 2 | 33µs | # spent 18µs (4+15) within IO::Compress::Zlib::Constants::BEGIN@64 which was called:
# once (4µs+15µs) by IO::Compress::Deflate::BEGIN@14 at line 64 # spent 18µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@64
# spent 15µs making 1 call to constant::import |
| 65 | |||||
| 66 | 2 | 12µs | 2 | 32µs | # spent 18µs (4+14) within IO::Compress::Zlib::Constants::BEGIN@66 which was called:
# once (4µs+14µs) by IO::Compress::Deflate::BEGIN@14 at line 66 # spent 18µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@66
# spent 14µs making 1 call to constant::import |
| 67 | 2 | 22µs | 2 | 29µs | # spent 16µs (3+13) within IO::Compress::Zlib::Constants::BEGIN@67 which was called:
# once (3µs+13µs) by IO::Compress::Deflate::BEGIN@14 at line 67 # spent 16µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@67
# spent 13µs making 1 call to constant::import |
| 68 | |||||
| 69 | 2 | 23µs | 2 | 35µs | # spent 20µs (4+16) within IO::Compress::Zlib::Constants::BEGIN@69 which was called:
# once (4µs+16µs) by IO::Compress::Deflate::BEGIN@14 at line 69 # spent 20µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@69
# spent 16µs making 1 call to constant::import |
| 70 | 2 | 12µs | 2 | 41µs | # spent 27µs (13+14) within IO::Compress::Zlib::Constants::BEGIN@70 which was called:
# once (13µs+14µs) by IO::Compress::Deflate::BEGIN@14 at line 70 # spent 27µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@70
# spent 14µs making 1 call to constant::import |
| 71 | 2 | 11µs | 2 | 28µs | # spent 16µs (3+13) within IO::Compress::Zlib::Constants::BEGIN@71 which was called:
# once (3µs+13µs) by IO::Compress::Deflate::BEGIN@14 at line 71 # spent 16µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@71
# spent 13µs making 1 call to constant::import |
| 72 | 2 | 12µs | 2 | 32µs | # spent 18µs (3+15) within IO::Compress::Zlib::Constants::BEGIN@72 which was called:
# once (3µs+15µs) by IO::Compress::Deflate::BEGIN@14 at line 72 # spent 18µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@72
# spent 15µs making 1 call to constant::import |
| 73 | |||||
| 74 | 2 | 21µs | 2 | 30µs | # spent 17µs (4+13) within IO::Compress::Zlib::Constants::BEGIN@74 which was called:
# once (4µs+13µs) by IO::Compress::Deflate::BEGIN@14 at line 74 # spent 17µs making 1 call to IO::Compress::Zlib::Constants::BEGIN@74
# spent 13µs making 1 call to constant::import |
| 75 | |||||
| 76 | |||||
| 77 | 1 | 4µs | 1; |