History log of /isa-l/igzip/igzip_build_hash_table_perf.c (Results 1 – 6 of 6)
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>


# 5a00eaec 14-Dec-2023 Tomasz Kantecki <tomasz.kantecki@intel.com>

igzip: several fixes for issues reported by static code analysis

Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com>


# f430953f 04-Dec-2019 Zhiyuan Zhu <zhiyuan.zhu@arm.com>

igzip: cleanup perf test related code

This patch addresses some cppcheck issues.
And some minor changes to maintain code consistency.

- Cleanup cppcheck issues.
[log][igzip/igzip_perf.c] (error)

igzip: cleanup perf test related code

This patch addresses some cppcheck issues.
And some minor changes to maintain code consistency.

- Cleanup cppcheck issues.
[log][igzip/igzip_perf.c] (error) Shifting signed 32-bit value by 31 bits is undefined behaviour
[log][igzip/igzip_hist_perf.c:132]: (error) Memory leak: outbuf

- Some minor changes to maintain code consistency.
igzip/igzip_build_hash_table_perf.c
igzip/igzip_hist_perf.c
igzip/igzip_semi_dyn_file_perf.c

- delete unused variable
outbuf and outbuf_size from igzip/igzip_hist_perf.c

Change-Id: Icbbd8f70de689931c8a844d89e457af8d97c6793
Signed-off-by: Zhiyuan Zhu <zhiyuan.zhu@arm.com>

show more ...


# 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>


# e1470f70 13-Nov-2018 Greg Tucker <greg.b.tucker@intel.com>

igzip: Fixup a few labels and return warnings

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


# aff65552 09-Jun-2017 Roy Oursler <roy.j.oursler@intel.com>

igzip: Optimized deflate_hash

Optimize deflate hash by unrolling crc calculations.

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