lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Nov 13, 2009 at 12:37 PM, spir <denis.spir@free.fr> wrote:
> Hello again,
>
> Is there a builtin or a lib tool? If not, how do you do it?
> (googling brought no sensible info on the topic)

I tend to use socket.gettime() from LuaSocket to get a higher precision timing.

- Jim