amplify.client.NECClientResultTiming

class NECClientResultTiming

A class that provides various types of execution time-related information.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

execution_time

The time spent on the processing, measured in milliseconds.

time

The list of times spent on calculations, measured in seconds.

total_time

The total time spent on network transmission, queueing, and execution, measured in milliseconds.

property execution_time

The time spent on the processing, measured in milliseconds.

Type:

float

property time

The list of times spent on calculations, measured in seconds.

Type:

list

property total_time

The total time spent on network transmission, queueing, and execution, measured in milliseconds.

Type:

float