[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luaprofiler doesn't work in luajit2?
- From: Mike Pall <mikelu-1109@...>
- Date: Sat, 17 Sep 2011 14:45:27 +0200
冶晶邓 wrote:
> i find the profiler not work when using luajit2...
> the "profiler.start()" call leads to a crash with some tips as "pure virtual
> function call"...
> is luajit2 incompatible with luaprofiler?
I don't know about luaprofiler. But consider using luatrace, which
has explicit support for LuaJIT:
https://github.com/geoffleyland/luatrace
--Mike