Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "euclid_common.h"
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) |
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.