sub eprof_start {
my ($tag) = @_;
if ( !defined($global) ) {
$global = Bio::EnsEMBL::Utils::Eprof->new();
}
$global->start($tag);
}
|
ensembl-hive
2.8.1
|
Public Member Functions | |
| public | new () |
| public | eprof_start () |
| public | eprof_end () |
| public | eprof_dump () |
| public | eprof_reset () |
| public | dump () |
| public | start () |
| public | end () |
| protected Value | _tags () |
This is an Ensembl profiler as we broke the Perl profilers.
| protected Value Bio::EnsEMBL::Utils::Eprof::_tags | ( | ) |
Title : _tags Usage : $obj->_tags($newval) Function: Returns : value of _tags Args : newvalue (optional)
| public Bio::EnsEMBL::Utils::Eprof::dump | ( | ) |
Title : dump Usage : Function: Example :
Returns : Args :
Code:
| public Bio::EnsEMBL::Utils::Eprof::end | ( | ) |
Title : end
Usage : $eprof->end('this_tag');
Function:
Example : Returns : Args :
Code:
| public Bio::EnsEMBL::Utils::Eprof::eprof_dump | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::Utils::Eprof::eprof_end | ( | ) |
Title : eprof_end Usage : Function: Example :
Returns : Args :
Code:
| public Bio::EnsEMBL::Utils::Eprof::eprof_reset | ( | ) |
Title : eprof_reset Usage : Function: Example :
Returns : Args :
Code:
| public Bio::EnsEMBL::Utils::Eprof::eprof_start | ( | ) |
Title : eprof_start Usage : Function: Example :
Returns : Args :
Code:
| public Bio::EnsEMBL::Utils::Eprof::new | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::Utils::Eprof::start | ( | ) |
Title : start
Usage : $eprof->start('this_tag');
Function:
Example : Returns : Args :
Code: