Home | History | Annotate | Download | only in benchmarks

Lines Matching full:average

114  * average time taken for the cycle is measured.
150 * Measure the average time taken to read 64 bytes from the queue.
177 cout << "Average time to read" << kPacketSize64
183 * Measure the average time taken to read 128 bytes.
211 cout << "Average time to read" << kPacketSize128
217 * Measure the average time taken to read 256 bytes from the queue.
244 cout << "Average time to read" << kPacketSize256
250 * Measure the average time taken to read 512 bytes from the queue.
275 cout << "Average time to read" << kPacketSize512
281 * Measure the average time taken to write 64 bytes into the queue.
309 cout << "Average time to write " << kPacketSize64
315 * Measure the average time taken to write 128 bytes into the queue.
342 cout << "Average time to write " << kPacketSize128
348 * Measure the average time taken to write 256 bytes into the queue.
374 cout << "Average time to write " << kPacketSize256
380 * Measure the average time taken to write 512 bytes into the queue.
410 cout << "Average time to write " << kPacketSize512
418 * of size 16K. Client keeps reading from the inbox queue. The average write to