Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITASimulationScheduler
Commits
ac91639b
Commit
ac91639b
authored
Jul 23, 2020
by
Pascal Palenda
Browse files
Add more profile values
parent
f0683a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ITA/simulation_scheduler/room_acoustics/raven/worker_thread.cpp
View file @
ac91639b
...
...
@@ -181,6 +181,7 @@ namespace ITA
{
std
::
cerr
<<
e
.
ToString
(
);
}
PROFILER_VALUE
(
"Update/Task Simulated"
,
pTask
->
uiID
);
PROFILER_END_SECTION
(
);
// Post the result back to the scheduler.
...
...
@@ -194,6 +195,8 @@ namespace ITA
{
std
::
cerr
<<
e
.
ToString
(
);
}
PROFILER_VALUE
(
"Result handled"
,
pTask
->
uiID
);
R_INFO
(
"raven::WorkerThread:
\t
Task send to scheduler
\n
"
);
// release the current task
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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