Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
379 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // File: stats.h
  4. //
  5. // History: 21-Dec-00 markder Created.
  6. //
  7. // Desc: This file contains statistic dumping routines.
  8. //
  9. ///////////////////////////////////////////////////////////////////////////////
  10. class SdbDatabase;
  11. VOID DumpVerboseStats(SdbDatabase* pDatabase, BOOL bSummary);