]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: report build time measured by module of EDKII Build
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 11 Sep 2017 08:50:07 +0000 (16:50 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 26 Sep 2017 05:39:39 +0000 (13:39 +0800)
commit1b8eca8b1affc81357c9f685ac90e5de75ba4b87
tree637cb100e60ba72c934496405ccfb0e67ffbc2d6
parent8932679df5be046feba30fae80776c5815232a08
BaseTools: report build time measured by module of EDKII Build

In the build report, we add AutoGen Phase, Make Phase and GenFds Phase
time duration in the Platform Summary section, and we also add a item
in Module section to display module and library's build time.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/build/BuildReport.py
BaseTools/Source/Python/build/build.py