sub current_start {
my ( $self, $value ) = @_;
if ( defined($value) ) { $self->{'current_start'} = $value }
return $self->{'current_start'};
}
|
ensembl-hive
2.8.1
|
Public Member Functions | |
| public | new () |
| public | push_stack () |
| public | pop_stack () |
| public Value | total_time_time () |
| public Value | max_time () |
| public Value | min_time () |
| public Value | total_time () |
| public Value | number () |
| public Value | is_active () |
| public Value | current_start () |
| public Value | tag () |
| public Value Bio::EnsEMBL::Utils::EprofStack::current_start | ( | ) |
Title : current_start Usage : $obj->current_start($newval) Function: Returns : value of current_start Args : newvalue (optional)
Code:
| public Value Bio::EnsEMBL::Utils::EprofStack::is_active | ( | ) |
Title : is_active Usage : $obj->is_active($newval) Function: Returns : value of is_active Args : newvalue (optional)
Code:
| public Value Bio::EnsEMBL::Utils::EprofStack::max_time | ( | ) |
Title : max_time Usage : $obj->max_time($newval) Function: Returns : value of max_time Args : newvalue (optional)
Code:
| public Value Bio::EnsEMBL::Utils::EprofStack::min_time | ( | ) |
Title : min_time Usage : $obj->min_time($newval) Function: Returns : value of min_time Args : newvalue (optional)
Code:
| public Bio::EnsEMBL::Utils::EprofStack::new | ( | ) |
Undocumented method
Code:
| public Value Bio::EnsEMBL::Utils::EprofStack::number | ( | ) |
Title : number Usage : $obj->number($newval) Function: Returns : value of number Args : newvalue (optional)
Code:
| public Bio::EnsEMBL::Utils::EprofStack::pop_stack | ( | ) |
Title : pop_stack Usage : Function: Example :
Returns : Args :
Code:
| public Bio::EnsEMBL::Utils::EprofStack::push_stack | ( | ) |
Title : push_stack Usage : Function: Example :
Returns : Args :
Code:
| public Value Bio::EnsEMBL::Utils::EprofStack::tag | ( | ) |
Title : tag Usage : $obj->tag($newval) Function: Returns : value of tag Args : newvalue (optional)
Code:
| public Value Bio::EnsEMBL::Utils::EprofStack::total_time | ( | ) |
Title : total_time Usage : $obj->total_time($newval) Function: Returns : value of total_time Args : newvalue (optional)
Code:
| public Value Bio::EnsEMBL::Utils::EprofStack::total_time_time | ( | ) |
Title : total_time_time Usage : $obj->total_time_time($newval) Function: Returns : value of total_time_time Args : newvalue (optional)
Code: