Changeset 871cff9a in mainline for uspace/app/hbench/env.c


Ignore:
Timestamp:
2019-01-21T18:01:59Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3fea752
Parents:
2d81880
Message:

hbench: add options to set duration and run count

File:
1 edited

Legend:

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

    r2d81880 r871cff9a  
    9696        }
    9797
     98        env->run_count = DEFAULT_RUN_COUNT;
     99        env->minimal_run_duration_nanos = MSEC2NSEC(DEFAULT_MIN_RUN_DURATION_SEC);
     100
    98101        return EOK;
    99102}
Note: See TracChangeset for help on using the changeset viewer.