Ignore:
Timestamp:
Nov 22, 2001, 11:41:29 AM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

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

    r7025 r7419  
    1 /* $Id: wprocess.cpp,v 1.136 2001-10-12 00:49:23 phaller Exp $ */
     1/* $Id: wprocess.cpp,v 1.137 2001-11-22 10:41:29 phaller Exp $ */
    22
    33/*
     
    5050#ifdef PROFILE
    5151#include <perfview.h>
     52#include <profiler.h>
    5253#endif /* PROFILE */
    5354
     
    441442  // information
    442443  PerfView_Write();
     444  ProfilerWrite();
     445  ProfilerTerminate();
    443446#endif /* PROFILE */
    444447 
Note: See TracChangeset for help on using the changeset viewer.