← Index
NYTProf Performance Profile   « block view • line view • sub view »
For /usr/local/src/github.com/foswiki/core/bin/view
  Run on Sun Dec 4 17:17:59 2011
Reported on Sun Dec 4 17:26:36 2011

Filename/usr/share/perl/5.14/strict.pm
StatementsExecuted 983 statements in 5.14ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
2432432292.12ms2.36msstrict::::importstrict::import
57311.04ms1.04msstrict::::bitsstrict::bits
434325632µs1.41msstrict::::unimportstrict::unimport
11129µs29µsstrict::::CORE:regcompstrict::CORE:regcomp (opcode)
11111µs11µsstrict::::CORE:matchstrict::CORE:match (opcode)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package strict;
2
312µs$strict::VERSION = "1.04";
4
5# Verify that we're called correctly so that strictures will work.
6274µs240µsunless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) {
# spent 29µs making 1 call to strict::CORE:regcomp # spent 11µs making 1 call to strict::CORE:match
7 # Can't use Carp, since Carp uses us!
8 my (undef, $f, $l) = caller;
9 die("Incorrect use of pragma '${\__PACKAGE__}' at $f line $l.\n");
10}
11
1214µsmy %bitmask = (
13refs => 0x00000002,
14subs => 0x00000200,
15vars => 0x00000400
16);
17
18
# spent 1.04ms within strict::bits which was called 57 times, avg 18µs/call: # 42 times (778µs+0s) by strict::unimport at line 41, avg 19µs/call # 14 times (237µs+0s) by strict::import at line 36, avg 17µs/call # once (30µs+0s) by main::BEGIN@3 at line 32
sub bits {
19285847µs my $bits = 0;
20 my @wrong;
21 foreach my $s (@_) {
22120350µs push @wrong, $s unless exists $bitmask{$s};
23 $bits |= $bitmask{$s} || 0;
24 }
25 if (@wrong) {
26 require Carp;
27 Carp::croak("Unknown 'strict' tag(s) '@wrong'");
28 }
29 $bits;
30}
31
3218µs130µsmy $default_bits = bits(qw(refs subs vars));
# spent 30µs making 1 call to strict::bits
33
34
# spent 2.36ms (2.12+237µs) within strict::import which was called 243 times, avg 10µs/call: # once (46µs+0s) by Foswiki::If::OP_istopic::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/OP_istopic.pm # once (41µs+0s) by Foswiki::BEGIN@4.23 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/MAKETEXT.pm # once (14µs+21µs) by vars::BEGIN@8 at line 8 of vars.pm # once (18µs+16µs) by Foswiki::Plugins::TablePlugin::Core::BEGIN@1716 at line 1716 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/TablePlugin/Core.pm # once (15µs+18µs) by Assert::BEGIN@60 at line 60 of /usr/local/src/github.com/foswiki/core/lib/Assert.pm # once (14µs+18µs) by base::BEGIN@3 at line 3 of base.pm # once (13µs+16µs) by Foswiki::UI::Rest::BEGIN@256 at line 256 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/UI/Rest.pm # once (13µs+16µs) by Foswiki::Store::VC::Store::BEGIN@576 at line 576 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store/VC/Store.pm # once (13µs+17µs) by Foswiki::Plugins::WysiwygPlugin::BEGIN@87 at line 87 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/WysiwygPlugin.pm # once (13µs+16µs) by Foswiki::Plugin::BEGIN@178 at line 178 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (12µs+17µs) by Foswiki::Plugin::BEGIN@234 at line 234 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (12µs+16µs) by Foswiki::Plugin::BEGIN@288 at line 288 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (12µs+16µs) by Foswiki::Plugins::BEGIN@332 at line 332 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins.pm # once (12µs+16µs) by Foswiki::Plugin::BEGIN@298 at line 298 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (12µs+16µs) by Foswiki::Plugin::BEGIN@195 at line 195 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (12µs+16µs) by Foswiki::Plugin::BEGIN@308 at line 308 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (19µs+0s) by Foswiki::Serialise::Embedded::BEGIN@15 at line 15 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Serialise/Embedded.pm # once (17µs+0s) by Foswiki::Attrs::BEGIN@49 at line 49 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Attrs.pm # once (15µs+0s) by Foswiki::Logger::PlainFile::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Logger/PlainFile.pm # once (14µs+0s) by Foswiki::Form::Checkbox::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Form/Checkbox.pm # once (14µs+0s) by Foswiki::BEGIN@4.33 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/WIKIUSERNAME.pm # once (14µs+0s) by Foswiki::Query::OP_d2n::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_d2n.pm # once (14µs+0s) by Foswiki::BEGIN@4.42 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/META.pm # once (14µs+0s) by Foswiki::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/FORMFIELD.pm # once (13µs+0s) by Foswiki::I18N::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/I18N.pm # once (13µs+0s) by Foswiki::Store::QueryAlgorithms::BruteForce::BEGIN@26 at line 26 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm # once (13µs+0s) by Foswiki::BEGIN@4.46 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/REVARG.pm # once (12µs+0s) by Time::Local::BEGIN@6 at line 6 of Time/Local.pm # once (12µs+0s) by Foswiki::Prefs::TopicRAM::BEGIN@16 at line 16 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Prefs/TopicRAM.pm # once (12µs+0s) by Foswiki::BEGIN@4.61 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/ENCODE.pm # once (12µs+0s) by Foswiki::Plurals::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plurals.pm # once (12µs+0s) by Foswiki::Plugins::InterwikiPlugin::BEGIN@23 at line 23 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/InterwikiPlugin.pm # once (11µs+0s) by Foswiki::Form::Label::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Form/Label.pm # once (11µs+0s) by Foswiki::BEGIN@4.29 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/URLPARAM.pm # once (10µs+0s) by Foswiki::Sandbox::BEGIN@33 at line 33 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Sandbox.pm # once (10µs+0s) by Foswiki::Search::ResultSet::BEGIN@17 at line 17 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Search/ResultSet.pm # once (10µs+0s) by Foswiki::UI::Rest::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/UI/Rest.pm # once (10µs+0s) by Foswiki::Users::HtPasswdUser::BEGIN@15 at line 15 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Users/HtPasswdUser.pm # once (10µs+0s) by Foswiki::Access::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Access.pm # once (10µs+0s) by main::BEGIN@3 at line 3 of view # once (10µs+0s) by Foswiki::I18N::Fallback::BEGIN@7 at line 7 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/I18N/Fallback.pm # once (10µs+0s) by Foswiki::Plugins::SpreadSheetPlugin::BEGIN@7 at line 7 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/SpreadSheetPlugin.pm # once (10µs+0s) by Foswiki::BEGIN@2 at line 2 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Prefs.pm # once (10µs+0s) by CGI::Session::Driver::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/CGI/Session/Driver.pm # once (10µs+0s) by CGI::Session::Driver::file::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/CGI/Session/Driver/file.pm # once (9µs+0s) by Foswiki::UI::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/UI.pm # once (9µs+0s) by Foswiki::LoginManager::TemplateLogin::BEGIN@19 at line 19 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/LoginManager/TemplateLogin.pm # once (9µs+0s) by Foswiki::Plugins::TablePlugin::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/TablePlugin/Core.pm # once (9µs+0s) by Foswiki::Plugins::CommentPlugin::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/CommentPlugin/Comment.pm # once (9µs+0s) by Foswiki::Users::BaseUserMapping::BEGIN@30 at line 30 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Users/BaseUserMapping.pm # once (9µs+0s) by Foswiki::Contrib::MailerContrib::BEGIN@15 at line 15 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Contrib/MailerContrib.pm # once (9µs+0s) by Foswiki::Form::Select::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Form/Select.pm # once (9µs+0s) by Foswiki::BEGIN@4.31 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/INCLUDE.pm # once (9µs+0s) by Foswiki::Attach::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Attach.pm # once (9µs+0s) by CGI::Cookie::BEGIN@3 at line 3 of CGI/Cookie.pm # once (9µs+0s) by Foswiki::Plugins::JQueryPlugin::FOSWIKI::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin/FOSWIKI.pm # once (9µs+0s) by Foswiki::BEGIN@4.48 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/ADDTOHEAD.pm # once (9µs+0s) by Foswiki::Query::OP_neg::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_neg.pm # once (9µs+0s) by Foswiki::Engine::CGI::BEGIN@15 at line 15 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Engine/CGI.pm # once (9µs+0s) by Foswiki::Form::Radio::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Form/Radio.pm # once (9µs+0s) by File::Temp::Dir::BEGIN@2406 at line 2406 of File/Temp.pm # once (8µs+0s) by Foswiki::Plugins::JQueryPlugin::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin.pm # once (8µs+0s) by Foswiki::Form::BEGIN@32 at line 32 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Form.pm # once (8µs+0s) by Foswiki::Contrib::MailerContrib::Change::BEGIN@12 at line 12 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Contrib/MailerContrib/Change.pm # once (8µs+0s) by Sort::Maker::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/Sort/Maker.pm # once (8µs+0s) by CGI::Session::ID::md5::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/CGI/Session/ID/md5.pm # once (8µs+0s) by Exporter::Heavy::BEGIN@3 at line 3 of Exporter/Heavy.pm # once (8µs+0s) by Foswiki::Plugins::UpdatesPlugin::BEGIN@18 at line 18 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/UpdatesPlugin.pm # once (8µs+0s) by Foswiki::Prefs::Stack::BEGIN@26 at line 26 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Prefs/Stack.pm # once (8µs+0s) by Foswiki::Access::TopicACLAccess::BEGIN@18 at line 18 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Access/TopicACLAccess.pm # once (8µs+0s) by utf8::BEGIN@2 at line 2 of utf8_heavy.pl # once (8µs+0s) by Carp::BEGIN@3 at line 3 of Carp.pm # once (8µs+0s) by Foswiki::LoginManager::Session::BEGIN@19 at line 19 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/LoginManager/Session.pm # once (8µs+0s) by Foswiki::Serialise::Simplified::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Serialise/Simplified.pm # once (8µs+0s) by Foswiki::If::OP_context::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/OP_context.pm # once (8µs+0s) by Foswiki::Users::TopicUserMapping::BEGIN@31 at line 31 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Users/TopicUserMapping.pm # once (8µs+0s) by Foswiki::Time::BEGIN@35 at line 35 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Time.pm # once (8µs+0s) by Foswiki::Store::RcsWrap::BEGIN@20 at line 20 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store/RcsWrap.pm # once (8µs+0s) by Digest::SHA::BEGIN@5 at line 5 of Digest/SHA.pm # once (8µs+0s) by Foswiki::Iterator::NumberRangeIterator::BEGIN@15 at line 15 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Iterator/NumberRangeIterator.pm # once (8µs+0s) by Foswiki::Plugins::AutoViewTemplatePlugin::BEGIN@14 at line 14 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/AutoViewTemplatePlugin.pm # once (8µs+0s) by Foswiki::Contrib::MailerContrib::WebNotify::BEGIN@15 at line 15 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Contrib/MailerContrib/WebNotify.pm # once (8µs+0s) by Foswiki::Request::Upload::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Request/Upload.pm # once (8µs+0s) by Cwd::BEGIN@170 at line 170 of Cwd.pm # once (8µs+0s) by Foswiki::Plugins::CompareRevisionsAddonPlugin::BEGIN@15 at line 15 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/CompareRevisionsAddonPlugin.pm # once (8µs+0s) by Foswiki::LineIterator::BEGIN@14 at line 14 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/LineIterator.pm # once (8µs+0s) by Foswiki::Prefs::HASH::BEGIN@17 at line 17 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Prefs/HASH.pm # once (8µs+0s) by Foswiki::Plugins::MailerContribPlugin::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/MailerContribPlugin.pm # once (8µs+0s) by Foswiki::Plugins::EditTablePlugin::BEGIN@7 at line 7 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/EditTablePlugin.pm # once (8µs+0s) by Digest::MD5::BEGIN@3 at line 3 of Digest/MD5.pm # once (8µs+0s) by Foswiki::Plugins::HistoryPlugin::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/HistoryPlugin.pm # once (8µs+0s) by Foswiki::Query::OP_dot::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_dot.pm # once (8µs+0s) by Foswiki::Request::BEGIN@29 at line 29 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Request.pm # once (8µs+0s) by Foswiki::BEGIN@4.25 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/ADDTOZONE.pm # once (8µs+0s) by Foswiki::UI::View::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/UI/View.pm # once (8µs+0s) by Foswiki::Form::ListFieldDefinition::BEGIN@14 at line 14 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Form/ListFieldDefinition.pm # once (8µs+0s) by CGI::Session::Serialize::default::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/CGI/Session/Serialize/default.pm # once (8µs+0s) by Foswiki::Plugins::RenderListPlugin::BEGIN@24 at line 24 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/RenderListPlugin.pm # once (8µs+0s) by Foswiki::Plugins::CommentPlugin::BEGIN@7 at line 7 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/CommentPlugin.pm # once (8µs+0s) by Foswiki::Search::BEGIN@12 at line 12 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Search.pm # once (8µs+0s) by Foswiki::Query::Node::BEGIN@29 at line 29 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/Node.pm # once (8µs+0s) by Foswiki::LoginManager::BEGIN@51 at line 51 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/LoginManager.pm # once (8µs+0s) by Foswiki::Query::HoistREs::BEGIN@52 at line 52 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/HoistREs.pm # once (8µs+0s) by Foswiki::Query::OP_or::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_or.pm # once (8µs+0s) by Foswiki::Configure::Load::BEGIN@14 at line 14 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Configure/Load.pm # once (8µs+0s) by Foswiki::Form::FieldDefinition::BEGIN@18 at line 18 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Form/FieldDefinition.pm # once (8µs+0s) by Opcode::BEGIN@5 at line 5 of Opcode.pm # once (8µs+0s) by Foswiki::Render::BEGIN@12 at line 12 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Render.pm # once (8µs+0s) by IO::Seekable::BEGIN@7 at line 7 of IO/Seekable.pm # once (8µs+0s) by Foswiki::BEGIN@4.63 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/USERNAME.pm # once (8µs+0s) by Foswiki::Plugins::JQueryPlugin::LIVEQUERY::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin/LIVEQUERY.pm # once (8µs+0s) by Foswiki::Prefs::Parser::BEGIN@18 at line 18 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Prefs/Parser.pm # once (8µs+0s) by Foswiki::ValidationException::BEGIN@12 at line 12 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/ValidationException.pm # once (8µs+0s) by Foswiki::UserMapping::BEGIN@35 at line 35 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/UserMapping.pm # once (8µs+0s) by MIME::Base64::BEGIN@3 at line 3 of MIME/Base64.pm # once (8µs+0s) by Foswiki::Iterator::ProcessIterator::BEGIN@14 at line 14 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Iterator/ProcessIterator.pm # once (8µs+0s) by Foswiki::Plugins::BEGIN@17 at line 17 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins.pm # once (8µs+0s) by Fcntl::BEGIN@3 at line 3 of Fcntl.pm # once (8µs+0s) by Foswiki::BEGIN@4.50 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/FORMAT.pm # once (8µs+0s) by Error::BEGIN@14 at line 14 of Error.pm # once (8µs+0s) by Foswiki::Prefs::BaseBackend::BEGIN@14 at line 14 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Prefs/BaseBackend.pm # once (8µs+0s) by Foswiki::Contrib::MailerContrib::Subscription::BEGIN@15 at line 15 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Contrib/MailerContrib/Subscription.pm # once (8µs+0s) by Config::BEGIN@9 at line 9 of Config.pm # once (8µs+0s) by Foswiki::Func::BEGIN@55 at line 55 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Func.pm # once (8µs+0s) by Foswiki::AccessControlException::BEGIN@47 at line 47 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/AccessControlException.pm # once (8µs+0s) by Monitor::BEGIN@40 at line 40 of /usr/local/src/github.com/foswiki/core/lib/Monitor.pm # once (8µs+0s) by Foswiki::Render::Anchors::BEGIN@16 at line 16 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Render/Anchors.pm # once (8µs+0s) by Foswiki::Query::OP_int::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_int.pm # once (8µs+0s) by Foswiki::If::OP_isempty::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/OP_isempty.pm # once (8µs+0s) by Foswiki::Query::OP_plus::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_plus.pm # once (8µs+0s) by Foswiki::BEGIN@4.37 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/WIKINAME.pm # once (8µs+0s) by Foswiki::Query::OP_empty::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_empty.pm # once (8µs+0s) by Foswiki::Query::OP_uc::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_uc.pm # once (8µs+0s) by Foswiki::EngineException::BEGIN@16 at line 16 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/EngineException.pm # once (8µs+0s) by Foswiki::Query::OP_like::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_like.pm # once (8µs+0s) by Foswiki::Users::BEGIN@59 at line 59 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Users.pm # once (8µs+0s) by Foswiki::Prefs::Web::BEGIN@18 at line 18 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Prefs/Web.pm # once (8µs+0s) by Foswiki::Plugins::SmiliesPlugin::BEGIN@7 at line 7 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/SmiliesPlugin.pm # once (8µs+0s) by Foswiki::BEGIN@4.65 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/QUERY.pm # once (7µs+0s) by Foswiki::Form::Textboxlist::BEGIN@8 at line 8 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Form/Textboxlist.pm # once (7µs+0s) by Foswiki::If::OP_isweb::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/OP_isweb.pm # once (7µs+0s) by Foswiki::Query::OP_gte::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_gte.pm # once (7µs+0s) by Foswiki::Query::OP_lt::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_lt.pm # once (7µs+0s) by Foswiki::Plugin::BEGIN@8 at line 8 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (7µs+0s) by Foswiki::Plugins::SlideShowPlugin::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/SlideShowPlugin.pm # once (7µs+0s) by Foswiki::Plugins::JQueryPlugin::TEXTBOXLIST::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin/TEXTBOXLIST.pm # once (7µs+0s) by Foswiki::Iterator::PagerIterator::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Iterator/PagerIterator.pm # once (7µs+0s) by Foswiki::Query::OP_and::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_and.pm # once (7µs+0s) by Foswiki::Query::OP_comma::BEGIN@12 at line 12 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_comma.pm # once (7µs+0s) by Foswiki::Plugins::JQueryPlugin::METADATA::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin/METADATA.pm # once (7µs+0s) by Foswiki::Query::OP_where::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_where.pm # once (7µs+0s) by Foswiki::Query::OP_length::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_length.pm # once (7µs+0s) by File::Spec::Unix::BEGIN@3 at line 3 of File/Spec/Unix.pm # once (7µs+0s) by Foswiki::If::OP_defined::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/OP_defined.pm # once (7µs+0s) by Foswiki::Plugins::JQueryPlugin::UI::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin/UI.pm # once (7µs+0s) by Foswiki::Plugins::SubscribePlugin::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/SubscribePlugin.pm # once (7µs+0s) by Foswiki::BEGIN@4.44 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/REVINFO.pm # once (7µs+0s) by Foswiki::WebFilter::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/WebFilter.pm # once (7µs+0s) by Foswiki::Infix::Error::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Infix/Error.pm # once (7µs+0s) by Foswiki::BEGIN@4.27 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/IF.pm # once (7µs+0s) by File::Path::BEGIN@4 at line 4 of File/Path.pm # once (7µs+0s) by Foswiki::If::Node::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/Node.pm # once (7µs+0s) by File::Temp::BEGIN@142 at line 142 of File/Temp.pm # once (7µs+0s) by Foswiki::Plugins::JQueryPlugin::Plugins::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin/Plugins.pm # once (7µs+0s) by Foswiki::If::Parser::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/Parser.pm # once (7µs+0s) by Foswiki::Query::OP_ob::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_ob.pm # once (7µs+0s) by Foswiki::Plugins::TablePlugin::BEGIN@8 at line 8 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/TablePlugin.pm # once (7µs+0s) by Foswiki::Templates::BEGIN@33 at line 33 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Templates.pm # once (7µs+0s) by Foswiki::If::OP_dollar::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/OP_dollar.pm # once (7µs+0s) by List::Util::BEGIN@11 at line 11 of List/Util.pm # once (7µs+0s) by Foswiki::BEGIN@44 at line 44 of /usr/local/src/github.com/foswiki/core/lib/Foswiki.pm # once (7µs+0s) by Foswiki::Plugins::TinyMCEPlugin::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/TinyMCEPlugin.pm # once (7µs+0s) by Foswiki::Query::OP_minus::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_minus.pm # once (7µs+0s) by Foswiki::Logger::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Logger.pm # once (7µs+0s) by Foswiki::Query::OP_lc::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_lc.pm # once (7µs+0s) by Foswiki::Query::OP_ne::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_ne.pm # once (7µs+0s) by Foswiki::Query::OP_ref::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_ref.pm # once (7µs+0s) by Foswiki::Serialise::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Serialise.pm # once (7µs+0s) by Foswiki::If::OP_ingroup::BEGIN@12 at line 12 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/OP_ingroup.pm # once (7µs+0s) by Foswiki::Form::Text::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Form/Text.pm # once (7µs+0s) by Digest::base::BEGIN@3 at line 3 of Digest/base.pm # once (7µs+0s) by Foswiki::BEGIN@4.40 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/SPACEOUT.pm # once (7µs+0s) by Foswiki::Query::OP_in::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_in.pm # once (7µs+0s) by Foswiki::Query::OP_lte::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_lte.pm # once (7µs+0s) by Foswiki::Validation::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Validation.pm # once (7µs+0s) by Foswiki::MetaCache::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/MetaCache.pm # once (7µs+0s) by Foswiki::Plugins::WysiwygPlugin::BEGIN@25 at line 25 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/WysiwygPlugin.pm # once (7µs+0s) by Scalar::Util::BEGIN@9 at line 9 of Scalar/Util.pm # once (7µs+0s) by Foswiki::If::OP_allows::BEGIN@12 at line 12 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/If/OP_allows.pm # once (7µs+0s) by Errno::BEGIN@8 at line 8 of Errno.pm # once (7µs+0s) by Foswiki::Query::OP_not::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_not.pm # once (7µs+0s) by CGI::Util::BEGIN@3 at line 3 of CGI/Util.pm # once (7µs+0s) by B::BEGIN@9 at line 9 of B.pm # once (7µs+0s) by Foswiki::BEGIN@4.35 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Macros/USERINFO.pm # once (7µs+0s) by Foswiki::Store::VC::RcsWrapHandler::BEGIN@19 at line 19 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store/VC/RcsWrapHandler.pm # once (7µs+0s) by Foswiki::ListIterator::BEGIN@16 at line 16 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/ListIterator.pm # once (7µs+0s) by Foswiki::Store::Interfaces::QueryAlgorithm::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store/Interfaces/QueryAlgorithm.pm # once (7µs+0s) by Foswiki::OopsException::BEGIN@93 at line 93 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/OopsException.pm # once (7µs+0s) by Foswiki::Store::Interfaces::SearchAlgorithm::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store/Interfaces/SearchAlgorithm.pm # once (7µs+0s) by Foswiki::Infix::Node::BEGIN@14 at line 14 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Infix/Node.pm # once (7µs+0s) by Foswiki::Meta::BEGIN@115 at line 115 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Meta.pm # once (7µs+0s) by Foswiki::Store::BEGIN@52 at line 52 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store.pm # once (7µs+0s) by Foswiki::Plugins::PreferencesPlugin::BEGIN@27 at line 27 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/PreferencesPlugin.pm # once (7µs+0s) by Foswiki::Query::OP_eq::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_eq.pm # once (7µs+0s) by Foswiki::Iterator::BEGIN@21 at line 21 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Iterator.pm # once (7µs+0s) by URI::BEGIN@3 at line 3 of URI.pm # once (7µs+0s) by Foswiki::Iterator::FilterIterator::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Iterator/FilterIterator.pm # once (7µs+0s) by Foswiki::Query::OP_gt::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_gt.pm # once (7µs+0s) by URI::Escape::BEGIN@2 at line 2 of URI/Escape.pm # once (7µs+0s) by File::Spec::BEGIN@3 at line 3 of File/Spec.pm # once (7µs+0s) by constant::BEGIN@3 at line 3 of constant.pm # once (7µs+0s) by Foswiki::Contrib::MailerContrib::UpData::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Contrib/MailerContrib/UpData.pm # once (7µs+0s) by Foswiki::Query::OP_div::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_div.pm # once (7µs+0s) by Safe::BEGIN@4 at line 4 of Safe.pm # once (7µs+0s) by Foswiki::Query::OP_times::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_times.pm # once (7µs+0s) by Foswiki::Query::OP::BEGIN@16 at line 16 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP.pm # once (7µs+0s) by Foswiki::Contrib::MailerContrib::Subscriber::BEGIN@17 at line 17 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Contrib/MailerContrib/Subscriber.pm # once (7µs+0s) by Foswiki::Users::Password::BEGIN@17 at line 17 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Users/Password.pm # once (7µs+0s) by Foswiki::Plugins::TwistyPlugin::BEGIN@14 at line 14 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/TwistyPlugin.pm # once (7µs+0s) by CGI::Session::ErrorHandler::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/CGI/Session/ErrorHandler.pm # once (7µs+0s) by Foswiki::Query::OP_match::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/OP_match.pm # once (7µs+0s) by CGI::Session::BEGIN@5 at line 5 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/CGI/Session.pm # once (7µs+0s) by re::BEGIN@4 at line 4 of re.pm # once (7µs+0s) by Assert::BEGIN@17 at line 17 of /usr/local/src/github.com/foswiki/core/lib/Assert.pm # once (7µs+0s) by Foswiki::Search::Node::BEGIN@12 at line 12 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Search/Node.pm # once (7µs+0s) by Foswiki::Query::UnaryOP::BEGIN@4 at line 4 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/UnaryOP.pm # once (7µs+0s) by Foswiki::Search::InfoCache::BEGIN@3 at line 3 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Search/InfoCache.pm # once (7µs+0s) by Foswiki::Query::ConditionalOP::BEGIN@11 at line 11 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/ConditionalOP.pm # once (7µs+0s) by File::Copy::BEGIN@11 at line 11 of File/Copy.pm # once (7µs+0s) by Foswiki::AggregateIterator::BEGIN@13 at line 13 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/AggregateIterator.pm # once (7µs+0s) by Foswiki::Engine::BEGIN@17 at line 17 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Engine.pm # once (7µs+0s) by IO::BEGIN@7 at line 7 of IO.pm # once (7µs+0s) by Foswiki::Address::BEGIN@63 at line 63 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Address.pm # once (7µs+0s) by Foswiki::Store::VC::Handler::BEGIN@26 at line 26 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store/VC/Handler.pm # once (7µs+0s) by IO::Handle::BEGIN@4 at line 4 of IO/Handle.pm # once (7µs+0s) by Foswiki::Store::VC::Store::BEGIN@33 at line 33 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store/VC/Store.pm # once (7µs+0s) by Foswiki::Query::Parser::BEGIN@17 at line 17 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Query/Parser.pm # once (7µs+0s) by File::Basename::BEGIN@50 at line 50 of File/Basename.pm # once (7µs+0s) by Foswiki::Plugins::JQueryPlugin::Plugin::BEGIN@7 at line 7 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/JQueryPlugin/Plugin.pm # once (7µs+0s) by Foswiki::Infix::Parser::BEGIN@21 at line 21 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Infix/Parser.pm # once (7µs+0s) by IO::File::BEGIN@6 at line 6 of IO/File.pm # once (7µs+0s) by Foswiki::Response::BEGIN@19 at line 19 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Response.pm # once (6µs+0s) by Monitor::BEGIN@104 at line 104 of /usr/local/src/github.com/foswiki/core/lib/Monitor.pm
sub import {
354863.19ms shift;
3614237µs $^H |= @_ ? bits(@_) : $default_bits;
# spent 237µs making 14 calls to strict::bits, avg 17µs/call
37}
38
39
# spent 1.41ms (632µs+778µs) within strict::unimport which was called 43 times, avg 33µs/call: # once (25µs+24µs) by Foswiki::Plugins::TablePlugin::Core::BEGIN@1714 at line 1714 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/TablePlugin/Core.pm # once (24µs+20µs) by File::Spec::Unix::BEGIN@149 at line 149 of File/Spec/Unix.pm # once (20µs+22µs) by URI::BEGIN@128 at line 128 of URI.pm # once (20µs+20µs) by Sort::Maker::BEGIN@159 at line 159 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/Sort/Maker.pm # once (20µs+20µs) by Foswiki::Plugins::WysiwygPlugin::BEGIN@85 at line 85 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins/WysiwygPlugin.pm # once (19µs+21µs) by File::Path::BEGIN@329 at line 329 of File/Path.pm # once (15µs+23µs) by Safe::BEGIN@186 at line 186 of Safe.pm # once (17µs+20µs) by IO::Handle::BEGIN@366 at line 366 of IO/Handle.pm # once (18µs+19µs) by Foswiki::Store::VC::Store::BEGIN@574 at line 574 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Store/VC/Store.pm # once (16µs+20µs) by B::BEGIN@254 at line 254 of B.pm # once (16µs+20µs) by Foswiki::Plugin::BEGIN@176 at line 176 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (16µs+20µs) by Foswiki::UI::Rest::BEGIN@253 at line 253 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/UI/Rest.pm # once (16µs+19µs) by utf8::BEGIN@399 at line 399 of utf8_heavy.pl # once (15µs+19µs) by CGI::Session::ErrorHandler::BEGIN@44 at line 44 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/CGI/Session/ErrorHandler.pm # once (15µs+19µs) by Cwd::BEGIN@811 at line 811 of Cwd.pm # once (15µs+19µs) by Assert::BEGIN@47 at line 47 of /usr/local/src/github.com/foswiki/core/lib/Assert.pm # once (15µs+19µs) by CGI::Session::Driver::file::BEGIN@16 at line 16 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/CGI/Session/Driver/file.pm # once (13µs+20µs) by Exporter::Heavy::BEGIN@4 at line 4 of Exporter/Heavy.pm # once (14µs+19µs) by Carp::BEGIN@46 at line 46 of Carp.pm # once (12µs+21µs) by Monitor::BEGIN@281 at line 281 of /usr/local/src/github.com/foswiki/core/lib/Monitor.pm # once (14µs+17µs) by Foswiki::Plugins::BEGIN@330 at line 330 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugins.pm # once (14µs+18µs) by Monitor::BEGIN@98 at line 98 of /usr/local/src/github.com/foswiki/core/lib/Monitor.pm # once (14µs+18µs) by Carp::BEGIN@341 at line 341 of Carp.pm # once (13µs+18µs) by File::Temp::BEGIN@241 at line 241 of File/Temp.pm # once (13µs+17µs) by Safe::BEGIN@280 at line 280 of Safe.pm # once (13µs+17µs) by Foswiki::Plugin::BEGIN@286 at line 286 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (13µs+18µs) by utf8::BEGIN@123 at line 123 of utf8_heavy.pl # once (13µs+17µs) by Config::BEGIN@45 at line 45 of Config.pm # once (13µs+17µs) by Monitor::BEGIN@212 at line 212 of /usr/local/src/github.com/foswiki/core/lib/Monitor.pm # once (13µs+17µs) by Safe::BEGIN@332 at line 332 of Safe.pm # once (13µs+17µs) by constant::BEGIN@29 at line 29 of constant.pm # once (13µs+17µs) by Safe::BEGIN@36 at line 36 of Safe.pm # once (13µs+16µs) by Foswiki::Plugin::BEGIN@189 at line 189 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (13µs+16µs) by Foswiki::Plugin::BEGIN@227 at line 227 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (13µs+17µs) by constant::BEGIN@114 at line 114 of constant.pm # once (12µs+17µs) by constant::BEGIN@52 at line 52 of constant.pm # once (12µs+17µs) by CGI::Session::ErrorHandler::BEGIN@62 at line 62 of /usr/local/src/github.com/foswiki/core/lib/CPAN/lib/CGI/Session/ErrorHandler.pm # once (13µs+16µs) by File::Temp::BEGIN@271 at line 271 of File/Temp.pm # once (12µs+17µs) by Monitor::BEGIN@232 at line 232 of /usr/local/src/github.com/foswiki/core/lib/Monitor.pm # once (12µs+17µs) by Safe::BEGIN@339 at line 339 of Safe.pm # once (12µs+16µs) by Foswiki::Plugin::BEGIN@306 at line 306 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (12µs+16µs) by Foswiki::Plugin::BEGIN@296 at line 296 of /usr/local/src/github.com/foswiki/core/lib/Foswiki/Plugin.pm # once (8µs+0s) by main::BEGIN@1 at line 1 of (eval 53)[Safe.pm:24]
sub unimport {
4086652µs shift;
4142778µs $^H &= ~ (@_ ? bits(@_) : $default_bits);
# spent 778µs making 42 calls to strict::bits, avg 19µs/call
42}
43
44116µs1;
45__END__
 
# spent 11µs within strict::CORE:match which was called: # once (11µs+0s) by main::BEGIN@3 at line 6
sub strict::CORE:match; # opcode
# spent 29µs within strict::CORE:regcomp which was called: # once (29µs+0s) by main::BEGIN@3 at line 6
sub strict::CORE:regcomp; # opcode