Greetings!
I have browsed the docs but couldn't find a way to log the duration of the SIL script's execution.
I was looking for something in the likes of Java's currentTimeMillis. I want to log the elapsed time since captured point to the log command:
init = <currentTime>;
// Compute, remote calls, etc
print(key + " was automatically processed in " + (<currentTime - init) + "ms.");
Thanks!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.