Changeset e131bd05 in mainline
- Timestamp:
- 2018-11-02T10:41:38Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c74b9de
- Parents:
- d6d6b3e
- git-author:
- Jiri Svoboda <jiri@…> (2018-11-01 22:41:24)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-11-02 10:41:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/ipc/ping_pong.c
rd6d6b3e re131bd05 64 64 static void ping_pong_report(uint64_t niter, uint64_t duration) 65 65 { 66 TPRINTF("Completed %" PRIu64 " round trips in %" PRIu64 " us",66 TPRINTF("Completed %" PRIu64 " round trips in %" PRIu64 " us", 67 67 niter, duration); 68 68 … … 124 124 for (i = 0; i < NUM_SAMPLES; i++) { 125 125 d = (double)niter / ((double)dsmp[i] / 1000000.0l) - avg; 126 qd += d *d;126 qd += d * d; 127 127 } 128 128
Note:
See TracChangeset
for help on using the changeset viewer.