debing.sun 4a265554ae
Expose lua os.clock() api (#12971)
Implement #12699

This PR exposing Lua os.clock() api for getting the elapsed time of Lua
code execution.

Using:
```lua
local start = os.clock()
...
do something
...
local elpased = os.clock() - start
```

---------

Co-authored-by: Meir Shpilraien (Spielrein) <meir@redis.com>
Co-authored-by: Madelyn Olson <34459052+madolson@users.noreply.github.com>
2024-02-22 11:29:52 +02:00
..
2013-04-29 12:00:54 +02:00
2013-04-29 12:00:54 +02:00
2013-04-29 12:00:54 +02:00
2013-04-29 12:00:54 +02:00
2013-04-29 12:00:54 +02:00
2013-04-29 12:00:54 +02:00
2013-04-29 12:00:54 +02:00
2024-02-22 11:29:52 +02:00
2013-04-29 12:00:54 +02:00
2013-04-29 12:00:54 +02:00
2022-06-01 16:21:45 +03:00
2022-04-27 00:20:54 +03:00