Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include "zlib.h"
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[]) |
Definition at line 84 of file testzlib.c.
Referenced by main().
void BeginCountRdtsc | ( | LARGE_INTEGER * | pbeginTime64 | ) |
Definition at line 71 of file testzlib.c.
Referenced by main(), and MyDoMinus64().
DWORD GetMsecSincePerfCounter | ( | LARGE_INTEGER | beginTime64, |
BOOL | fComputeTimeQueryPerf | ||
) |
LARGE_INTEGER GetResRdtsc | ( | LARGE_INTEGER | beginTime64, |
BOOL | fComputeTimeQueryPerf | ||
) |
Definition at line 75 of file testzlib.c.
Referenced by main(), and MyDoMinus64().
Definition at line 145 of file testzlib.c.
References z_stream_s::avail_in, z_stream_s::avail_out, BeginCountPerfCounter(), BeginCountRdtsc(), deflate(), deflateEnd(), deflateInit, GetMsecSincePerfCounter(), GetResRdtsc(), inflate(), inflateEnd(), inflateInit, int, malloc(), vl::min(), z_stream_s::next_in, z_stream_s::next_out, ReadFileMemory(), vl::step(), z_stream_s::total_in, z_stream_s::total_out, TRUE, Z_DEFAULT_COMPRESSION, Z_FINISH, Z_OK, and Z_SYNC_FLUSH.
void MyDoMinus64 | ( | LARGE_INTEGER * | R, |
LARGE_INTEGER | A, | ||
LARGE_INTEGER | B | ||
) |
Definition at line 8 of file testzlib.c.
References BeginCountRdtsc(), BOOL, GetResRdtsc(), and myGetRDTSC32().
Referenced by GetMsecSincePerfCounter().
void myGetRDTSC32 | ( | LARGE_INTEGER * | pbeginTime64 | ) |
Definition at line 67 of file testzlib.c.
Referenced by MyDoMinus64().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.