Searched refs:time_elapse (Results 1 – 1 of 1) sorted by relevance
1426 unsigned long start_time, end_time, throughput, time_elapse; in txtput_thread() local1445 time_elapse = ((end_time - start_time) * 1000) / HZ; in txtput_thread()1446 if (time_elapse > 0) { in txtput_thread()1447 throughput = throughput / time_elapse; in txtput_thread()1448 printk("duration %ldms, avg. throughput %d Kbps\n", time_elapse, (int)throughput); in txtput_thread()