Searched full:fullbench (Results 1 – 19 of 19) sorted by relevance
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | Makefile | 47 .PHONY: default fullbench-dll fullbench-lib 52 all: fullbench-dll fullbench-lib 55 fullbench-lib: fullbench.c xxhash.c 58 fullbench-dll: fullbench.c xxhash.c 62 @$(RM) fullbench-dll$(EXT) fullbench-lib$(EXT) \
|
D | README.md | 31 Use `cd example` and `make` to build `fullbench-dll` and `fullbench-lib`. 32 `fullbench-dll` uses a dynamic LZ4 library from the `dll` directory. 33 `fullbench-lib` uses a static LZ4 library from the `lib` directory. 51 Open `example\fullbench-dll.sln` to compile `fullbench-dll` that uses a
|
D | fullbench-dll.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll.vcxproj", "{139…
|
D | fullbench-dll.vcxproj | 24 <RootNamespace>fullbench-dll</RootNamespace> 171 <ClCompile Include="fullbench.c" />
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/tests/ |
D | meson.build | 26 fullbench_sources = [join_paths(lz4_root_dir, 'tests/fullbench.c')] 27 fullbench = executable('fullbench', build 82 test('test-fullbench', 83 fullbench,
|
/lz4-3.4.0-2.7.6/ |
D | appveyor.yml | 51 make -C tests fullbench && 56 …make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-… 63 COPY tests\fullbench.c bin\example\ && 72 COPY lib\dll\example\fullbench-dll.* bin\example\ && 117 fullbench.exe -i1 fullbench.exe &&
|
D | .travis.yml | 19 - make -C tests test-lz4 test-lz4c test-fullbench 40 - make -C tests fullbench-wmalloc # test LZ4_USER_MEMORY_FUNCTIONS 42 … - CC="c++ -Wno-deprecated" make -C tests fullbench-wmalloc # stricter function signature check
|
D | NEWS | 74 fullbench : can bench _destSize() variants, by @felixhandte 285 fuzzer & fullbench : updated to test new functions
|
/lz4-3.4.0-2.7.6/tests/ |
D | Makefile | 27 # fullbench : Precisely measure speed for each LZ4 function variant 59 all: fullbench fuzzer frametest roundTripTest datagen checkFrame decompress-partial 79 fullbench : DEBUGLEVEL=0 target 80 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c target 86 fullbench-lib: fullbench.c $(LZ4DIR)/liblz4.a 89 fullbench-dll: fullbench.c $(LZ4DIR)/xxhash.c 94 fullbench-wmalloc: CPPFLAGS += -DLZ4_USER_MEMORY_FUNCTIONS 95 fullbench-wmalloc: fullbench 120 fullbench-dll$(EXT) fullbench-lib$(EXT) \ 121 fullbench$(EXT) fullbench32$(EXT) \ [all …]
|
D | .gitignore | 6 fullbench
|
D | README.md | 7 - `fullbench` : Precisely measure speed for each lz4 inner functions
|
/lz4-3.4.0-2.7.6/build/ |
D | README.md | 34 - `fullbench` : Precisely measure speed for each lz4 inner functions 38 - `fullbench-dll` : The fullbench program compiled with the import library; the executable requires…
|
/lz4-3.4.0-2.7.6/build/VS2010/ |
D | lz4.sln | 11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench", "fullbench\fullbench.vcxproj", "{6… 17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll\fullbench-dll.v…
|
/lz4-3.4.0-2.7.6/build/VS2017/ |
D | lz4.sln | 11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench", "fullbench\fullbench.vcxproj", "{6… 17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll\fullbench-dll.v…
|
/lz4-3.4.0-2.7.6/programs/ |
D | .gitignore | 11 fullbench
|
/lz4-3.4.0-2.7.6/build/VS2017/fullbench/ |
D | fullbench.vcxproj | 24 <RootNamespace>fullbench</RootNamespace> 168 <ClCompile Include="..\..\..\tests\fullbench.c" />
|
/lz4-3.4.0-2.7.6/build/VS2010/fullbench/ |
D | fullbench.vcxproj | 24 <RootNamespace>fullbench</RootNamespace> 164 <ClCompile Include="..\..\..\tests\fullbench.c" />
|
/lz4-3.4.0-2.7.6/build/VS2010/fullbench-dll/ |
D | fullbench-dll.vcxproj | 24 <RootNamespace>fullbench-dll</RootNamespace> 169 <ClCompile Include="..\..\..\tests\fullbench.c" />
|
/lz4-3.4.0-2.7.6/build/VS2017/fullbench-dll/ |
D | fullbench-dll.vcxproj | 24 <RootNamespace>fullbench-dll</RootNamespace> 173 <ClCompile Include="..\..\..\tests\fullbench.c" />
|