Command-Line Parameters for the OAL Cache Churn Test (Windows Embedded CE 6.0)

1/6/2010

This test causes churn of the memory hierarchy and cache systems by mixing operations on blocks of memory, such as allocation, freedom, reading, and writing.

Syntax

tux.exe [tuxparams] -d oalCacheChun.dll [-c "[-runTime time] [-cacheSize size] [-maxWorkingSets size] [-pageSize page] [-breakOnFailure] [-caliThreshold time]"]

Command-line parameters

Command-line parameter Description

tux.exe tuxparams

For information about the command-line parameters of the Tux test harness, see Tux Command-Line Parameters.

-d oalCacheChurn.dll

Specifies the DLL to use for the OAL Cache Churn Test.

-c ""

Specifies a list of test-specific parameters that Tux passes to the test DLL.

-runTimetime

Specifies how long the test runs, using standard test semantics for time. For information about the semantics, see Tux Command-Line Parameters.

-cacheSizesize

Specifies the size of the cache in bytes.

-maxWorkingSetssize

Specifies the size of the working set in bytes; overrides cacheSize.

-pageSizepage

Specifies the page size in bytes.

-breakOnFailure

Specifies that the test breaks immediately at the first failure.

-caliThresholdtime

Designates a very short test time, so that the test can extrapolate how long a full run of the test might take. This information is used internally by the test. The default value is 10 seconds.

See Also

Other Resources

OAL Cache Churn Test