mirror of
https://github.com/acpica/acpica/
synced 2025-01-17 14:59:56 +03:00
date 2000.05.03.23.17.00; author rmoore1; state Exp;
This commit is contained in:
parent
2f3683d353
commit
8b09415f56
@ -213,13 +213,13 @@ DbDisplayStatistics (void)
|
||||
OsdPrintf ("Control Method Parse Trees:.% 7ld\n", SizeOfMethodTrees);
|
||||
OsdPrintf ("Named Object NTEs:..........% 7ld\n", SizeOfNTEs);
|
||||
OsdPrintf ("Named Internal Objects......% 7ld\n", SizeOfAcpiObjects);
|
||||
OsdPrintf ("Global State Cache.requests.% 7ld\n", Gbl_StateCacheRequests);
|
||||
OsdPrintf ("Global State Cache depth....% 7ld\n", Gbl_GenericStateCacheDepth);
|
||||
OsdPrintf ("Global State Cache..........% 7ld\n", Gbl_GenericStateCacheDepth * sizeof (ACPI_GENERIC_STATE));
|
||||
OsdPrintf ("Global State Cache.size.....% 7ld\n", Gbl_GenericStateCacheDepth * sizeof (ACPI_GENERIC_STATE));
|
||||
|
||||
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 NsLookup:..........% 7ld\n", Gbl_NsLookupCount);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user