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

Go to the source code of this file.

Functions

void TimeLog_dhCreate (TimeLog_dh *t)
 
void TimeLog_dhDestroy (TimeLog_dh t)
 
void TimeLog_dhStart (TimeLog_dh t)
 
void TimeLog_dhStop (TimeLog_dh t)
 
void TimeLog_dhReset (TimeLog_dh t)
 
void TimeLog_dhMark (TimeLog_dh t, char *description)
 
void TimeLog_dhPrint (TimeLog_dh t, FILE *fp, bool allPrint)
 

Function Documentation

void TimeLog_dhCreate ( TimeLog_dh t)

Definition at line 62 of file TimeLog_dh.c.

void TimeLog_dhDestroy ( TimeLog_dh  t)

Definition at line 78 of file TimeLog_dh.c.

void TimeLog_dhStart ( TimeLog_dh  t)

Definition at line 88 of file TimeLog_dh.c.

void TimeLog_dhStop ( TimeLog_dh  t)

Definition at line 96 of file TimeLog_dh.c.

void TimeLog_dhReset ( TimeLog_dh  t)

Definition at line 120 of file TimeLog_dh.c.

void TimeLog_dhMark ( TimeLog_dh  t,
char *  description 
)

Definition at line 104 of file TimeLog_dh.c.

void TimeLog_dhPrint ( TimeLog_dh  t,
FILE *  fp,
bool  allPrint 
)

Definition at line 140 of file TimeLog_dh.c.