Ignore:
Timestamp:
Oct 11, 2001, 3:00:12 AM (24 years ago)
Author:
phaller
Message:

added ODIN perfview profiler

File:
1 edited

Legend:

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

    r6831 r7010  
    1 /* $Id: wprocess.cpp,v 1.134 2001-09-26 16:02:54 phaller Exp $ */
     1/* $Id: wprocess.cpp,v 1.135 2001-10-11 01:00:12 phaller Exp $ */
    22
    33/*
     
    429429    }
    430430    threadListMutex.leave();
    431 
     431 
     432 
     433#ifdef PROFILE
     434  // Note: after this point we do not expect any more Win32-API calls,
     435  // so this is probably the best time to dump the gathered profiling
     436  // information
     437  PerfView_Write();
     438#endif /* PROFILE */
     439 
     440
     441 
    432442    //Restore original OS/2 TIB selector
    433443    DestroyTIB();
Note: See TracChangeset for help on using the changeset viewer.