Filename | /Users/ap13/pathogens/Roary/lib/Bio/Roary/Exceptions.pm |
Statements | Executed 3 statements in 129µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 1.00ms | 5.64ms | BEGIN@11 | Bio::Roary::Exceptions::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Bio::Roary::Exceptions; | ||||
2 | # ABSTRACT: Exceptions for input data | ||||
3 | |||||
4 | =head1 SYNOPSIS | ||||
5 | |||||
6 | Exceptions 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 | ||||
12 | 1 | 95µs | Bio::Roary::Exceptions::FileNotFound => { description => 'Couldnt open the file' }, | ||
13 | Bio::Roary::Exceptions::CouldntWriteToFile => { description => 'Couldnt open the file for writing' }, | ||||
14 | 1 | 32µs | 2 | 6.04ms | ); # spent 5.64ms making 1 call to Bio::Roary::Exceptions::BEGIN@11
# spent 400µs making 1 call to Exception::Class::import |
15 | |||||
16 | 1 | 2µs | 1; |