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

Introduce a column that shows total CPU time in seconds since process start in process and threads list #37

Merged
merged 2 commits into from
Jan 14, 2017

Conversation

quijote
Copy link
Contributor

@quijote quijote commented Jan 13, 2017

No description provided.

Rename column "Thread Usage" in thread list to "CPU". This is more consistent with process list.
Rename column "Thread" in thread list to "TID" and move to end. This is more consistent with process list.
@CyberShadow
Copy link
Member

I can't build Very Sleepy at the moment, but the diff looks good, so I'll merge this. Thanks!

@quijote
Copy link
Contributor Author

quijote commented Jan 14, 2017

Thank you for merging this so quickly back into master.

I was only able to build with VS 2015 Community Edition and wxWidgets-3.1.0. I hope it still works for VS 2010 and wxWidgets-2.9.5. Would it make sense, to upgrade the project to require the newer IDE and library?

And what is the workflow for new releases for verysleepy? I still have some additional vague ideas for minor fixes or new features. What are the chances of getting a new official installer published within the next 4 weeks? Is there any documentation that shows how I could build an installer myself?

@CyberShadow
Copy link
Member

CyberShadow commented Jan 14, 2017

Would it make sense, to upgrade the project to require the newer IDE and library?

Backwards compatibility with older platforms would be something to consider. Newer VS versions regularly drop support for older Windows versions, both in terms of target platform, and as a requirement for installing the IDE itself.

And what is the workflow for new releases for verysleepy? I still have some additional vague ideas for minor fixes or new features. What are the chances of getting a new official installer published within the next 4 weeks?

There hasn't been an official release in a while, which should probably be addressed. (On the other hand, I have not observed much demand for one, either.) The closest we've gotten to a release was during ongoing work on MinGW symbol support (provided by the Dr. MinGW project), though at that point users were reporting mixed results in getting it to work.

Is there any documentation that shows how I could build an installer myself?

The InnoSetup script is included (see installer.iss).

@quijote quijote deleted the feature/add-total-cpu branch January 20, 2017 18:36
@quijote
Copy link
Contributor Author

quijote commented Jan 20, 2017

Does the ongoing work on MinGW support prevent a release from master in the near future? Is this something that affects the stability of VerySleepy?

@CyberShadow
Copy link
Member

Does the ongoing work on MinGW support prevent a release from master in the near future?

The MinGW work happened a while ago, so it's not really ongoing any more. However, it hasn't exactly concluded either.

Is this something that affects the stability of VerySleepy?

Potentially, when debugging MinGW programs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants