Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
Timer_dh.h File Reference
#include "euclid_common.h"
Include dependency graph for Timer_dh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _timer_dh
 

Functions

void Timer_dhCreate (Timer_dh *t)
 
void Timer_dhDestroy (Timer_dh t)
 
void Timer_dhStart (Timer_dh t)
 
void Timer_dhStop (Timer_dh t)
 
double Timer_dhReadCPU (Timer_dh t)
 
double Timer_dhReadWall (Timer_dh t)
 
double Timer_dhReadUsage (Timer_dh t)
 

Function Documentation

void Timer_dhCreate ( Timer_dh t)

Definition at line 49 of file Timer_dh.c.

void Timer_dhDestroy ( Timer_dh  t)

Definition at line 80 of file Timer_dh.c.

void Timer_dhStart ( Timer_dh  t)

Definition at line 210 of file Timer_dh.c.

void Timer_dhStop ( Timer_dh  t)

Definition at line 217 of file Timer_dh.c.

double Timer_dhReadCPU ( Timer_dh  t)

Definition at line 231 of file Timer_dh.c.

double Timer_dhReadWall ( Timer_dh  t)

Definition at line 224 of file Timer_dh.c.

double Timer_dhReadUsage ( Timer_dh  t)

Definition at line 238 of file Timer_dh.c.