From d42f9ff1c01b3fe9a028e2a0bd91659e1a468131 Mon Sep 17 00:00:00 2001 From: Christos Anastopoulos <christos.anastopoulos@cern.ch> Date: Sun, 8 Jun 2025 20:27:12 +0000 Subject: [PATCH] Be careful on spaces --- docs/athena/performance/callgrind.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/athena/performance/callgrind.md b/docs/athena/performance/callgrind.md index 8b2c1b4..fc556a1 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.ConfigurationHelpers.egammaOnlyFromRaw' \ - --preExec 'ConfigFlags.PerfMon.Valgrind.ProfiledAlgs=["EMBremCollectionBuilder"]'\ + --preExec 'ConfigFlags.PerfMon.Valgrind.ProfiledAlgs=["EMBremCollectionBuilder"]' \ --postInclude 'Valkyrie.ValkyrieConfig.ValgrindServiceCfg' \ --autoConfiguration 'everything' \ --maxEvents '20' \ -- GitLab