Re: luaprofiler doesn't work in luajit2?
[
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: 2011年9月17日 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