Changeset 7640 for trunk/src


Ignore:
Timestamp:
Dec 16, 2001, 4:30:37 PM (24 years ago)
Author:
sandervl
Message:

stats dump function renamed

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/gdistats.cpp

    r7639 r7640  
    196196//******************************************************************************
    197197//******************************************************************************
    198 void STATS_DumpStats()
     198void STATS_DumpStatsGDI32()
    199199{
    200200    dprintf(("*************  GDI32 STATISTICS BEGIN *****************"));
  • trunk/src/gdi32/initgdi32.cpp

    r7635 r7640  
    1 /* $Id: initgdi32.cpp,v 1.9 2001-12-15 18:50:26 sandervl Exp $
     1/* $Id: initgdi32.cpp,v 1.10 2001-12-16 15:29:55 sandervl Exp $
    22 *
    33 * DLL entry point
     
    6060
    6161   case DLL_PROCESS_DETACH:
    62     STATS_DumpStats();
     62    STATS_DumpStatsGDI32();
    6363    ctordtorTerm();
    6464    return TRUE;
  • trunk/src/user32/inituser32.cpp

    r7627 r7640  
    1 /* $Id: inituser32.cpp,v 1.9 2001-12-13 15:32:57 sandervl Exp $ */
     1/* $Id: inituser32.cpp,v 1.10 2001-12-16 15:30:14 sandervl Exp $ */
    22/*
    33 * USER32 DLL entry point
     
    263263   SYSCOLOR_Save();
    264264   CloseSpyQueue();
    265    STATS_DumpStats();
     265   STATS_DumpStatsUSER32();
    266266   dprintf(("user32 exit done\n"));
    267267}
  • trunk/src/user32/stats.cpp

    r7627 r7640  
    2424//******************************************************************************
    2525//******************************************************************************
    26 void STATS_DumpStats()
     26void STATS_DumpStatsUSER32()
    2727{
    2828    dprintf(("*************  USER32 STATISTICS BEGIN *****************"));
Note: See TracChangeset for help on using the changeset viewer.