|
||||
File indexing completed on 2024-04-06 12:28:23
0001 #!/bin/bash 0002 0003 ## source environment (get ROOT) 0004 source xeon_scripts/init-env.sh 0005 0006 ## Command line config 0007 infile_name=${1:-"benchmark2_SKL-SP_results.txt"} 0008 outfile_name=${2:-"sklsp"} 0009 graph_label=${3:-""} 0010 0011 ## Run little macro 0012 ./plotting/plotThroughput.py ${infile_name} ${outfile_name} ${graph_label}
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |