Public Member Functions | |
def | __init__ (self) |
def | add_to_inner_time_spent (self, value) |
def | add_to_overhead_spent (self, value) |
def | add_to_pure_tf_spent (self, value) |
def | append_to_frame_times_inner (self, value) |
def | append_to_frame_times_no_drawing (self, value) |
def | append_to_frame_times_outer (self, value) |
def | append_to_frame_times_tf (self, value) |
def | process_statistics (self) |
def | set_frame_count (self, value) |
def | set_images_sizes (self, original_image_size, processing_image_size) |
def | set_time_end_of_start (self, value) |
A class to calculate run statistics
Definition at line 38 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.__init__ | ( | self | ) |
Definition at line 41 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.add_to_inner_time_spent | ( | self, | |
value | |||
) |
Self descriptive
Definition at line 72 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.add_to_overhead_spent | ( | self, | |
value | |||
) |
Self descriptive
Definition at line 80 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.add_to_pure_tf_spent | ( | self, | |
value | |||
) |
Self descriptive
Definition at line 76 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.append_to_frame_times_inner | ( | self, | |
value | |||
) |
Self descriptive
Definition at line 64 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.append_to_frame_times_no_drawing | ( | self, | |
value | |||
) |
Self descriptive
Definition at line 60 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.append_to_frame_times_outer | ( | self, | |
value | |||
) |
Self descriptive
Definition at line 68 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.append_to_frame_times_tf | ( | self, | |
value | |||
) |
Self descriptive
Definition at line 56 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.process_statistics | ( | self | ) |
Process the statistics of data received up to this point Input: None Output: (str) Statistics Summary
Definition at line 97 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.set_frame_count | ( | self, | |
value | |||
) |
Self descriptive
Definition at line 88 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.set_images_sizes | ( | self, | |
original_image_size, | |||
processing_image_size | |||
) |
Self descriptive
Definition at line 92 of file statistics_engine.py.
def tools.statistics_engine.StatisticsEngine.set_time_end_of_start | ( | self, | |
value | |||
) |
Self descriptive
Definition at line 84 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.frame_count |
Definition at line 42 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.frame_times_inner |
Definition at line 48 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.frame_times_no_drawing |
Definition at line 47 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.frame_times_outer |
Definition at line 49 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.frame_times_tf |
Definition at line 46 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.inner_time_spent |
Definition at line 50 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.original_image_size |
Definition at line 44 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.overhead_spent |
Definition at line 52 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.processing_image_size |
Definition at line 43 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.pure_tf_spent |
Definition at line 51 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.time_end_of_start |
Definition at line 45 of file statistics_engine.py.
tools.statistics_engine.StatisticsEngine.time_start |
Definition at line 54 of file statistics_engine.py.