[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: profiling embedded lua
- From: Patrick Rapin <toupie300@...>
- Date: Tue, 4 Oct 2011 12:55:45 +0200
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