VirtualBox

Ignore:
Timestamp:
Aug 12, 2019 2:02:14 PM (5 years ago)
Author:
vboxsync
Message:

ValidationKit/IoPerf: Make the no caching option configurable through an argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/storage/IoPerf.cpp

    r80221 r80223  
    279279    { "--maximum-requests",         'm',                            RTGETOPT_REQ_UINT32  },
    280280    { "--verify-reads",             'y',                            RTGETOPT_REQ_BOOL    },
     281    { "--use-cache",                'c',                            RTGETOPT_REQ_BOOL    },
    281282
    282283    { "--first-write",              kCmdOpt_FirstWrite,             RTGETOPT_REQ_NOTHING },
     
    11831184            case 'r':                           pszHelp = "Don't abspath test dir (good for deep dirs). default: disabled"; break;
    11841185            case 'y':                           pszHelp = "Flag whether to verify read data.            default: enabled"; break;
     1186            case 'c':                           pszHelp = "Flag whether to use the filesystem cache.    default: disabled"; break;
    11851187            case 'v':                           pszHelp = "More verbose execution."; break;
    11861188            case 'q':                           pszHelp = "Quiet execution."; break;
     
    12631265                break;
    12641266
     1267            case 'c':
     1268                g_fNoCache = !ValueUnion.f;
     1269                break;
     1270
    12651271            case kCmdOpt_FirstWrite:
    12661272                g_aenmTests[IOPERFTEST_FIRST_WRITE] = IOPERFTEST_FIRST_WRITE;
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