amplify.client.FujitsuDASolverExpertClientResultTiming¶
- class FujitsuDASolverExpertClientResultTiming¶
A class that provides time-related information about
FujitsuDASolverExpertClient
.- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)Attributes
CPU usage time in milliseconds.
Extra timing information.
Processing wait time in milliseconds.
The execution time of the FujitsuDASolver expert mode in milliseconds.
The total time spent to find the optimal solution in milliseconds.
- property detailed¶
Extra timing information.
- property solve_time¶
The execution time of the FujitsuDASolver expert mode in milliseconds.
- Type