audk/ShellPkg/Library/UefiDpLib
Cinnamon Shia a06795c6a6 ShellPkg/UefiDpLib: 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: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: El-Haj-Mahmoud Samer <samer.el-haj-mahmoud@hpe.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18728 6f19259b-4bc3-4df7-8a09-765794883524
2015-11-05 01:59:24 +00:00
..
Dp.c ShellPkg/UefiDpLib: Support dumping cumulative data 2015-11-05 01:59:24 +00:00
Dp.h ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
DpInternal.h ShellPkg/UefiDpLib: Support dumping cumulative data 2015-11-05 01:59:24 +00:00
DpProfile.c ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
DpTrace.c ShellPkg/UefiDpLib: Support dumping cumulative data 2015-11-05 01:59:24 +00:00
DpUtilities.c ShellPkg UefiDpLib: Use correct string length for the input UnicodeBuffer 2015-11-04 01:56:29 +00:00
Literals.c ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
Literals.h ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
PerformanceTokens.h ShellPkg: Remove PerformancePkg requirement and add the header itself. 2013-03-19 20:17:47 +00:00
Readme.txt Update code to follow coding style. 2013-03-11 01:22:51 +00:00
UefiDpLib.c ShellPkg: Add "dp" command library to ShellPkg. 2013-03-04 22:02:59 +00:00
UefiDpLib.h Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. 2013-07-26 03:14:08 +00:00
UefiDpLib.inf ShellPkg: Refine the fomat in INF/DEC files to follow spec. 2015-01-22 01:44:11 +00:00
UefiDpLib.uni ShellPkg/UefiDpLib: Support dumping cumulative data 2015-11-05 01:59:24 +00:00

Readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

from PerformancePkg\Dp_App
SVN 13406