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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Source
|
2000-05-04
|
288 b
|
16 lines
// JVIEWProfiler.java
//
// (C) Copyright 1995 - 1999 Microsoft Corporation. All rights reserved.
//
package com.ms.samples.jviewprf;
public class JVIEWProfiler
{
/** @dll.import("JVIEWPRF") */
public static native void EnableHeapDumping (boolean fEnable);
}