[ PrintfFormat ]
public void maximized_result (double maximized_quantity, string format, ...)
Report the result of a performance or measurement test.
The test should generally strive to maximize the reported quantities (larger values are better than smaller ones), this and
maximized_quantity can determine sorting order for test result reports.
| maximized_quantity |
the reported value |
| format |
the format string of the report message |
| ... |
arguments to pass to the printf function |