← Index
NYTProf Performance Profile   « block view • line view • sub view »
For bin/pan_genome_post_analysis
  Run on Fri Mar 27 11:43:32 2015
Reported on Fri Mar 27 11:45:42 2015

Filename/Users/ap13/pathogens/Roary/lib/Bio/Roary/Exceptions.pm
StatementsExecuted 3 statements in 129µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1111.00ms5.64msBio::Roary::Exceptions::::BEGIN@11Bio::Roary::Exceptions::BEGIN@11
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Bio::Roary::Exceptions;
2# ABSTRACT: Exceptions for input data
3
4=head1 SYNOPSIS
5
6Exceptions for input data
7
8=cut
9
10
11
# spent 5.64ms (1.00+4.64) within Bio::Roary::Exceptions::BEGIN@11 which was called: # once (1.00ms+4.64ms) by Bio::Roary::InflateClusters::BEGIN@20 at line 14
use Exception::Class (
122102µs Bio::Roary::Exceptions::FileNotFound => { description => 'Couldnt open the file' },
13 Bio::Roary::Exceptions::CouldntWriteToFile => { description => 'Couldnt open the file for writing' },
14125µs26.04ms);
# spent 5.64ms making 1 call to Bio::Roary::Exceptions::BEGIN@11 # spent 400µs making 1 call to Exception::Class::import
15
1612µs1;