History log of /isa-l/igzip/igzip_file_perf.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 55fbfabf 19-Apr-2024 Marcel Cornu <marcel.d.cornu@intel.com>

igzip: reformat using new code style

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>


# 1500db75 23-Jan-2024 Colin Ian King <colin.i.king@gmail.com>

Fix a handful of spelling mistakes and typos

There are quite a few spelling mistakes and typos in comments and
user facing message literal strings as found using codespell. Fix
these.

Signed-off-by

Fix a handful of spelling mistakes and typos

There are quite a few spelling mistakes and typos in comments and
user facing message literal strings as found using codespell. Fix
these.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

show more ...


# 19035917 20-Oct-2020 Greg Tucker <greg.b.tucker@intel.com>

igzip: Add new functions for faster dictionary compression

Change-Id: Id55728fea286d144f8a11192ab02ccc8503d7b25
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>


# 89f7c46c 20-Oct-2020 Greg Tucker <greg.b.tucker@intel.com>

Change igzip_file_perf to accept 0 time

Change-Id: Ie2edf8e742d0bcdd9a008704f997006f8f5009ac
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>


# 699bb5bd 22-Jan-2019 Roy Oursler <roy.j.oursler@intel.com>

all: Revamp performance testing to be time based

Change-Id: I6260d28e4adc974d8db0a1c770e3eb922d87f8e4
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>


# aa8b5193 13-Jun-2018 Roy Oursler <roy.j.oursler@intel.com>

igzip: Add variable history window to perf test

Change-Id: Ia5eb10094e8c84778ed6cf3a51ddade9a19103b5
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>


# 4ae2d1be 10-Jun-2017 Roy Oursler <roy.j.oursler@intel.com>

igzip: Implement optimized level 2 compression

Change-Id: I8cf5bcd56f290d17205ac36dc2828c8acfc66947
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>


# 48d74d6e 11-Oct-2017 Greg Tucker <greg.b.tucker@intel.com>

igzip: Fix perf test to only open dictionary if specified

Change-Id: Idf5048589af5b61da5ccccf25c575dfc05ea15ec
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>


# ed15402f 07-Jun-2017 Roy Oursler <roy.j.oursler@intel.com>

igzip: Add stateful dictionary support

Change-Id: I75dbac947787bc0041674468c88d0aa41b8b082f
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>


# a8966b67 06-May-2017 Greg Tucker <greg.b.tucker@intel.com>

igzip: Add unit tests for adler and crc32_gzip

Also renamed test helper function, fixed clang warnings and adler usage.

Change-Id: I4ad22d046809483456608be1f4fdc4adbf0e09e4
Signed-off-by: Greg Tuck

igzip: Add unit tests for adler and crc32_gzip

Also renamed test helper function, fixed clang warnings and adler usage.

Change-Id: I4ad22d046809483456608be1f4fdc4adbf0e09e4
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>

show more ...


# 52f644d3 12-May-2017 Hailiang Wang <hailiangx.e.wang@intel.com>

igzip:use fgetpos() to replace ftell() to get file's length.

Change-Id: Ia1f3c06e92c01da9d22b3d70b2b05fe4808c9f2c
Signed-off-by: Hailiang Wang <hailiangx.e.wang@intel.com>


# 5d155804 17-Jan-2017 Roy Oursler <roy.j.oursler@intel.com>

igzip: Modify stateless_file_perf to test compression levels

Change-Id: If628e7f949da6862b99cebe6a0a59c6e6d5443e4
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>


# 547e8e18 07-Sep-2016 Roy Oursler <roy.j.oursler@intel.com>

igzip: Allow performance check with small input buffers

Add the SMALL_IN_BUFFER compile time condition to igzip_file_perf to perform
perfomance checking when data is separated into small input buffe

igzip: Allow performance check with small input buffers

Add the SMALL_IN_BUFFER compile time condition to igzip_file_perf to perform
perfomance checking when data is separated into small input buffers.

Change-Id: Ic7a6451f23a46773e100b17ce86f84e41e4df48a
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>

show more ...


# 88f95d85 05-Aug-2016 Roy Oursler <roy.j.oursler@intel.com>

igzip: Merge inflate.h and igzip_lib.h and fix external naming

Merge inflate.h and igzip_lib.h and rename many defines to avoid conflicts,
along with general cleanup of the new header.

Signed-off-b

igzip: Merge inflate.h and igzip_lib.h and fix external naming

Merge inflate.h and igzip_lib.h and rename many defines to avoid conflicts,
along with general cleanup of the new header.

Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
Reviewed-by: Greg Tucker <greg.b.tucker@intel.com>

show more ...


# f97de75f 21-Jun-2016 Roy Oursler <roy.j.oursler@intel.com>

igzip: Port improvements to stateless compress to stateful compress

Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
Reviewed-by: Greg Tucker <greg.b.tucker@intel.com>


# 660f49b0 02-Jun-2016 Greg Tucker <greg.b.tucker@intel.com>

Add data compression unit

Include fast DEFLATE compatable compression functions.

Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>