numam-dpdk/app/test-compress-perf
Jim Harris 1345c5baae test/compress-perf: remove unused variable
clang-13 rightfully complains that the total_deq_ops
variable in cperf_cyclecount_op_setup is set but not
used, since the final accumulated total_deq_ops
results isn't used anywhere. So just remove the
total_deq_ops variable.

Fixes: 2695db95a1 ("test/compress: add cycle-count mode to perf tool")
Cc: stable@dpdk.org

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2021-11-04 19:46:27 +01:00
..
comp_perf_options_parse.c app: fix exit messages 2021-04-09 14:31:29 +02:00
comp_perf_options.h test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_common.c test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_common.h test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_cyclecount.c test/compress-perf: remove unused variable 2021-11-04 19:46:27 +01:00
comp_perf_test_cyclecount.h test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_throughput.c test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_throughput.h test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_verify.c test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
comp_perf_test_verify.h app/compress-perf: add verification test case 2019-07-19 13:53:27 +02:00
comp_perf.h test/compress: add cycle-count mode to perf tool 2020-02-05 15:20:51 +01:00
main.c eal: rename lcore master and slave 2020-10-20 13:17:08 +02:00
meson.build devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00