summaryrefslogtreecommitdiffstats
path: root/timer/native/com_vladium_utils_timing_HRTimer.h
diff options
context:
space:
mode:
authorStiver <stiver.mail@gmail.com>2014-03-04 15:13:11 +0100
committerStiver <stiver.mail@gmail.com>2014-03-04 15:13:11 +0100
commite2d0f5d9c38561d67f23754c00addb4a3547efb2 (patch)
tree1832f16037c086b48266b8566aecc61f45f4e5f1 /timer/native/com_vladium_utils_timing_HRTimer.h
downloadfernflower-e2d0f5d9c38561d67f23754c00addb4a3547efb2.tar
fernflower-e2d0f5d9c38561d67f23754c00addb4a3547efb2.tar.gz
fernflower-e2d0f5d9c38561d67f23754c00addb4a3547efb2.tar.lz
fernflower-e2d0f5d9c38561d67f23754c00addb4a3547efb2.tar.xz
fernflower-e2d0f5d9c38561d67f23754c00addb4a3547efb2.zip
initial commit
Diffstat (limited to 'timer/native/com_vladium_utils_timing_HRTimer.h')
-rw-r--r--timer/native/com_vladium_utils_timing_HRTimer.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/timer/native/com_vladium_utils_timing_HRTimer.h b/timer/native/com_vladium_utils_timing_HRTimer.h
new file mode 100644
index 0000000..357db0d
--- /dev/null
+++ b/timer/native/com_vladium_utils_timing_HRTimer.h
@@ -0,0 +1,22 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class com_vladium_utils_timing_HRTimer */
+
+#ifndef _Included_com_vladium_utils_timing_HRTimer
+#define _Included_com_vladium_utils_timing_HRTimer
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*
+ * Class: com_vladium_utils_timing_HRTimer
+ * Method: getTime
+ * Signature: ()D
+ */
+JNIEXPORT jdouble JNICALL
+Java_com_vladium_utils_timing_HRTimer_getTime (JNIEnv *, jclass);
+
+#ifdef __cplusplus
+}
+#endif
+#endif