HxStatistics Class

class HxStatistics

Statistics of the search.

Summary

Fields

HxStatistics.runningTime

Running time in seconds. Note that is the “real” time spent (and not only the CPU or system time).

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

HxStatistics.nbIterations

Number of iterations.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int