#include <stdio.h>#include <stdlib.h>#include <windows.h>#include "zlib.h"
Go to the source code of this file.
Functions | |
| void | BeginCountPerfCounter (LARGE_INTEGER *pbeginTime64, BOOL fComputeTimeQueryPerf) |
| void | BeginCountRdtsc (LARGE_INTEGER *pbeginTime64) |
| DWORD | GetMsecSincePerfCounter (LARGE_INTEGER beginTime64, BOOL fComputeTimeQueryPerf) |
| LARGE_INTEGER | GetResRdtsc (LARGE_INTEGER beginTime64, BOOL fComputeTimeQueryPerf) |
| int | main (int argc, char *argv[]) |
| void | MyDoMinus64 (LARGE_INTEGER *R, LARGE_INTEGER A, LARGE_INTEGER B) |
| void | myGetRDTSC32 (LARGE_INTEGER *pbeginTime64) |
| int | ReadFileMemory (const char *filename, long *plFileSize, unsigned char **pFilePtr) |
| void BeginCountPerfCounter | ( | LARGE_INTEGER * | pbeginTime64, |
| BOOL | fComputeTimeQueryPerf | ||
| ) |
Definition at line 84 of file zlib/contrib/testzlib/testzlib.c.
| void BeginCountRdtsc | ( | LARGE_INTEGER * | pbeginTime64 | ) |
Definition at line 71 of file zlib/contrib/testzlib/testzlib.c.
| DWORD GetMsecSincePerfCounter | ( | LARGE_INTEGER | beginTime64, |
| BOOL | fComputeTimeQueryPerf | ||
| ) |
Definition at line 93 of file zlib/contrib/testzlib/testzlib.c.
| LARGE_INTEGER GetResRdtsc | ( | LARGE_INTEGER | beginTime64, |
| BOOL | fComputeTimeQueryPerf | ||
| ) |
Definition at line 75 of file zlib/contrib/testzlib/testzlib.c.
Definition at line 145 of file zlib/contrib/testzlib/testzlib.c.
| void MyDoMinus64 | ( | LARGE_INTEGER * | R, |
| LARGE_INTEGER | A, | ||
| LARGE_INTEGER | B | ||
| ) |
Definition at line 8 of file zlib/contrib/testzlib/testzlib.c.
| void myGetRDTSC32 | ( | LARGE_INTEGER * | pbeginTime64 | ) |
Definition at line 67 of file zlib/contrib/testzlib/testzlib.c.
Definition at line 119 of file zlib/contrib/testzlib/testzlib.c.