Searched refs:input_file (Results 1 – 1 of 1) sorted by relevance
120 def compute_latencies(input_file, event_pairs_by_start_id, argument127 line = input_file.readline()191 def process_latencies(config_xml, input_file): argument205 lat_tables_by_pair_id = compute_latencies(input_file,208 fname_base = os.path.splitext(os.path.basename(input_file.name))[0]261 input_file = open(input_file_name, 'r')262 lat_tables_by_pair_id = compute_latencies(input_file,