Command-Line Options
Running the multiple measurements sample with the
-h
option yields the following usage message:Usage: tcc_multiple_measurements_sample -a N -m N [-i N]
Option | Description |
---|---|
-a | --approximation N | Required. Execute 2/Pi approximation workload with N number. |
-m | --multiplication N | Required. Execute matrices multiplication workload with N number. |
-i | --iterations N | Optional. Execute N iterations of the main loop to gather
more precise timing statistics. (default: 1,000) |
-h | --help | Show this help message and exit. |