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
..
2024-01-15 09:57:12 +08:00
2024-02-20 08:43:13 +02:00
2024-02-22 10:02:38 +02:00
2023-08-02 10:46:06 +03:00
2024-01-22 16:01:04 -08:00
2023-04-12 09:19:21 +03:00
2023-08-01 18:03:33 +03:00
2023-05-18 12:16:46 +03:00
2023-08-21 19:48:30 +03:00
2023-04-12 09:19:21 +03:00
2023-06-16 08:14:11 -07:00
2024-02-08 16:39:58 +02:00
2024-01-23 14:26:33 +02:00
2023-06-20 12:50:03 +03:00
2022-11-28 17:35:31 +02:00
2022-02-08 13:14:42 +02:00
2024-02-20 11:12:19 +02:00
2023-07-03 12:45:18 +03:00
2024-02-18 10:36:41 +02:00
2023-12-05 16:21:50 +02:00
2023-08-27 11:42:55 +03:00
2021-11-02 16:42:53 +02:00
2021-06-09 15:13:24 +03:00
2024-01-31 13:11:52 +02:00
2024-02-06 13:39:07 +02:00
2023-05-04 11:58:31 +03:00
2023-03-11 10:14:16 +02:00
2023-03-11 10:14:16 +02:00
2023-12-27 08:42:46 +02:00
2024-02-08 16:39:58 +02:00
2023-03-16 08:50:32 +02:00
2011-05-20 11:44:54 +02:00
2023-03-11 10:14:16 +02:00
2023-06-20 20:41:41 +03:00
2023-03-12 17:50:44 +02:00
2023-05-04 13:02:08 +03:00
2023-06-12 14:05:34 +03:00
2022-03-01 14:40:29 +02:00
2024-01-30 20:32:58 +02:00
2024-02-22 11:29:52 +02:00
2023-04-18 16:14:26 +03:00
2024-01-22 16:01:04 -08:00
2024-02-08 14:36:11 +02:00
2021-03-22 13:27:46 +02:00
2023-09-08 16:10:17 +03:00
2022-04-24 17:29:35 +03:00
2023-09-28 17:19:20 +03:00