Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/apply-clang-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
clang-tools:
Expand Down
4 changes: 2 additions & 2 deletions Framework/python/_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ class Process:
histogram_file: str
output file to store histograms in (optional, only needed if one of
the processors in the sequence attempts to fill histograms)
log_performance: bool
log_performance: bool, default False
whether to log performance timing of the difference processors into a directory
in the histogram file (defaults to False, requires a histogram file to be defined)
in the histogram file (requires a histogram file to be defined)


See Also
Expand Down