diff --git a/docs/athena/performance/callgrind.md b/docs/athena/performance/callgrind.md index 8c8f736d83f1ba3a4d82bfe554c2d9dbb86c0e1e..fc556a15965d658b51e8c778c6529a0bb7518447 100644 --- a/docs/athena/performance/callgrind.md +++ b/docs/athena/performance/callgrind.md @@ -61,12 +61,12 @@ An example using `Reco_tf` and some more callgrind options: ``` InputRDOFile="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/CampaignInputs/mc20/RDO/mc20_13TeV.410470.PhPy8EG_A14_ttbar_hdamp258p75_nonallhad.recon.AOD.e6337_s3681_r13145/100events.RDO.pool.root" -valgrind --tool=callgrind --trace-children=yes --collect-jumps=yes --instr-atstart=no --cacheuse=yes --cache-sim=yes\ +valgrind --tool=callgrind --trace-children=yes --collect-jumps=yes --instr-atstart=no --cacheuse=yes --cache-sim=yes \ --simulate-wb=yes --simulate-hwpref=yes --branch-sim=yes --dump-instr=yes --enable-debuginfod=no $(which Reco_tf.py) \ --inputRDOFile $InputRDOFile \ --outputAODFile myAOD.pool.root \ - --preInclude 'egammaConfig.egammaOnlyFromRawFlags.egammaOnlyFromRaw' \ - --preExec 'ConfigFlags.PerfMon.Valgrind.ProfiledAlgs=["EMBremCollectionBuilder"]'\ + --preInclude 'egammaConfig.ConfigurationHelpers.egammaOnlyFromRaw' \ + --preExec 'ConfigFlags.PerfMon.Valgrind.ProfiledAlgs=["EMBremCollectionBuilder"]' \ --postInclude 'Valkyrie.ValkyrieConfig.ValgrindServiceCfg' \ --autoConfiguration 'everything' \ --maxEvents '20' \