Function
GLibtest_minimized_result
since: 2.16
Declaration [src]
void
g_test_minimized_result (
double minimized_quantity,
const char* format,
...
)
Description [src]
Report the result of a performance or measurement test.
The test should generally strive to minimize the reported
quantities (smaller values are better than larger ones),
this and minimized_quantity
can determine sorting
order for test result reports.
Available since: 2.16
This function is not directly available to language bindings.