The profiler did not find any methods with source code
tom103
Posts: 11
I'm trying to profile a Windows Store application, but ANTS Performance profiler only shows methods named "<Unknown>.<Unknown>()".
I've seen this page, but all it says about Windows Store apps is this:
But it doesn't help, because the methods I'm trying to debug are not trivial...
How can I fix it?
(btw, my app is compiled as Debug, and the pdb files are present in the executable folder ; I'm starting the profiler by using the "Profile Performance" command in the ANTS menu of Visual Studio)
I've seen this page, but all it says about Windows Store apps is this:
Profiling Windows Store Applications with trivial methods
When profiling Windows Store Applications, some methods may not appear in profiling results because ANTS Performance Profiler ignores trivial methods for Windows Store Applications.
A method is trivial if it is smaller than 192 bytes of IL, doesn't contain any branches or loops, and doesn't contain any calls to other methods.
But it doesn't help, because the methods I'm trying to debug are not trivial...
How can I fix it?
(btw, my app is compiled as Debug, and the pdb files are present in the executable folder ; I'm starting the profiler by using the "Profile Performance" command in the ANTS menu of Visual Studio)
Comments
Redgate Software
It doesn't seem to change anything, I get the same results as before.
Redgate Software
Redgate Software
Windows 8 Pro 64-bit
Intel Core i7 2600 3.4GHz
8GB RAM
Redgate Software
Redgate Software
I can't send you the code of this specific application because it belongs to my company, but I can reproduce the issue with any Windows Store app...
This project has the problem; I created it from the Grid App (XAML) template and didn't change anything in it.
Redgate Software