Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
testzlib.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include "zlib.h"
Include dependency graph for testzlib.c:

Go to the source code of this file.

Functions

void MyDoMinus64 (LARGE_INTEGER *R, LARGE_INTEGER A, LARGE_INTEGER B)
 
void myGetRDTSC32 (LARGE_INTEGER *pbeginTime64)
 
void BeginCountRdtsc (LARGE_INTEGER *pbeginTime64)
 
LARGE_INTEGER GetResRdtsc (LARGE_INTEGER beginTime64, BOOL fComputeTimeQueryPerf)
 
void BeginCountPerfCounter (LARGE_INTEGER *pbeginTime64, BOOL fComputeTimeQueryPerf)
 
DWORD GetMsecSincePerfCounter (LARGE_INTEGER beginTime64, BOOL fComputeTimeQueryPerf)
 
int ReadFileMemory (const char *filename, long *plFileSize, unsigned char **pFilePtr)
 
int main (int argc, char *argv[])
 

Function Documentation

void BeginCountPerfCounter ( LARGE_INTEGER *  pbeginTime64,
BOOL  fComputeTimeQueryPerf 
)

Definition at line 84 of file testzlib.c.

void BeginCountRdtsc ( LARGE_INTEGER *  pbeginTime64)

Definition at line 71 of file testzlib.c.

DWORD GetMsecSincePerfCounter ( LARGE_INTEGER  beginTime64,
BOOL  fComputeTimeQueryPerf 
)

Definition at line 93 of file testzlib.c.

LARGE_INTEGER GetResRdtsc ( LARGE_INTEGER  beginTime64,
BOOL  fComputeTimeQueryPerf 
)

Definition at line 75 of file testzlib.c.

int main ( int  argc,
char *  argv[] 
)

Definition at line 145 of file testzlib.c.

void MyDoMinus64 ( LARGE_INTEGER *  R,
LARGE_INTEGER  A,
LARGE_INTEGER  B 
)

Definition at line 8 of file testzlib.c.

void myGetRDTSC32 ( LARGE_INTEGER *  pbeginTime64)

Definition at line 67 of file testzlib.c.

int ReadFileMemory ( const char *  filename,
long *  plFileSize,
unsigned char **  pFilePtr 
)

Definition at line 119 of file testzlib.c.