From fec15602c27cf5d055a6f507e5fb43cde2cfd40b Mon Sep 17 00:00:00 2001 From: Patrick Gartung Date: Thu, 19 Aug 2021 15:41:22 -0500 Subject: [PATCH] Add generation of igprof memory profile --- pr_testing/run-pr-profiling.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pr_testing/run-pr-profiling.sh b/pr_testing/run-pr-profiling.sh index ebf65755e80c..79d0ec5879bc 100755 --- a/pr_testing/run-pr-profiling.sh +++ b/pr_testing/run-pr-profiling.sh @@ -30,6 +30,7 @@ for PROFILING_WORKFLOW in $WORKFLOWS;do $WORKSPACE/profiling/Gen_tool/runall_mem.sh $CMSSW_VERSION || true pushd $WORKSPACE/$CMSSW_VERSION/$PROFILING_WORKFLOW ./profile.sh $CMSSW_VERSION || true + ./profile_mem.sh $CMSSW_VERSION || true echo "
  • $PROFILING_WORKFLOW/
  • " >> $WORKSPACE/upload/profiling/index.html get_jenkins_artifacts igprof/${CMSSW_VERSION}/${SCRAM_ARCH}/profiling/${PROFILING_WORKFLOW}/RES_CPU_step3.txt ${CMSSW_VERSION}_RES_CPU_step3.txt || true $WORKSPACE/profiling/Analyze_tool/compare_cpu_txt.py --old ${CMSSW_VERSION}_RES_CPU_step3.txt --new RES_CPU_step3.txt > RES_CPU_compare_$PROFILING_WORKFLOW.txt || true