Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2017.05.002
Public Member Functions | List of all members
elpa_api::elpa_get_time_i Interface Reference

abstract definition of get_time method to querry the timer Parameters More...

Public Member Functions

real(kind=c_double) function elpa_get_time_i (self, name1, name2, name3, name4, name5, name6)
 

Detailed Description

abstract definition of get_time method to querry the timer Parameters

Parameters
selfclass(elpa_t): the ELPA object
name1..6string: the name of the timer entry, supports up to 6 levels
Returns
s double: the time for the entry name1..6

Constructor & Destructor Documentation

◆ elpa_get_time_i()

real(kind=c_double) function elpa_api::elpa_get_time_i::elpa_get_time_i ( class(elpa_t), intent(in)  self,
character(len=*), intent(in), optional  name1,
character(len=*), intent(in), optional  name2,
character(len=*), intent(in), optional  name3,
character(len=*), intent(in), optional  name4,
character(len=*), intent(in), optional  name5,
character(len=*), intent(in), optional  name6 
)

The documentation for this interface was generated from the following file: