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
..
2014-11-14 17:08:33 +01:00
2014-11-14 17:08:44 +01:00
2022-04-27 00:37:40 +03:00
2011-05-25 12:32:43 +02:00
2020-09-29 17:10:54 +03:00
2011-05-25 12:32:43 +02:00
2013-04-29 12:00:54 +02:00
2013-04-29 12:00:54 +02:00
2011-05-25 12:32:43 +02:00
2013-04-29 12:00:54 +02:00
2022-04-27 00:20:54 +03:00
2011-05-25 12:32:43 +02:00
2020-09-29 17:10:54 +03:00
2011-05-25 12:32:43 +02:00
2022-08-14 14:29:05 +03:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2013-04-29 12:00:54 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2013-04-29 12:00:54 +02:00
2013-04-29 12:00:54 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2013-04-29 12:00:54 +02:00
2011-05-25 12:32:43 +02:00
2022-04-27 00:20:54 +03:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2024-02-22 11:29:52 +02:00
2013-04-29 12:00:54 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2021-09-09 12:47:26 +03:00
2011-05-25 12:32:43 +02:00
2013-04-29 12:00:54 +02:00
2022-04-27 00:20:54 +03:00
2011-05-25 12:32:43 +02:00
2020-09-29 17:10:54 +03:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2022-06-01 16:21:45 +03:00
2023-08-05 07:57:06 +03:00
2023-07-10 10:26:09 +03:00
2020-02-10 16:32:46 +09:00
2011-05-25 12:32:43 +02:00
2022-04-27 00:37:40 +03:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2022-04-27 00:20:54 +03:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2011-05-25 12:32:43 +02:00
2014-11-14 17:10:48 +01:00
2011-05-25 12:32:43 +02:00
2023-08-05 07:57:06 +03:00
2023-07-10 10:26:09 +03:00