Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 1 of 1) sorted by relevance

/net-tools-2.7.6/
Decho-client.c409 struct timeval start_time, end_time, diff_time; in main() local
434 gettimeofday(&start_time, NULL); in main()
435 srandom(start_time.tv_usec); in main()
579 gettimeofday(&start_time, NULL); in main()
705 timersub(&end_time, &start_time, &diff_time); in main()