audk/PerformancePkg/Dp_App
Cinnamon Shia d28f77df0f PerformancePkg/Dp_App: Support dumping cumulative data
Add a new option -c to dump cumulative data.
For example:
shell> dp -c
==[ Cumulative ]========
(Times in microsec.)     Cumulative   Average     Shortest    Longest
   Name          Count    Duration    Duration    Duration    Duration
LoadImage:         200     1000000        7000           0      100000
StartImage:        200    20000000       90000           0     7000000
  DB:Start:        200    20000000      100000           0     9000000
DB:Support:     200000      100000           0           0        7000

shell> dp -c DXE
==[ Cumulative ]========
(Times in microsec.)     Cumulative   Average     Shortest    Longest
   Name          Count    Duration    Duration    Duration    Duration
LoadImage:         200     1000000        7000           0      100000
StartImage:        200    20000000       90000           0     7000000
  DB:Start:        200    20000000      100000           0     9000000
DB:Support:     200000      100000           0           0        7000
        DXE          1    30000000    30000000           0    30000000

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cinnamon Shia <cinnamon.shia@hpe.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18762 6f19259b-4bc3-4df7-8a09-765794883524
2015-11-10 04:57:14 +00:00
..
Dp.c PerformancePkg/Dp_App: Support dumping cumulative data 2015-11-10 04:57:14 +00:00
Dp.h Add new extension PerformanceLib APIs to store ID info. 2012-04-24 09:15:10 +00:00
Dp.inf Performance: Refine the format of INF files. 2015-01-20 01:45:35 +00:00
DpInternal.h PerformancePkg/Dp_App: Support dumping cumulative data 2015-11-10 04:57:14 +00:00
DpProfile.c Refine the code to follow coding style. 2011-12-01 04:31:46 +00:00
DpStrings.uni PerformancePkg/Dp_App: Support dumping cumulative data 2015-11-10 04:57:14 +00:00
DpTrace.c PerformancePkg/Dp_App: Support dumping cumulative data 2015-11-10 04:57:14 +00:00
DpUtilities.c PerformancePkg Dp_App: Fix ASSERT in GetNameFromHandle 2015-07-13 01:24:44 +00:00
Literals.c Refine the code to follow coding style. 2011-12-01 04:31:46 +00:00
Literals.h Refine the code to follow coding style. 2011-12-01 04:31:46 +00:00