Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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

◆ TimeLog_dhCreate()

void TimeLog_dhCreate ( TimeLog_dh * t)
extern

Definition at line 62 of file TimeLog_dh.c.

◆ TimeLog_dhDestroy()

void TimeLog_dhDestroy ( TimeLog_dh t)
extern

Definition at line 78 of file TimeLog_dh.c.

◆ TimeLog_dhStart()

void TimeLog_dhStart ( TimeLog_dh t)
extern

Definition at line 88 of file TimeLog_dh.c.

◆ TimeLog_dhStop()

void TimeLog_dhStop ( TimeLog_dh t)
extern

Definition at line 96 of file TimeLog_dh.c.

◆ TimeLog_dhReset()

void TimeLog_dhReset ( TimeLog_dh t)
extern

Definition at line 120 of file TimeLog_dh.c.

◆ TimeLog_dhMark()

void TimeLog_dhMark ( TimeLog_dh t,
char * description )
extern

Definition at line 104 of file TimeLog_dh.c.

◆ TimeLog_dhPrint()

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

Definition at line 140 of file TimeLog_dh.c.