date 2000.05.03.23.17.00; author rmoore1; state Exp;

This commit is contained in:
aystarik 2005-06-29 16:25:35 +00:00
parent 2f3683d353
commit 8b09415f56

View File

@ -213,13 +213,13 @@ DbDisplayStatistics (void)
OsdPrintf ("Control Method Parse Trees:.% 7ld\n", SizeOfMethodTrees); OsdPrintf ("Control Method Parse Trees:.% 7ld\n", SizeOfMethodTrees);
OsdPrintf ("Named Object NTEs:..........% 7ld\n", SizeOfNTEs); OsdPrintf ("Named Object NTEs:..........% 7ld\n", SizeOfNTEs);
OsdPrintf ("Named Internal Objects......% 7ld\n", SizeOfAcpiObjects); OsdPrintf ("Named Internal Objects......% 7ld\n", SizeOfAcpiObjects);
OsdPrintf ("Global State Cache.requests.% 7ld\n", Gbl_StateCacheRequests); OsdPrintf ("Global State Cache.size.....% 7ld\n", Gbl_GenericStateCacheDepth * sizeof (ACPI_GENERIC_STATE));
OsdPrintf ("Global State Cache depth....% 7ld\n", Gbl_GenericStateCacheDepth);
OsdPrintf ("Global State Cache..........% 7ld\n", Gbl_GenericStateCacheDepth * sizeof (ACPI_GENERIC_STATE));
OsdPrintf ("\n"); OsdPrintf ("\n");
OsdPrintf ("Search Statistics:\n\n"); OsdPrintf ("Miscellaneous Statistics:\n\n");
OsdPrintf ("Global State Cache.requests.% 7ld\n", Gbl_StateCacheRequests);
OsdPrintf ("Global State Cache depth....% 7ld\n", Gbl_GenericStateCacheDepth);
OsdPrintf ("Calls to PsFind:.. ........% 7ld\n", Gbl_PsFindCount); OsdPrintf ("Calls to PsFind:.. ........% 7ld\n", Gbl_PsFindCount);
OsdPrintf ("Calls to NsLookup:..........% 7ld\n", Gbl_NsLookupCount); OsdPrintf ("Calls to NsLookup:..........% 7ld\n", Gbl_NsLookupCount);