Rizin
unix-like reverse engineering framework and cli tools
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
int | BMK_benchFiles (const char **fileNamesTable, unsigned nbFiles, int cLevel, int cLevelLast, const char *dictFileName) |
void | BMK_setNbSeconds (unsigned nbLoops) |
void | BMK_setBlockSize (size_t blockSize) |
void | BMK_setAdditionalParam (int additionalParam) |
void | BMK_setNotificationLevel (unsigned level) |
void | BMK_setBenchSeparately (int separate) |
int BMK_benchFiles | ( | const char ** | fileNamesTable, |
unsigned | nbFiles, | ||
int | cLevel, | ||
int | cLevelLast, | ||
const char * | dictFileName | ||
) |
Definition at line 697 of file bench.c.
References BMK_benchFilesSeparately(), BMK_benchFileTable(), BMK_syntheticTest(), compressionParameters::cLevel, compressionParameters::dictBuf, compressionParameters::dictSize, DISPLAYLEVEL, EXM_THROW, benchmark::FILE, free(), g_benchSeparately, g_compressibilityDefault, int, LZ4_MAX_DICT_SIZE, LZ4HC_CLEVEL_MAX, malloc(), NULL, SEEK_SET, UTIL_fseek, and UTIL_getFileSize().
Referenced by main().
void BMK_setAdditionalParam | ( | int | additionalParam | ) |
void BMK_setBenchSeparately | ( | int | separate | ) |
void BMK_setBlockSize | ( | size_t | blockSize | ) |
void BMK_setNbSeconds | ( | unsigned | nbLoops | ) |
Definition at line 292 of file bench.c.
References DISPLAYLEVEL, and g_nbSeconds.
Referenced by main().