/n /nowait If this is turned on, the monitor will keep running after this process has terminated. If this is on, run again with /shutdown to stop the monitor and reset the environment. Can not be used at the same time as /shutdown.
/MANIFESTFILE lets you change the default name of the manifest file. The default name of the manifest file is the file name ...
/maxpriority:[priority Only tests whose priority is less than or equal to this value will be executed. Example: /minpriority:0 ...
/minpriority:[priority Only tests whose priority is greater than or equal to this value will be executed. Example: /minpriority:0 ...
/m[:TYPE /memory[:TYPE Enable managed memory profiling. It is possible to enable tracing of allocations only (/m:allocation ...
/n /nowait If this is turned on, the monitor will keep running after this process has terminated. If this is on, run again ...
/noisolation Run tests within the MSTest.exe process. This choice improves test run speed but increases risk to the MSTest.exe ...
/noresults Do not save the test results in a TRX file. This choice improves test run speed but does not save the test run ...
/OPT:REF eliminates functions and/or data that are never referenced while /OPT:NOREF keeps functions and/or data that are ...
/o[:FILE /output[:FILE Dumps the results into the specified FILE. If not specified, the results are stored in PerformanceReport.vsp ...