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
LimaGroup
Lima-camera-slsdetector
Commits
a239fe46
Commit
a239fe46
authored
Feb 24, 2021
by
Alejandro Homs Puron
Committed by
operator for beamline
Mar 08, 2021
Browse files
Fix bug in GlobalCPUAffinityMgr when DebTrace is active
parent
592305eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SlsDetectorCPUAffinity.cpp
View file @
a239fe46
...
...
@@ -1434,7 +1434,7 @@ void GlobalCPUAffinityMgr::ProcessingFinishedEvent::prepareAcq()
OpStageNameListMap
::
const_iterator
mit
,
mend
=
active_op
.
end
();
ostringstream
os
;
os
<<
"{"
;
for
(
mit
=
active_op
.
begin
();
mit
!=
mend
;
++
m
end
)
{
for
(
mit
=
active_op
.
begin
();
mit
!=
mend
;
++
m
it
)
{
const
int
&
stage
=
mit
->
first
;
os
<<
stage
<<
": ["
;
const
NameList
&
name_list
=
mit
->
second
;
...
...
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