report total build time

This commit is contained in:
Unbit
2013-12-07 07:33:38 +01:00
parent 4eb3b76c35
commit ce07c1a454
+4
View File
@@ -55,6 +55,8 @@ if CPUCOUNT < 1:
binary_list = []
started_at = time.time()
# this is used for reporting (at the end of the build)
# the server configuration
report = {
@@ -521,6 +523,8 @@ def build_uwsgi(uc, print_only=False, gcll=None):
print("")
print("############## end of uWSGI configuration #############")
print("total build time: %d seconds" % (time.time() - started_at))
if bin_name.find("/") < 0:
bin_name = './' + bin_name
if uc.get('as_shared_library'):