def perf_log(log, function_reference, command, identifier=''): log.append((function_reference, command, identifier, time.process_time()))