time.now() function, which only returns a monotonic timestamp, providing elapsed time rather than the current wall clock time.clock_gettime using Mojo's FFI.clock_gettime from within Mojo using the FFI module? Any tips or example code snippets would be greatly appreciated!