VirtualBox

Changeset 54346 in vbox


Ignore:
Timestamp:
Feb 20, 2015 9:30:40 PM (10 years ago)
Author:
vboxsync
Message:

tstSupTscDelta.cpp: added --delay <ms> option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/testcase/tstSupTscDelta.cpp

    r54320 r54346  
    5252    {
    5353        { "--iterations",       'i', RTGETOPT_REQ_INT32 },
     54        { "--delay",            'd', RTGETOPT_REQ_INT32 },
    5455    };
    5556
     
    6566        switch (ch)
    6667        {
     68            case 'd':
     69                cMsSleepBetweenIterations = ValueUnion.u32;
     70                break;
    6771            case 'i':
    6872                cIterations = ValueUnion.u32;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette