Filename | /usr/lib/perl5/String/CRC32.pm |
Statements | Executed 8 statements in 31µs |
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | |||||
2 | package String::CRC32; | ||||
3 | |||||
4 | 1 | 600ns | require Exporter; | ||
5 | 1 | 400ns | require DynaLoader; | ||
6 | |||||
7 | 1 | 12µs | @ISA = qw(Exporter DynaLoader); | ||
8 | |||||
9 | 1 | 400ns | $VERSION = 1.4; | ||
10 | |||||
11 | # Items to export into callers namespace by default | ||||
12 | 1 | 600ns | @EXPORT = qw(crc32); | ||
13 | |||||
14 | # Other items we are prepared to export if requested | ||||
15 | 1 | 300ns | @EXPORT_OK = qw(); | ||
16 | |||||
17 | 1 | 6µs | 1 | 189µs | bootstrap String::CRC32; # spent 189µs making 1 call to DynaLoader::bootstrap |
18 | |||||
19 | 1 | 11µs | 1; |