Ignore:
Timestamp:
Jan 6, 2003, 3:43:51 PM (23 years ago)
Author:
sandervl
Message:

log time it takes to complete ExitProcess

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r9617 r9634  
    1 /* $Id: wprocess.cpp,v 1.169 2003-01-05 12:31:26 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.170 2003-01-06 14:43:51 sandervl Exp $ */
    22
    33/*
     
    499499    TEB   *teb;
    500500
    501     dprintf(("KERNEL32:  ExitProcess %d\n", exitcode));
     501    dprintf(("KERNEL32:  ExitProcess %d (time %x)", exitcode, GetCurrentTime()));
    502502    dprintf(("KERNEL32:  ExitProcess FS = %x\n", GetFS()));
    503503
     
    568568        iConsoleWaitClose();
    569569
     570    dprintf(("KERNEL32:  ExitProcess done (time %x)", GetCurrentTime()));
    570571    O32_ExitProcess(exitcode);
    571572}
Note: See TracChangeset for help on using the changeset viewer.