Grendil;10281 wrote:
I've used that too, however I've appreciated the tabular view in the Processing Queue for reviewing a lot of NCrunch behavior (both tests and build/analyse steps) at once. Are the test execution times listed in the Tests window "valid" for performance analysis? (It is a bit less convenient to study the engine tab for each test individually, but it's certainly helpful.)
Yes. Examining the performance of individual tests should definitely be done from the Tests Window. This is the most accurate way to determine the true running time of any specific test.
Something else you can do is to set your Log Verbosity to 'Detailed', then examine the time-marked logs in the Processing Queue trace output. These logs aren't intended for performance analysis but the timestamps are still useful and they can also reveal quite a bit of internal information about what the engine is doing. Note that the logs themselves are considered 'internal' and are not intended to be user friendly.