Changeset 94ebebf in mainline for uspace/app/hbench/main.c


Ignore:
Timestamp:
2019-01-10T21:07:16Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e7f9a09
Parents:
51a04bd
Message:

hbench: turn comments into doc-blocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hbench/main.c

    r51a04bd r94ebebf  
    7171}
    7272
    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 *
    7480 * This is a temporary solution until we have proper sqrt() implementation
    7581 * in libmath.
     
    9298}
    9399
    94 /*
    95  * Compute available statistics from given stopwatches.
     100/** Compute available statistics from given stopwatches.
    96101 *
    97102 * We compute normal mean for average duration of the workload and geometric
Note: See TracChangeset for help on using the changeset viewer.