Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sten Delos
Gadget4
Commits
e3e352d8
Commit
e3e352d8
authored
Feb 13, 2021
by
Volker Springel
Browse files
removed obsolete CPU_NGBTREEBUILD timer and 'ngbtreebuild' cpu-time output
parent
b4bb065c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/logs/timer.h
View file @
e3e352d8
...
...
@@ -59,7 +59,6 @@ TIMER_CREATE(CPU_TREEDIRECT, "treedirect", CPU_TREE, 'r', '2')
#ifdef PMGRID
TIMER_CREATE
(
CPU_PM_GRAVITY
,
"pm_grav"
,
CPU_ALL
,
'|'
,
'n'
)
#endif
TIMER_CREATE
(
CPU_NGBTREEBUILD
,
"ngbtreebuild"
,
CPU_ALL
,
'A'
,
'a'
)
TIMER_CREATE
(
CPU_NGBTREEUPDATEVEL
,
"ngbtreevelupdate"
,
CPU_ALL
,
'B'
,
'b'
)
TIMER_CREATE
(
CPU_NGBTREEUPDATEMAXHSML
,
"ngbtreehsmlupdate"
,
CPU_ALL
,
'h'
,
'H'
)
TIMER_CREATE
(
CPU_SPH
,
"sph"
,
CPU_ALL
,
0
,
0
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment