#include <time.h>
Include dependency graph for ichitime.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | tagInchiTime |
| struct | tagINCHI_CLOCK |
Typedefs | |
| typedef struct tagInchiTime | inchiTime |
| typedef struct tagINCHI_CLOCK | INCHI_CLOCK |
Functions | |
| void | InchiTimeGet (inchiTime *TickEnd) |
| long | InchiTimeMsecDiff (INCHI_CLOCK *ic, inchiTime *TickEnd, inchiTime *TickStart) |
| void | InchiTimeAddMsec (INCHI_CLOCK *ic, inchiTime *TickEnd, unsigned long nNumMsec) |
| int | bInchiTimeIsOver (INCHI_CLOCK *ic, inchiTime *TickEnd) |
| long | InchiTimeElapsed (INCHI_CLOCK *ic, inchiTime *TickStart) |
| typedef struct tagINCHI_CLOCK INCHI_CLOCK |
| typedef struct tagInchiTime inchiTime |
| int bInchiTimeIsOver | ( | INCHI_CLOCK * | ic, |
| inchiTime * | TickEnd | ||
| ) |
| void InchiTimeAddMsec | ( | INCHI_CLOCK * | ic, |
| inchiTime * | TickEnd, | ||
| unsigned long | nNumMsec | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| long InchiTimeElapsed | ( | INCHI_CLOCK * | ic, |
| inchiTime * | TickStart | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void InchiTimeGet | ( | inchiTime * | TickEnd | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| long InchiTimeMsecDiff | ( | INCHI_CLOCK * | ic, |
| inchiTime * | TickEnd, | ||
| inchiTime * | TickStart | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function: