lua-users home
lua-l archive

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


冶晶邓 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