VirtualBox

Ignore:
Timestamp:
Nov 16, 2018 1:24:39 AM (6 years ago)
Author:
vboxsync
Message:

VMMDev,Main,HostServices: More profiling of HGCM guest call processing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r75498 r75500  
    353353                                      uint32_t u32Function,
    354354                                      uint32_t cParms,
    355                                       VBOXHGCMSVCPARM paParms[])
     355                                      VBOXHGCMSVCPARM paParms[],
     356                                      uint64_t tsArrival)
    356357    {
    357358        AssertLogRelReturnVoid(VALID_PTR(pvService));
     
    360361        pSelf->call(callHandle, u32ClientID, pvClient, u32Function, cParms, paParms);
    361362        LogFlowFunc(("returning\n"));
     363        RT_NOREF_PV(tsArrival);
    362364    }
    363365
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