33 public static object attach(
object thisPerf,
string user,
int lvmid,
int mode)
35 throw new NotImplementedException();
38 public static void detach(
object thisPerf,
object bb)
40 throw new NotImplementedException();
43 public static object createLong(
object thisPerf,
string name,
int variability,
int units,
long value)
48 return global::java.nio.ByteBuffer.allocate(8);
52 public static object createByteArray(
object thisPerf,
string name,
int variability,
int units,
byte[] value,
int maxLength)
57 return global::java.nio.ByteBuffer.allocate(maxLength).put(value);
63 throw new NotImplementedException();
68 throw new NotImplementedException();
static object createByteArray(object thisPerf, string name, int variability, int units, byte[] value, int maxLength)
static object attach(object thisPerf, string user, int lvmid, int mode)
static object createLong(object thisPerf, string name, int variability, int units, long value)
static void registerNatives()
static void detach(object thisPerf, object bb)
static long highResCounter(object thisPerf)
static long highResFrequency(object thisPerf)