struct cm_performance_info_s {
CMTIME ctBoot;
CMTIME ctAPI[NUM_CM_SERVICES];
CMTIME ctRing3;
CMTIME ctProcessTree;
CMTIME ctAssignResources;
CMTIME ctSort;
CMTIME ctRegistry;
CMTIME ctVxDLdr;
CMTIME ctNewDevNode;
CMTIME ctSendMessage;
CMTIME ctShell;
CMTIME ctConfigMessage[NUM_CONFIG_COMMANDS];
CMTIME ctArbTime[ResType_Max+1][NUM_ARB_COMMANDS];
DWORD dwStackSize;
DWORD dwMaxProcessTreePasses;
};
typedef struct cm_performance_info_s CMPERFINFO;
typedef CMPERFINFO CMFAR *PCMPERFINFO;
Contains performance information that may be used for debugging.