lua-users home
lua-l archive

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


Lua Profiler still uses clocks() or times(), which on my desktop machine amount
to 10 millisecond granularity.

Wolfgang Oertl recommended his profiler a while ago (microsecond granularity).
I found it useful and decently accurate.

http://wolfgang.oertl.at/en/project/luaprofiler

Cheers,
Bogdan

On Mon, Jul 21, 2008 at 7:52 PM, Stephen Kellett <lua@objmedia.demon.co.uk> wrote:

Andrea D'Amore wrote:
On 21/lug/08, at 15:01, Thomas Lauer wrote:

3. Profile and code the bottlenecks (or have them coded) in C.

I'm curious about what tools are available in order to profile execution of a lua program.

Lua Profiler (free) http://luaprofiler.luaforge.net/
Lua Performance Validator (windows only, commercial) http://www.softwareverify.com

--
Stephen Kellett         http://www.objmedia.demon.co.uk/software.html
                      Object Media Limited, Software Consultancy
http://www.softwareverify.com Software tools for C++ Delphi Java _javascript_ Lua Perl PHP Python Ruby VB