← Index
NYTProf Performance Profile   « block view • line view • sub view »
For xt/tapper-mcp-scheduler-with-db-longrun.t
  Run on Tue May 22 17:18:39 2012
Reported on Tue May 22 17:22:34 2012

Filename/2home/ss5/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/x86_64-linux/Moose/Deprecated.pm
StatementsExecuted 13 statements in 266µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111646µs1.95msMoose::Deprecated::::BEGIN@12Moose::Deprecated::BEGIN@12
1118µs8µsMoose::Deprecated::::BEGIN@2Moose::Deprecated::BEGIN@2
1117µs18µsMoose::Deprecated::::BEGIN@10Moose::Deprecated::BEGIN@10
1117µs9µsMoose::Deprecated::::BEGIN@9Moose::Deprecated::BEGIN@9
1113µs3µsMoose::Deprecated::::CORE:qrMoose::Deprecated::CORE:qr (opcode)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Moose::Deprecated;
2
# spent 8µs within Moose::Deprecated::BEGIN@2 which was called: # once (8µs+0s) by Moose::BEGIN@18 at line 4
BEGIN {
318µs $Moose::Deprecated::AUTHORITY = 'cpan:STEVAN';
4122µs18µs}
# spent 8µs making 1 call to Moose::Deprecated::BEGIN@2
5{
621µs $Moose::Deprecated::VERSION = '2.0602';
7}
8
9317µs212µs
# spent 9µs (7+3) within Moose::Deprecated::BEGIN@9 which was called: # once (7µs+3µs) by Moose::BEGIN@18 at line 9
use strict;
# spent 9µs making 1 call to Moose::Deprecated::BEGIN@9 # spent 3µs making 1 call to strict::import
10374µs229µs
# spent 18µs (7+11) within Moose::Deprecated::BEGIN@10 which was called: # once (7µs+11µs) by Moose::BEGIN@18 at line 10
use warnings;
# spent 18µs making 1 call to Moose::Deprecated::BEGIN@10 # spent 11µs making 1 call to warnings::import
11
122140µs
# spent 1.95ms (646µs+1.30) within Moose::Deprecated::BEGIN@12 which was called: # once (646µs+1.30ms) by Moose::BEGIN@18 at line 19
use Package::DeprecationManager 0.07 -deprecations => {
# spent 137µs making 1 call to Package::DeprecationManager::import # spent 3µs making 1 call to Moose::Deprecated::CORE:qr
13 'optimized type constraint sub ref' => '2.0000',
14 'default is for Native Trait' => '1.14',
15 'default default for Native Trait' => '1.14',
16 'coerce without coercion' => '1.08',
17 },
18 -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/],
193141µs21.97ms ;
# spent 1.95ms making 1 call to Moose::Deprecated::BEGIN@12 # spent 17µs making 1 call to UNIVERSAL::VERSION
20
2113µs1;
22
23# ABSTRACT: Manages deprecation warnings for Moose
24
- -
27=pod
28
29=head1 NAME
30
31Moose::Deprecated - Manages deprecation warnings for Moose
32
33=head1 VERSION
34
35version 2.0602
36
37=head1 DESCRIPTION
38
39 use Moose::Deprecated -api_version => $version;
40
41=head1 FUNCTIONS
42
43This module manages deprecation warnings for features that have been
44deprecated in Moose.
45
46If you specify C<< -api_version => $version >>, you can use deprecated features
47without warnings. Note that this special treatment is limited to the package
48that loads C<Moose::Deprecated>.
49
50=head1 AUTHOR
51
52Moose is maintained by the Moose Cabal, along with the help of many contributors. See L<Moose/CABAL> and L<Moose/CONTRIBUTORS> for details.
53
54=head1 COPYRIGHT AND LICENSE
55
56This software is copyright (c) 2012 by Infinity Interactive, Inc..
57
58This is free software; you can redistribute it and/or modify it under
59the same terms as the Perl 5 programming language system itself.
60
61=cut
62
63
64__END__
 
# spent 3µs within Moose::Deprecated::CORE:qr which was called: # once (3µs+0s) by Moose::Deprecated::BEGIN@12 at line 12
sub Moose::Deprecated::CORE:qr; # opcode