Searched refs:input_path (Results 1 - 1 of 1) sorted by relevance

/gem5/util/streamline/
H A Dm5stats2streamline.py91 parser.add_argument("input_path", metavar="<gem5 run folder>",
1121 def writeVisualAnnotations(blob, input_path, output_path):
1122 frame_path = input_path + "/frames_system.vncserver"
1172 def createApcProject(input_path, output_path, stats):
1190 writeVisualAnnotations(blob, input_path, output_path)
1202 input_path = args.input_path variable
1208 if not os.path.exists(input_path):
1209 print "ERROR: Input path %s does not exist!" % input_path
1215 (num_cpus, num_l2) = parseConfig(input_path
[all...]

Completed in 7 milliseconds