amplify.client.FujitsuDASolverExpertClientResultTiming

class FujitsuDASolverExpertClientResultTiming

A class that provides time-related information about FujitsuDASolverExpertClient.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

cpu_time

CPU usage time in milliseconds.

detailed

Extra timing information.

queue_time

Processing wait time in milliseconds.

solve_time

The execution time of the FujitsuDASolver expert mode in milliseconds.

total_elapsed_time

The total time spent to find the optimal solution in milliseconds.

property cpu_time

CPU usage time in milliseconds.

Type:

int

property detailed

Extra timing information.

Type:

FujitsuDASolverExpertClientResultTimingDetailed

property queue_time

Processing wait time in milliseconds.

Type:

int

property solve_time

The execution time of the FujitsuDASolver expert mode in milliseconds.

Type:

int

property total_elapsed_time

The total time spent to find the optimal solution in milliseconds.

Type:

int