summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/VMMDev/VMMDevState.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-11-16 01:24:39 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2018-11-16 01:24:39 +0000
commite2d0c6b3429750b2db729bb53573b5ff963029f7 (patch)
treee2755497e7a9836a0a69e5481496c16490c42a01 /src/VBox/Devices/VMMDev/VMMDevState.h
parente226fc49b8a6ece06ab00d166e914c53f4d2e844 (diff)
downloadVirtualBox-svn-e2d0c6b3429750b2db729bb53573b5ff963029f7.tar.gz
VMMDev,Main,HostServices: More profiling of HGCM guest call processing.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@75500 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/VMMDev/VMMDevState.h')
-rw-r--r--src/VBox/Devices/VMMDev/VMMDevState.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/VBox/Devices/VMMDev/VMMDevState.h b/src/VBox/Devices/VMMDev/VMMDevState.h
index 1fa8037555a..191543c025d 100644
--- a/src/VBox/Devices/VMMDev/VMMDevState.h
+++ b/src/VBox/Devices/VMMDev/VMMDevState.h
@@ -273,10 +273,13 @@ typedef struct VMMDevState
uint32_t u32HGCMEnabled;
/** Saved state version of restored commands. */
uint32_t u32SSMVersion;
-#if HC_ARCH_BITS == 32
+# if HC_ARCH_BITS == 32
/** Alignment padding. */
uint32_t u32Alignment7;
-#endif
+# endif
+ STAMPROFILE StatHgcmCmdArrival;
+ STAMPROFILE StatHgcmCmdCompletion;
+ STAMPROFILE StatHgcmCmdTotal;
#endif /* VBOX_WITH_HGCM */
/** Status LUN: Shared folders LED */