Function

GLibtest_minimized_result

since: 2.16

Declaration

void
g_test_minimized_result (
  double minimized_quantity,
  const char* format,
  ...
)

Description

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.

Parameters

minimized_quantity

Type: double

The reported value.

format

Type: const char*

The format string of the report message.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
...

Type: 

Arguments to pass to the printf() function.