mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
minor fix to print stats in tls_bench
This commit is contained in:
@@ -1195,10 +1195,10 @@ static void print_stats(stats_t* wcStat, const char* desc, const char* cipher, i
|
|||||||
cipher,
|
cipher,
|
||||||
wcStat->txTotal + wcStat->rxTotal,
|
wcStat->txTotal + wcStat->rxTotal,
|
||||||
wcStat->connCount,
|
wcStat->connCount,
|
||||||
wcStat->txTime * 1000,
|
|
||||||
wcStat->rxTime * 1000,
|
wcStat->rxTime * 1000,
|
||||||
wcStat->txTotal / wcStat->txTime / 1024 / 1024,
|
wcStat->txTime * 1000,
|
||||||
wcStat->rxTotal / wcStat->rxTime / 1024 / 1024,
|
wcStat->rxTotal / wcStat->rxTime / 1024 / 1024,
|
||||||
|
wcStat->txTotal / wcStat->txTime / 1024 / 1024,
|
||||||
wcStat->connTime * 1000,
|
wcStat->connTime * 1000,
|
||||||
wcStat->connTime * 1000 / wcStat->connCount);
|
wcStat->connTime * 1000 / wcStat->connCount);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user