home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / Profiler / jviewprf / JVIEWProfiler.java < prev    next >
Encoding:
Java Source  |  2000-05-04  |  288 b   |  16 lines

  1. // JVIEWProfiler.java
  2. //
  3. // (C) Copyright 1995 - 1999 Microsoft Corporation.  All rights reserved.
  4. //
  5.  
  6. package com.ms.samples.jviewprf;
  7.  
  8.  
  9. public class JVIEWProfiler
  10. {
  11.     /** @dll.import("JVIEWPRF") */
  12.     public static native void EnableHeapDumping (boolean fEnable);
  13. }
  14.  
  15.  
  16.