VirtualBox

Changeset 75647 in vbox for trunk/src


Ignore:
Timestamp:
Nov 21, 2018 5:49:20 PM (6 years ago)
Author:
vboxsync
Message:

os2/VBoxSFFile.cpp: More performance numbers. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFFile.cpp

    r75603 r75647  
    668668     *    Gain since 0b:  8524 ns / 34049 ticks / 24%
    669669     *
    670      */
    671 #if 1
     670     * 4. Try handle VINF_EM_HALT from HMR0 in ring-0, avoiding 4 context switches
     671     *    and a EM reschduling.
     672     *
     673     *    Saves 1765 ns / 7011 ticks / 6.4%.
     674     *
     675     *    Raw data:
     676     *          27376 ns / 109809 ticks - no ring-0 HLT.
     677     *          25611 ns / 102798 ticks - ring-0 HLT (42 spins)
     678     *
     679     *    Gain since 0a: 13484 ns / 46948 ticks / 34%
     680     *    Gain since 0b:  9463 ns / 38082 ticks / 27%
     681     */
     682#if 0
    672683    APIRET rc;
    673684    PSHFLFSOBJINFO pObjInfo = (PSHFLFSOBJINFO)VbglR0PhysHeapAlloc(sizeof(*pObjInfo));
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