swat.cas.response.CASPerformance

class swat.cas.response.CASPerformance(_sw_response)

Bases: object

Performance metrics of a CAS response

This class is never instantiated directly. It is instantiated behind the scenes when the CASResponse is created.

Parameters:
_sw_response : SWIG CASResponse

SWIG CASResponse object

Returns:
CASPerformance object
Attributes:
elapsed_time : float
cpu_user_time : float
cpu_system_time : float
system_total_memory : int
system_nodes : int
system_cores : int
memory : int
memory_os : int
memory_quota : int
data_movement_time : float
date_movement_bytes : int
__init__(_sw_response)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(_sw_response) Initialize self.
to_dict() Return performance attributes as a dictionary