]> git.proxmox.com Git - mirror_edk2.git/commit - PerformancePkg/Dp_App/DpTrace.c
ProcessCumulative() function always calculates the average performance by dividing...
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Jan 2011 11:18:14 +0000 (11:18 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Jan 2011 11:18:14 +0000 (11:18 +0000)
commit0d70a7090f008b1d8d5f1592aad3c82e26bf1acf
tree9eb00638d829d2a75d876aa5c7f83da2361297bd
parent2e7120cd37935adea810d1cdc4c4aaad500c9222
ProcessCumulative() function always calculates the average performance by dividing the count of performance record.
When the count is zero, it will report exception, so it needs to be enhanced to check the dividend.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11260 6f19259b-4bc3-4df7-8a09-765794883524
PerformancePkg/Dp_App/DpTrace.c