VirtualBox

Ignore:
Timestamp:
May 18, 2024 12:56:25 AM (9 months ago)
Author:
vboxsync
Message:

ValidationKit/bootsectors: make 'skipit' count tunable, bugref:9898

Location:
trunk/src/VBox/ValidationKit/bootsectors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-3.c32

    r104717 r104718  
    601601 *       in and does the native recompilation (currently around 16 times).
    602602 */
    603 #define BS3_SKIPIT_AVG_SKIP 26
     603#define BS3_SKIPIT_AVG_SKIP     26
     604#define BS3_SKIPIT_REPORT_COUNT 150000
    604605#undef  BS3_SKIPIT_DO_SKIP
    605606#undef  BS3_SKIPIT_DO_ARGS
     
    660661        ++g_cSkipped;
    661662
    662     if (++g_cSeen % 25000 == 0)
     663    if (++g_cSeen % BS3_SKIPIT_REPORT_COUNT == 0)
    663664        bs3CpuInstr3_ShowTallies();
    664665    return fSkip;
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-4.c32

    r104708 r104718  
    613613 *       in and does the native recompilation (currently around 16 times).
    614614 */
    615 #define BS3_SKIPIT_AVG_SKIP 26
     615#define BS3_SKIPIT_AVG_SKIP     26
     616#define BS3_SKIPIT_REPORT_COUNT 150000
    616617#undef  BS3_SKIPIT_DO_SKIP
    617618#undef  BS3_SKIPIT_DO_ARGS
     
    672673        ++g_cSkipped;
    673674
    674     if (++g_cSeen % 25000 == 0)
     675    if (++g_cSeen % BS3_SKIPIT_REPORT_COUNT == 0)
    675676        bs3CpuInstrX_ShowTallies();
    676677    return fSkip;
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