Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calls to my own DLL not recognized #4

Open
Zeugma440 opened this issue Aug 26, 2017 · 1 comment
Open

Calls to my own DLL not recognized #4

Zeugma440 opened this issue Aug 26, 2017 · 1 comment
Assignees
Labels

Comments

@Zeugma440
Copy link

Zeugma440 commented Aug 26, 2017

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)

profiling

Corresponding code is as follows

            Console.WriteLine(Environment.CurrentDirectory);

            Console.ReadLine();

            LibraryClass1.Call
            LibraryClass2.Call

            Console.ReadLine();

Do you have any idea of what might have gone wrong ?

@AndreiFedarets
Copy link
Owner

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.

@AndreiFedarets AndreiFedarets self-assigned this Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants