Home
last modified time | relevance | path

Searched refs:input_data_sz (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test-compress-perf/
H A Dmain.c246 if (test_data->input_data_sz == 0) in comp_perf_dump_input_data()
247 test_data->input_data_sz = actual_file_sz; in comp_perf_dump_input_data()
249 if (test_data->input_data_sz <= 0 || actual_file_sz <= 0 || in comp_perf_dump_input_data()
256 test_data->input_data_sz, 0, rte_socket_id()); in comp_perf_dump_input_data()
264 size_t remaining_data = test_data->input_data_sz; in comp_perf_dump_input_data()
284 if (test_data->input_data_sz > actual_file_sz) in comp_perf_dump_input_data()
287 test_data->input_data_sz, test_data->input_file, in comp_perf_dump_input_data()
288 (double)test_data->input_data_sz/actual_file_sz); in comp_perf_dump_input_data()
292 test_data->input_data_sz, test_data->input_file); in comp_perf_dump_input_data()
381 printf("Input data size = %zu\n", test_data->input_data_sz); in main()
H A Dcomp_perf_test_common.c27 size_t input_data_sz; member
236 test_data->total_segs = DIV_CEIL(test_data->input_data_sz, in comp_perf_allocate_memory()
308 test_data->input_data_sz, 0, in comp_perf_allocate_memory()
338 buffer_info.input_data_sz = test_data->input_data_sz; in comp_perf_allocate_memory()
346 uint32_t remaining_data = test_data->input_data_sz; in prepare_bufs()
503 uint32_t opt_total_segs = DIV_CEIL(buffer_info.input_data_sz, in print_test_dynamics()
H A Dcomp_perf_test_verify.c408 if (ctx->decomp_data_sz != test_data->input_data_sz) { in cperf_verify_test_runner()
413 ctx->decomp_data_sz, test_data->input_data_sz); in cperf_verify_test_runner()
419 test_data->input_data_sz) != 0) { in cperf_verify_test_runner()
428 test_data->input_data_sz * 100; in cperf_verify_test_runner()
H A Dcomp_perf_options.h52 size_t input_data_sz; member
H A Dcomp_perf_test_throughput.c382 test_data->input_data_sz; in cperf_throughput_test_runner()
386 test_data->input_data_sz; in cperf_throughput_test_runner()
H A Dcomp_perf_options_parse.c350 test_data->input_data_sz = tmp; in parse_extended_input_sz()