Warning, /Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/iggnuplot.conf is written in an unsupported language. File is not indexed.
0001 #- One can use any variable (e.g. ${variable}) in this file and then should pass that variable
0002 # using the --key variable=value as command line.
0003 #
0004 #- FIELD variable will be assigned the value of each --field <field>
0005 #
0006 #- If a variable is used and not passed using the --key command-line argument then
0007 # environment variables will be searched.
0008 #
0009 #- Each variable must be available either in the --key key=value or in
0010 # environment.
0011 #
0012 #- There are some keys which are already defined and you can not override them
0013 # either using --key or via environment variable. These keys are
0014 # SCRIPT_DIR, THIS_DIR, INSTALL_DIR, PWD, USER, PID, PPID, TIME
0015 #
0016 #- One can define keys in this file which can be used in TEMPLATE file.
0017 #- One must define atleast the following keys or provide them on command-line
0018 # TEMPLATE, FILES, FILTER (atleast one), XTAG
0019
0020 TEMPLATE=${THIS_DIR}/IgGNUPlotTemplate_CMS.gnu
0021 FILES=${CMS_PATH}/Releases/${PROJECT}/${PROJECT}_*/doc/deps/${ARCH}/metrics
0022 FILTER=^\s*${FIELD}\s+(\d+(\.\d+|))\s+\[
0023 FILTER=^\s*${FIELD}\s+(\d+(\.\d+|))\s*$
0024 XTAG=.+\/${PROJECT}_([^\/]+)\/.+
0025 ALLINONE_LABEL=Ignominy dependency analysis results for ${PROJECT} (${ARCH}) Release(s)
0026 TEMPLATE_XLABEL=Release(s)
0027 TEMPLATE_TITLE=Ignominy:${PROJECT} (${ARCH}) Release(s) vs ${FIELD}
0028
0029 #FILES=${TOPDIR}/d*/data1
0030 #FILTER=^\s*${FIELD}\s*=\s*(\d+(\.\d+|))\s*$
0031 #XTAG=.+\/d(\d+)\/.+
0032 #ALLINONE_LABEL=Dummy test data
0033 #TEMPLATE_XLABEL=Index
0034 #TEMPLATE_TITLE=My Test data ${FIELD}