mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 10:14:13 +02:00
Make statistics output more frequent
This commit is contained in:
@@ -155,7 +155,7 @@ int main (int argc, char *argv[])
|
||||
|
||||
// TODO: Remove stats trash.
|
||||
int i_write = 0;
|
||||
int I_WRITE_MODULO = 10;
|
||||
int I_WRITE_MODULO = 1;
|
||||
|
||||
size_t read_total_ms = 0;
|
||||
size_t write_total_ms = 0;
|
||||
|
||||
Reference in New Issue
Block a user