Skip to content

Enhancement: Add time reporting for make.py #2710

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

Open
pushfoo opened this issue May 30, 2025 · 0 comments
Open

Enhancement: Add time reporting for make.py #2710

pushfoo opened this issue May 30, 2025 · 0 comments
Labels

Comments

@pushfoo
Copy link
Member

pushfoo commented May 30, 2025

What to add?

Add basic time elapsed output for each commands in ./make.py

Why?

  1. Make it easier for new contributors to report performance
  2. Remove cross-platform ambiguities

Current Behavior

build succeeded, 5 warnings.

The HTML pages are in build/html.
>> Command finished: sphinx-build --jobs auto -b html -d build/doctrees doc build/html 


Build finished. The HTML pages are in /home/name/Projects/arcade/build/html.

Potential Desired Behavior

build succeeded, 5 warnings.

The HTML pages are in build/html.
>> Command finished (9m 56s): sphinx-build --jobs auto -b html -d build/doctrees doc build/html 


Build finished. The HTML pages are in /home/name/Projects/arcade/build/html.
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

1 participant