/o[:FILE] /output[:FILE] Dumps the results into the specified FILE. If not specified, the results are stored in PerformanceReport.vsp in the current directory.
/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 ...
/publishresultsfile:[file name The name of the test results file to publish. If none is specified, use the file produced ...
/p[:(on|off) /packsymbols[:(on|off) Enables symbol packing. Symbol packing is on by default. The flag by itself is the same ...
/s /sample Turns on sampling profiling. This does not require instrumentation of any of the assemblies. This is the default. ...
/SHUTDOWN[:n Waits for monitored applications to shutdown, shuts down VSPerfMon.exe, and then waits for the shutdown to complete. ...