I've been looking at JavaObject and Reflection but this is as far as I've gotten with the getting the value from System.nanoTime. I'm not sure if System.nanoTime is a method or a read field or how to add the System library to my project.
What I'm ultimately trying to do is retrieve a running time value (date isn't important). Hopefully the performance tax isn't high on getting this value but I do need to nanosecond or microsecond precision/accuracy. I don't need a millisecond value that's simply mathematically converted to nanoseconds or microseconds.
What I'm ultimately trying to do is retrieve a running time value (date isn't important). Hopefully the performance tax isn't high on getting this value but I do need to nanosecond or microsecond precision/accuracy. I don't need a millisecond value that's simply mathematically converted to nanoseconds or microseconds.