|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
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[]) |
| void BeginCountPerfCounter | ( | LARGE_INTEGER * | pbeginTime64, |
| BOOL | fComputeTimeQueryPerf | ||
| ) |
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().
| 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().
Definition at line 145 of file testzlib.c.
References argc, argv, z_stream_s::avail_in, z_stream_s::avail_out, BeginCountPerfCounter(), BeginCountRdtsc(), deflate(), deflateEnd(), deflateInit, GetMsecSincePerfCounter(), GetResRdtsc(), inflate(), inflateEnd(), inflateInit, int(), malloc, memcmp(), z_stream_s::next_in, z_stream_s::next_out, ReadFileMemory(), realloc, 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 | ||
| ) |
| void myGetRDTSC32 | ( | LARGE_INTEGER * | pbeginTime64 | ) |
Definition at line 67 of file testzlib.c.