Public Member Functions | Public Attributes | List of all members
tools.statistics_engine.StatisticsEngine Class Reference
Inheritance diagram for tools.statistics_engine.StatisticsEngine:
Inheritance graph
[legend]

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)
 

Public Attributes

 frame_count
 
 frame_times_inner
 
 frame_times_no_drawing
 
 frame_times_outer
 
 frame_times_tf
 
 inner_time_spent
 
 original_image_size
 
 overhead_spent
 
 processing_image_size
 
 pure_tf_spent
 
 time_end_of_start
 
 time_start
 

Detailed Description

A class to calculate run statistics

Definition at line 38 of file statistics_engine.py.

Constructor & Destructor Documentation

def tools.statistics_engine.StatisticsEngine.__init__ (   self)

Definition at line 41 of file statistics_engine.py.

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file:


cnn_bridge
Author(s): Noam C. Golombek , Alexander Beringolts
autogenerated on Mon Jun 10 2019 12:53:26