Changeset d17cf8c in mainline for uspace/app/hbench/doc/doxygroups.h
- Timestamp:
- 2019-01-21T13:39:37Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94d52d5
- Parents:
- e7f9a09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/doc/doxygroups.h
re7f9a09 rd17cf8c 19 19 * benchmark function to the benchmark_t. 20 20 * 21 * The benchmarking function has to accept two arguments: 21 * The benchmarking function has to accept trhee arguments: 22 * @li bench_env_t: benchmark environment configuration 22 23 * @li bench_run_t: call bench_run_start and bench_run_stop around the 23 24 * actual benchmarking code … … 27 28 * Typically, the structure of the function is following: 28 29 * @code{c} 29 * static bool runner (bench_run_t *run, uint64_t size)30 * static bool runnerconst bench_env_t const *envbench_run_t *run, uint64_t size) 30 31 * { 31 32 * bench_run_start(run);
Note:
See TracChangeset
for help on using the changeset viewer.