python-wheel-build / fromager

Build your own wheels
https://pypi.org/project/fromager/
Apache License 2.0
3 stars 9 forks source link

This PR adds code to calculate time taken to build a wheel #192

Closed rd4398 closed 1 month ago

rd4398 commented 1 month ago

I have used the time format as hh:mm:ss and ignored the milliseconds. Let me know if we want milliseconds as well. Also, I have used the log message in build_wheel() to log this time required as build_wheel() is the function called by bootstrap, build and build-sequence.

Let me know if any changes are required!