- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am fairly new to VTune, and I need to profile a cpp program that makes Lua function calls. The program aborts when it makes the Lua call, so I guess VTune does not support Lua. Is it true? Thank you very much!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
VTune Amplifier doesn't support Lua at the moment. And you might be running Basic Hotspots, Concurrency or Locks & Waits collection which fails to instrument Lua calls.
You can try running Advanced Hotspots (and other hardware event-based) analysis which doesn't instrument your application, but collect PMU event samples and attribute them to process/thread/modules/functions. You will not see function-level for Lua calls, but I hope that cpp part will be profiled and resolved as expected.
Regards, Katya

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page