-
Notifications
You must be signed in to change notification settings - Fork 105
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
Feature Request: export to callgrind from CLI #119
Comments
I don't think so, but PRs welcome! |
Would be happy to contribute once I have time. Please can you direct me to where the CLI logic is? |
Yes, here is the entry point for parsing command line arguments: However, the export logic is in the "second half" (the result viewing window, |
Spent all weekend trying to get the project to build with no luck. I keep getting the following error when I run the build script:
I installed
(Compatibility mode is not even on though) Next, I tried to build from IDE (VS2022) but I kept getting this error:
Really not sure why the IDE and CLI have different demands. Anyway, next I installed VS 2010 as apparently this is the only way to get Build Tools for Visual Studio 2010. When I opened the solution in VS2010: When I opened the solution in VS2022 (now with 2010 build tools available): all the projects loaded in but compiling results in some strange errors:
Seems VS2010 doesn't support range based for loops. 😕 The problems are never-ending. Anyway, this means it has to be VS2013+. The README needs an update. |
Sorry, I'm afraid I can't help you there. I agree that it's a mess, but it's mainly Microsoft's fault. My only advice would be to try to reproduce the environment that the CI builds happen in, as it is the only environment where we have a guarantee that the build process works. |
Firstly, thank you for this project! I use verysleepy primarily to get a callgrind.capture file that I can pass to qcachegrind.
The UI process is tedious. I'm trying to automate it in a script file.
Is there a way to enable exporting to a callgrind file without opening the UI.
I tried the -o flag but that exports in .sleepy format.
Note: migrated from discussion #118
The text was updated successfully, but these errors were encountered: