Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
susy-hackers
athena
Commits
d5c6ddfd
Commit
d5c6ddfd
authored
7 years ago
by
Stewart Martin-Haugh
Browse files
Options
Downloads
Patches
Plain Diff
Add new AthMemoryAuditor option
Former-commit-id: 5bb3c850c6d74b8a3201eac6401120ff096f0482
parent
10c5e623
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TriggerRelease/python/Modifiers.py
+13
-1
13 additions, 1 deletion
Trigger/TriggerRelease/python/Modifiers.py
with
13 additions
and
1 deletion
Trigger/TriggerRelease/python/Modifiers.py
+
13
−
1
View file @
d5c6ddfd
...
...
@@ -1323,7 +1323,19 @@ class fpeAuditor(_modifier):
theApp
.
AuditServices
=
True
theApp
.
AuditTools
=
True
svcMgr
.
AuditorSvc
+=
CfgMgr
.
FPEAuditor
()
class
athMemAuditor
(
_modifier
):
"""
Turn on AthMemoryAuditor
"""
def
postSetup
(
self
):
from
AthenaCommon
import
CfgMgr
theApp
.
AuditAlgorithms
=
True
theApp
.
AuditServices
=
True
theApp
.
AuditTools
=
True
svcMgr
.
AuditorSvc
+=
CfgMgr
.
AthMemoryAuditor
(
MaxStacktracesPerAlg
=
20
,
DefaultStacktraceDepth
=
50
,
StacktraceDepthPerAlg
=
[
"
Stream1 100
"
])
class
detailedTiming
(
_modifier
):
"""
Add detailed timing information
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment