lua-users home
lua-l archive

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


Is your purpose to profile Lua code inside your C++ application?
Profiling the C++ part with Visual Studio is quite easy.
To profile the Lua part, you will need to include an additional Lua library like luatrace [1]

[1] https://github.com/geoffleyland/luatrace