Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
psrdada_cpp
Commits
fa121f7e
Commit
fa121f7e
authored
Mar 12, 2019
by
Tobias Winchen
Browse files
Changed some logs from debug to info
parent
f14d1933
Changes
1
Hide whitespace changes
Inline
Side-by-side
psrdada_cpp/effelsberg/edd/detail/GatedSpectrometer.cu
View file @
fa121f7e
...
...
@@ -75,7 +75,7 @@ GatedSpectrometer<HandlerType>::GatedSpectrometer(
_call_count
(
0
)
{
assert
(((
_nbits
==
12
)
||
(
_nbits
==
8
)));
assert
(
_naccumulate
>
0
);
// Sanity check
BOOST_LOG_TRIVIAL
(
debug
)
BOOST_LOG_TRIVIAL
(
info
)
<<
"Creating new GatedSpectrometer instance with parameters:
\n
"
<<
" fft_length = "
<<
_fft_length
<<
"
\n
"
<<
" naccumulate = "
<<
_naccumulate
<<
"
\n
"
...
...
@@ -93,7 +93,7 @@ GatedSpectrometer<HandlerType>::GatedSpectrometer(
(
selectedSideChannel
<
nSideChannels
));
// Sanity check of side channel value
assert
(
selectedBit
<
64
);
// Sanity check of selected bit
BOOST_LOG_TRIVIAL
(
debug
)
<<
"Resulting memory configuration:
\n
"
BOOST_LOG_TRIVIAL
(
info
)
<<
"Resulting memory configuration:
\n
"
<<
" totalSizeOfHeap: "
<<
_totalHeapSize
<<
" byte
\n
"
<<
" number of heaps per buffer: "
<<
_nHeaps
...
...
Write
Preview
Supports
Markdown
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