ensembl-hive  2.8.1
Bio::EnsEMBL::Utils::EprofStack Class Reference

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 ()
 

Detailed Description

Description

 

Synopsis

Description

 

Definition at line 16 of file EprofStack.pm.

Member Function Documentation

◆ current_start()

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:
click to view

◆ is_active()

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:
click to view

◆ max_time()

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:
click to view

◆ min_time()

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:
click to view

◆ new()

public Bio::EnsEMBL::Utils::EprofStack::new ( )

Undocumented method

Code:
click to view

◆ number()

public Value Bio::EnsEMBL::Utils::EprofStack::number ( )
 Title   : number
 Usage   : $obj->number($newval)
 Function: 
 Returns : value of number
 Args    : newvalue (optional)
 
Code:
click to view

◆ pop_stack()

public Bio::EnsEMBL::Utils::EprofStack::pop_stack ( )
 Title   : pop_stack
 Usage   :
 Function:
 Example :
 Returns : 
 Args    :
 
Code:
click to view

◆ push_stack()

public Bio::EnsEMBL::Utils::EprofStack::push_stack ( )
 Title   : push_stack
 Usage   :
 Function:
 Example :
 Returns : 
 Args    :
 
Code:
click to view

◆ tag()

public Value Bio::EnsEMBL::Utils::EprofStack::tag ( )
 Title   : tag
 Usage   : $obj->tag($newval)
 Function: 
 Returns : value of tag
 Args    : newvalue (optional)
 
Code:
click to view

◆ total_time()

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:
click to view

◆ total_time_time()

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:
click to view

The documentation for this class was generated from the following file:
Bio::EnsEMBL::Utils::EprofStack::push_stack
public push_stack()
Bio::EnsEMBL::Utils::EprofStack::tag
public Value tag()
Bio::EnsEMBL::Utils::EprofStack::min_time
public Value min_time()
Bio::EnsEMBL::Utils::EprofStack::total_time_time
public Value total_time_time()
Bio::EnsEMBL::Utils::EprofStack::number
public Value number()
Bio::EnsEMBL::Utils::EprofStack::current_start
public Value current_start()
Bio::EnsEMBL::Utils::EprofStack::pop_stack
public pop_stack()
Bio::EnsEMBL::Utils::EprofStack::is_active
public Value is_active()
Bio::EnsEMBL::Utils::EprofStack::total_time
public Value total_time()
Bio::EnsEMBL::Utils::EprofStack::max_time
public Value max_time()