-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more profile dump points to IgProfService #39071
Conversation
…n_bugfix_12_4_X [12_4_X] Improved Egamma PFID model selection consistency
…_MC_production_12_4_X [12_4_X] Update L1T menu tag in MC and relval GTs
…WithDatasetPaths_124X update of `HLTriggerJSONMonitoring` for `DatasetPath`s [`12_4_X`]
[124X (backport)] Introduce era with CKF pixelLessStep: backport of cms-sw#38437
Prevents reading from uninitialised memory when the first event of a job has zero error words. Fixes a crash observed at HLT during data taking.
This reverts commit b62ed21.
…124X [12_4_X]Update HLT GT with ECAL DQM tower and channel status tags
…is no new valid measurement
…e no SiStrip Hits
- lowering pt - setting energy to 13.6 - renaming accordingly
[DT CSC RPC] Backport of bug fix to tag-and-probe in DQM (cms-sw#38028)
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39071/31574
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
…lock, and preEndJob signals
98f015d
to
a0d1744
Compare
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39071/31577 ERROR: Unable to merge PR. See log https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39071/31577/cms-checkout-topic.log |
PR description:
This PR adds options to
IgProfService
to dump the profile atpreGlobalEndRun
,{pre,post}EndProcessBlock
, andpreEndJob
signals. I used those to investigate #38976.It turned out that the*EndProcessBlock
functions were not run, for which I'll open a separate issue.PR validation:
Got profile dumps at the aforementioned transitions.