-
Notifications
You must be signed in to change notification settings - Fork 28
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
Function names are not resolved if profilee exits too soon (original: The column Function does not contain function names) #59
Comments
Hi This seems to be a known issue with dbghelp.dll that cannot read 'fast' PDBs. Thank you, |
Got it. thanks, |
Hi tyoma, You were right. With the following Win32 Console Application, it does work.
It means that the problem is not a problem with MicroProfiler or with Visual Studio, but rather with the options used when building the proprietary software I am working on at my job. You can thus close the issue. I thank you for your time and expertise. |
Cool! In fact, it still seems to be kind of an issue - applications running too fast will leave UI without function names - I'll better keep this issue open for a time being... |
Done: Thanks |
Thanks! |
@tyoma Nice new edited title BTW. TIL my programs are profilees. |
Isn't it the same to employer/employee? |
Yes, it is. English is not my mother tongue. I use caller/callee. But I had never saw profiler/profilee. |
neither it's mine )) |
…rocess last stat update and necessary metadata is requested - 'exiting' invokes disconnection sequence in frontend, that requests the last update and then all the missing metadata from the collector; - symbol_resolver invalidation leads to statistics views invalidation; - tables::module_mappings now provides mapping layout (this moved from the symbol_resolver).
…last update batch if no metadata is necessary
@sebhtml, @r-pankevicius, guys, please check the new release (2.0.637) for the fix of this. |
@tyoma My version is:
|
thanks @r-pankevicius! |
@tyoma Some time ago I saw the issue: if time is more that 1s it is reported as 0. Anyway, now I see times longer than 1 second OK. |
@tyoma I will try it out at work in Visual Studio 2019 to test the water. Thanks ! |
thanks, @sebhtml ! |
Hi Artem, I installed MicroProfiler Version 2.0.637.0 in Visual Studio Professional 2019 Version 16.7.5 and it works well. Thanks. |
Cool, thanks @sebhtml !!! |
Hello,
Versions
Steps to reproduce
Expected result
A table with function names is shown, including function names.
Actual result
A table with function names is shown, but function names are all empty strings.
The text was updated successfully, but these errors were encountered: