I was tried to calculate time taken by a method in nanoseconds in j2me platform. But I didn't find any function to do this.
Only System.currentTimeMillis()
function is available in j2me. But I want to calculate time in nano seconds. Can anyone please help me in this.
And, I tried System.nanoSeconds()
in j2me, but this function is not available.