lua-users home
lua-l archive

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


There is a profiler we developed for internal use. We will release a beta version soon -- by the end of the month.
It is a time profiler written in C to maximize the precision of the measured times that has an analyzer made in Lua. Some benefits
include the execution graph of the program, which helps you to visually observe the bottle-necks and the branches that takes more
time to execute.

> -----Original Message-----
> From: owner-lua-l@tecgraf.puc-rio.br
> [mailto:owner-lua-l@tecgraf.puc-rio.br]On Behalf Of Max Ischenko
> Sent: Thursday, February 07, 2002 7:56 AM
> To: Multiple recipients of list
> Subject: Lua profiler
>
>
>
> Hello there.
>
> Is there a known way to profile Lua code?
>
>
> --
> Rgrds, Max Ischenko
>