CEL_SYSTEM_TLB
This structure is used to log the number of translation look-aside buffer (TLB) misses that have occurred. This count is checked at least once every thread switch, and logged if it is nonzero.
typedef __CEL_SYSTEM_TLB {
DWORD dwCount;
} CEL_SYSTEM_TLB, *PCEL_SYSTEM_TLB;
Members
- dwCount
Number of TLB misses that have occurred since the last TLB miss count was logged.
Remarks
Currently only the SH3 and MIPS support this functionality.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.