← Index
NYTProf Performance Profile   « block view • line view • sub view »
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 17:10:45 2013
Reported on Tue Oct 15 17:12:16 2013

Filename/usr/lib/perl5/String/CRC32.pm
StatementsExecuted 8 statements in 31µs
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2package String::CRC32;
3
41600nsrequire Exporter;
51400nsrequire DynaLoader;
6
7112µs@ISA = qw(Exporter DynaLoader);
8
91400ns$VERSION = 1.4;
10
11# Items to export into callers namespace by default
121600ns@EXPORT = qw(crc32);
13
14# Other items we are prepared to export if requested
151300ns@EXPORT_OK = qw();
16
1716µs1189µsbootstrap String::CRC32;
# spent 189µs making 1 call to DynaLoader::bootstrap
18
19111µs1;