mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 03:54:12 +02:00
more debug msgs. adjusts on streamer and assembler to work with frame_index instead of pulse_id.
This commit is contained in:
@@ -13,6 +13,15 @@ StreamStats::StreamStats(
|
||||
stream_name_(stream_name),
|
||||
stats_modulo_(stats_modulo)
|
||||
{
|
||||
#ifdef DEBUG_OUTPUT
|
||||
using namespace date;
|
||||
cout << " [" << std::chrono::system_clock::now();
|
||||
cout << "] [StreamStats::StreamStats] ";
|
||||
cout << " detector_name: " << detector_name_;
|
||||
cout << " || stream_name: " << stream_name;
|
||||
cout << " || stats_modulo: " << stats_modulo;
|
||||
cout << endl;
|
||||
#endif
|
||||
reset_counters();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user