Searched refs:graph_path (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test-crypto-perf/ |
| H A D | dpdk-graph-crypto-perf.py | 29 def __init__(self, config, suite, graph_path): argument 31 self.graph_path = graph_path 42 path = os.path.join(self.graph_path, subdir, "") 147 def create_results_pdf(graph_path, pdf_path): argument 151 for _, dirs, _ in os.walk(graph_path): 212 graph_path = os.path.join(suite_config['output_path'], GRAPH_DIR, 215 graph_path) 236 create_results_pdf(graph_path, os.path.join(suite_config['output_path'], 302 graph_path = os.path.join(output_path, GRAPH_DIR, "") 303 if os.path.exists(graph_path): [all …]
|