Home
last modified time | relevance | path

Searched refs:fullbench (Results 1 – 10 of 10) sorted by relevance

/external/lz4/lib/dll/example/
DMakefile47 .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) \
DREADME.md31 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
Dfullbench-dll.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll.vcxproj", "{139…
/external/lz4/tests/
DMakefile67 all: fullbench fuzzer frametest datagen fasttest
82 fullbench : $(LIBDIR)/lz4.o $(LIBDIR)/lz4hc.o $(LIBDIR)/lz4frame.o $(LIBDIR)/xxhash.o fullbench.c target
85 fullbench-lib: fullbench.c $(LIBDIR)/xxhash.c
89 fullbench-dll: fullbench.c $(LIBDIR)/xxhash.c
109 fullbench-dll$(EXT) fullbench-lib$(EXT) \
110 fullbench$(EXT) fullbench32$(EXT) \
138 test: test-lz4 test-lz4c test-fasttest test-frametest test-fullbench test-fuzzer
330 test-fullbench: fullbench
331 ./fullbench --no-prompt $(NB_LOOPS) $(TEST_FILES)
334 test-fullbench32: test-fullbench
[all …]
D.gitignore6 fullbench
DREADME.md7 - `fullbench` : Precisely measure speed for each lz4 inner functions
/external/lz4/visual/VS2010/
Dlz4.sln11 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…
/external/lz4/visual/
DREADME.md32 - `fullbench` : Precisely measure speed for each lz4 inner functions
36 - `fullbench-dll` : The fullbench program compiled with the import library; the executable requires…
/external/lz4/programs/
D.gitignore10 fullbench
/external/lz4/
DNEWS181 fuzzer & fullbench : updated to test new functions