VerySleepy / verysleepy

Very Sleepy, a sampling CPU profiler for Windows
http://www.codersnotes.com/sleepy
GNU General Public License v2.0
1.07k stars 104 forks source link

Command line profiling doesn't import all symbols #51

Closed nolanhergert closed 3 years ago

nolanhergert commented 7 years ago

If I run sleepy.exe /c foo.exe, I get only the below symbols

image

But if I run sleepy.exe and then select the process from the GUI, a lot more symbols show up.

image

The pictures aren't profiling the exact same time, but you get the idea. I'm trying to profile a 2-second-long program, so selecting the process from the GUI won't work very well anymore. Thanks!

CyberShadow commented 7 years ago

Can you provide the source code and/or an executable of an example program that exhibits this problem?

nolanhergert commented 7 years ago

Certainly, the above execution was from the latest eclipse installer, http://www.eclipse.org/downloads/eclipse-packages/

I have seen it work similarly with other programs.

Also, I am behind a corporate firewall with a proxy server. I haven't tested this behavior at home yet.

CyberShadow commented 3 years ago

Could you please see if this issue occurs with the latest release: https://github.com/VerySleepy/verysleepy/releases

As the latest release includes many fixes, it's likely that this particular problem was fixed as well. If you encounter further problems, please leave a comment or open a new issue. Thanks!