Changes in uspace/app/hbench/env.c [61eb2ce2:68655bc2] in mainline
- File:
-
- 1 edited
-
uspace/app/hbench/env.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/env.c
r61eb2ce2 r68655bc2 97 97 98 98 env->run_count = DEFAULT_RUN_COUNT; 99 env->minimal_run_duration_nanos = MSEC2NSEC(DEFAULT_MIN_RUN_DURATION_ SEC);99 env->minimal_run_duration_nanos = MSEC2NSEC(DEFAULT_MIN_RUN_DURATION_MSEC); 100 100 101 101 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.
