You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm profiling a console app of my own (.NET 4.6.1 / Debug / x86) generated along with a library from another project in the same solution.
When I profile it, the calls to classes & methods within the library appear as < UNKNOWN FUNCTION CALL >, which is kinda hard for me to analyze (see screenshot below)
Hi,
Sorry for such late response, I don't know if it still actual, but anyway - it looks like profiler was not able to retrieve all functions names in-time. I saw such behavior several times while testing. If i'm right then second data refresh ("Load data") should fix it.
Hi there,
I'm profiling a console app of my own (.NET 4.6.1 / Debug / x86) generated along with a library from another project in the same solution.
When I profile it, the calls to classes & methods within the library appear as
< UNKNOWN FUNCTION CALL >
, which is kinda hard for me to analyze (see screenshot below)Corresponding code is as follows
Do you have any idea of what might have gone wrong ?
The text was updated successfully, but these errors were encountered: