Changes in uspace/app/nettest1/nettest1.c [1ab8539:7f9d97f3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nettest1/nettest1.c
r1ab8539 r7f9d97f3 412 412 gettimeofday(&time_after, NULL); 413 413 414 printf("Tested in %ld microseconds\n", tv_sub (&time_after,414 printf("Tested in %ld microseconds\n", tv_sub_diff(&time_after, 415 415 &time_before)); 416 416
Note:
See TracChangeset
for help on using the changeset viewer.