Changeset 94ebebf in mainline for uspace/app/hbench/main.c
- Timestamp:
- 2019-01-10T21:07:16Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e7f9a09
- Parents:
- 51a04bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/main.c
r51a04bd r94ebebf 71 71 } 72 72 73 /* 73 /** Estimate square root value. 74 * 75 * @param value The value to compute square root of. 76 * @param precision Required precision (e.g. 0.00001). 77 * 78 * @details 79 * 74 80 * This is a temporary solution until we have proper sqrt() implementation 75 81 * in libmath. … … 92 98 } 93 99 94 /* 95 * Compute available statistics from given stopwatches. 100 /** Compute available statistics from given stopwatches. 96 101 * 97 102 * We compute normal mean for average duration of the workload and geometric
Note:
See TracChangeset
for help on using the changeset viewer.