The following are examples of Intel IPP performance test tool command lines.
ps_ippch -B -r
This command tests all Intel IPP string functions by the default timing method on standard data (-B option) and stores results in file ps_ippch.csv (-r option).
ps_ipps -f FIRLMS_32f -r firlms.csv
This command tests the signal processing function FIRLMS_32f(-f option), and stores the results in firlms.csv (-r option).
ps_ippvc -e -o vc_list.txt
This command lists all video coding functions (-e option) in the output file vc_list.txt (-o option).
ps_ippvc -e -r H264.csv -f H264
This command displays the list of functions with names containing H264( -f option) that can be tested (-e option) on the console and stores the list in H264.csv (-r option).
ps_ipps -B -I
This command creates ps_ipps.ini file after the first run (-I option) to test all signal processing functions using the default timing method on standard data (-B option).
ps_ippi -i -r
This command performs the second run to test all functions with parameters specified in the ps_ipps.ini file (-i option), and generates the output file ps_ipps.csv (-r option).
For detailed descriptions of performance test tool command line options, see Performance Test Tool Command Line Options.
Copyright © 2008 - 2010, Intel Corporation. All rights reserved.