- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have to profile my filter dll, so I have integrate filter dll with graph studio exe. To generate report I have attach vtune to graph studio process and generated report successfully. Whenever I click on any function name it show only assembly code (Not show c/c++ source code). How to see source code of my dll in c/c++?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If your dll was working in your target process, and workload was not tiny - functions in dll can be displayed in hotspots report. Probably your source of DLL/PDB files were not under the path where had source of EXE/PDB files. So, you can do -
>amplxe-cl -finalize -search-dir=Dll-path -search-dir=Exe-path -r r00???
My opinin is to set Dll-path = Dll project directory which has sub-directories of source, and Dll/PDB files, Exe-path = Exe project directory which has sub-directories of source, and Exe/PDB files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, your bones point recognition is how to do, remember that you have done before you use the official to the staff tracking code to do skeleton point tracking, what is your program now?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page