Changeset 68655bc2 in mainline
- Timestamp:
- 2023-12-13T22:42:34Z (13 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- f393bc0
- Parents:
- 381c426
- Location:
- uspace/app/hbench
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/env.c
r381c426 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; -
uspace/app/hbench/hbench.h
r381c426 r68655bc2 43 43 44 44 #define DEFAULT_RUN_COUNT 10 45 #define DEFAULT_MIN_RUN_DURATION_ SEC 1045 #define DEFAULT_MIN_RUN_DURATION_MSEC 1000 46 46 47 47 /** Single run information.
Note:
See TracChangeset
for help on using the changeset viewer.