mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-01-25 01:20:19 +01:00
Timing debug newline and dashes
This commit is contained in:
parent
95d5a53c63
commit
2efb60ecb0
|
|
@ -291,7 +291,6 @@ static int thumbDV_writeSerial( FT_HANDLE handle , unsigned char * buffer, uint3
|
|||
|
||||
struct timespec time;
|
||||
|
||||
|
||||
if ( handle != NULL )
|
||||
{
|
||||
clock_gettime(CLOCK_MONOTONIC, &time);
|
||||
|
|
@ -319,7 +318,7 @@ static int thumbDV_writeSerial( FT_HANDLE handle , unsigned char * buffer, uint3
|
|||
}
|
||||
|
||||
if ( count++ % 100 == 0)
|
||||
output("Min: %d Max: %d Avg: %.1f", min, max, avg);
|
||||
output("------------------------------------------- Min: %d Max: %d Avg: %.1f\n", min, max, avg);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue