- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getAverageWriteLatencyMicros (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/internal/smb2/rdma/RdmaStatistics.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 10.7K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaIntegrationTest.java
// Verify latency calculations assertTrue(stats.getAverageReadLatencyMicros() > 0, "Read latency should be positive"); assertTrue(stats.getAverageWriteLatencyMicros() > 0, "Write latency should be positive"); System.out.println("RDMA Statistics: " + stats); // Test statistics reset functionality stats.reset();Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 13.8K bytes - Click Count (0)