File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 131131 echo " <a target=\" _blank\" href=\" ${PROFILING_WORKFLOW} /diff-$BASENAME .html\" >diff-$BASENAME </a></td>" >> $WORKSPACE /upload/profiling/index-$PROFILING_WORKFLOW .html || true
132132 done
133133 echo " </tr>" >> $WORKSPACE /upload/profiling/index-$PROFILING_WORKFLOW .html
134+ echo " <tr><td>Module Event Alloc Monitor</td>" >> $WORKSPACE /upload/profiling/index-$PROFILING_WORKFLOW .html
135+ for f in $( find $PROFILING_WORKFLOW -type f -name ' step*_moduleEventAllocMonitor.circles.json' | sort -V ) ; do
136+ BASENAME=$( basename $f )
137+ mkdir -p $LOCALREL /profiling/${CMSSW_VERSION} /${SCRAM_ARCH} /${PROFILING_WORKFLOW} /${UPLOAD_UNIQ_ID} || true
138+ cp -p $f $LOCALREL /profiling/${CMSSW_VERSION} /${SCRAM_ARCH} /${PROFILING_WORKFLOW} /${UPLOAD_UNIQ_ID} / || true
139+ AMP=" &"
140+ echo " <td><a target=\" _blank\" href=\" /circles/web/piechart.php?data_name=profiling${AMP} filter=${CMSSW_VERSION}${AMP} local=false${AMP} dataset=${CMSSW_VERSION} /${SCRAM_ARCH} /${PROFILING_WORKFLOW} /${BASENAME// .json/ }${AMP} resource=AvgTempSize${AMP} colours=default${AMP} groups=packages${AMP} threshold=0\" >IB $BASENAME </a><br>" >> $WORKSPACE /upload/profiling/index-$PROFILING_WORKFLOW .html
141+ echo " <a target=\" _blank\" href=\" /circles/web/piechart.php?data_name=profiling${AMP} filter=${CMSSW_VERSION}${AMP} local=false${AMP} dataset=${CMSSW_VERSION} /${SCRAM_ARCH} /${PROFILING_WORKFLOW} /${UPLOAD_UNIQ_ID} /${BASENAME// .json/ }${AMP} resource=AvgTempSize${AMP} colours=default${AMP} groups=packages${AMP} threshold=0\" >PR $BASENAME </a></td>" >> $WORKSPACE /upload/profiling/index-$PROFILING_WORKFLOW .html
142+ done
143+ echo " </tr>" >> $WORKSPACE /upload/profiling/index-$PROFILING_WORKFLOW .html
134144 echo " <tr><td>Module Event Alloc Monitor Comparison</td>" >> $WORKSPACE /upload/profiling/index-$PROFILING_WORKFLOW .html
135145 for f in $( find $PROFILING_WORKFLOW -type f -name ' step*_moduleEventAllocMonitor.circles.json' | sort -V ) ; do
136146 BASENAME=$( basename $f )
You can’t perform that action at this time.
0 commit comments