IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
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
Air Shower Physics
corsika
Commits
29cf07db
Commit
29cf07db
authored
6 months ago
by
Marvin Gottowik
Committed by
Alice Faure
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
move to debug
parent
2c26a639
No related branches found
No related tags found
1 merge request
!647
Resolve "tweak frequency of print outs in StackInspector"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
corsika/detail/modules/StackInspector.inl
+3
-3
3 additions, 3 deletions
corsika/detail/modules/StackInspector.inl
with
3 additions
and
3 deletions
corsika/detail/modules/StackInspector.inl
+
3
−
3
View file @
29cf07db
...
@@ -87,7 +87,7 @@ namespace corsika {
...
@@ -87,7 +87,7 @@ namespace corsika {
std
::
stringstream
ETA_string
;
std
::
stringstream
ETA_string
;
ETA_string
<<
std
::
put_time
(
std
::
localtime
(
&
ETA_time
),
"%T %Z"
);
ETA_string
<<
std
::
put_time
(
std
::
localtime
(
&
ETA_time
),
"%T %Z"
);
CORSIKA_LOG_
INFO
(
CORSIKA_LOG_
DEBUG
(
"StackInspector: "
"StackInspector: "
" time={}"
" time={}"
", running={:.1f} seconds"
", running={:.1f} seconds"
...
@@ -103,8 +103,8 @@ namespace corsika {
...
@@ -103,8 +103,8 @@ namespace corsika {
printoutCounter_
++
;
printoutCounter_
++
;
if
(
printoutCounter_
==
maxNumberOfPrintouts_
)
{
if
(
printoutCounter_
==
maxNumberOfPrintouts_
)
{
CORSIKA_LOG_
INFO
(
"StackInspector reached allowed maximum of {} lines printout"
,
CORSIKA_LOG_
DEBUG
(
"StackInspector reached allowed maximum of {} lines printout"
,
maxNumberOfPrintouts_
);
maxNumberOfPrintouts_
);
}
}
// Change reference time once the shower has begin (avoid counting overhead time)
// Change reference time once the shower has begin (avoid counting overhead time)
...
...
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