|
| static object | attach (object thisPerf, string user, int lvmid, int mode) |
| |
| static void | detach (object thisPerf, object bb) |
| |
| static object | createLong (object thisPerf, string name, int variability, int units, long value) |
| |
| static object | createByteArray (object thisPerf, string name, int variability, int units, byte[] value, int maxLength) |
| |
| static long | highResCounter (object thisPerf) |
| |
| static long | highResFrequency (object thisPerf) |
| |
| static void | registerNatives () |
| |
Definition at line 30 of file Perf.cs.
◆ attach()
| static object IKVM.Java.Externs.sun.misc.Perf.attach |
( |
object | thisPerf, |
|
|
string | user, |
|
|
int | lvmid, |
|
|
int | mode ) |
|
static |
Definition at line 33 of file Perf.cs.
34 {
35 throw new NotImplementedException();
36 }
◆ createByteArray()
| static object IKVM.Java.Externs.sun.misc.Perf.createByteArray |
( |
object | thisPerf, |
|
|
string | name, |
|
|
int | variability, |
|
|
int | units, |
|
|
byte[] | value, |
|
|
int | maxLength ) |
|
static |
Definition at line 52 of file Perf.cs.
53 {
54#if FIRST_PASS
55 return null;
56#else
57 return global::java.nio.ByteBuffer.allocate(maxLength).put(value);
58#endif
59 }
◆ createLong()
| static object IKVM.Java.Externs.sun.misc.Perf.createLong |
( |
object | thisPerf, |
|
|
string | name, |
|
|
int | variability, |
|
|
int | units, |
|
|
long | value ) |
|
static |
Definition at line 43 of file Perf.cs.
44 {
45#if FIRST_PASS
46 return null;
47#else
48 return global::java.nio.ByteBuffer.allocate(8);
49#endif
50 }
◆ detach()
| static void IKVM.Java.Externs.sun.misc.Perf.detach |
( |
object | thisPerf, |
|
|
object | bb ) |
|
static |
Definition at line 38 of file Perf.cs.
39 {
40 throw new NotImplementedException();
41 }
◆ highResCounter()
| static long IKVM.Java.Externs.sun.misc.Perf.highResCounter |
( |
object | thisPerf | ) |
|
|
static |
Definition at line 61 of file Perf.cs.
62 {
63 throw new NotImplementedException();
64 }
◆ highResFrequency()
| static long IKVM.Java.Externs.sun.misc.Perf.highResFrequency |
( |
object | thisPerf | ) |
|
|
static |
Definition at line 66 of file Perf.cs.
67 {
68 throw new NotImplementedException();
69 }
◆ registerNatives()
| static void IKVM.Java.Externs.sun.misc.Perf.registerNatives |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file:
- src/IKVM.Runtime/Java/Externs/sun/misc/Perf.cs