Time Analyse

class ontologysim.ProductionSimulation.analyse.TimeAnalyse.TimeAnalyse

Bases: object

serves to make runtime analyses in order to reduce the computing time

static save_dict_to_csv()

saves the time_dict to an csv, the path is predefined

static time_analyse(info_string, is_start)

all times with the same string are enumerated The time between start and end is always stopped :param info_string: must be unique :param is_start: true=start time, false=end time

time_current_dict = {}
time_dict = {}