|
CMSIS2000
0.0.7
|

Go to the source code of this file.
Functions | |
| int | BMK_benchFile (char **fileNamesTable, int nbFiles, int cLevel) |
| void | BMK_SetBlocksize (int bsize) |
| void | BMK_SetNbIterations (int nbLoops) |
| void | BMK_SetPause () |
| int BMK_benchFile | ( | char ** | fileNamesTable, |
| int | nbFiles, | ||
| int | cLevel | ||
| ) |
Definition at line 286 of file bench.c.
References BMK_checksum_MMH3A(), BMK_findMaxMem(), BMK_GetFileSize(), BMK_GetMilliSpan(), BMK_GetMilliStart(), BMK_pause, chunkSize, compressionParameters::compressionFunction, COMPRESSOR0, COMPRESSOR1, compressionParameters::decompressionFunction, DEFAULTCOMPRESSOR, DISPLAY, chunkParameters::id, chunkParameters::inputBuffer, chunkParameters::inputSize, LZ4_compressBound(), LZ4_uncompress(), nbIterations, NULL, chunkParameters::outputBuffer, chunkParameters::outputSize, TIMELOOP, U32, and U64.
Referenced by main().


| void BMK_SetBlocksize | ( | int | bsize | ) |
| void BMK_SetNbIterations | ( | int | nbLoops | ) |
Definition at line 144 of file bench.c.
References DISPLAY, and nbIterations.
Referenced by main().
