]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools Scripts: Add MemoryProfileSymbolGen.py
authorStar Zeng <star.zeng@intel.com>
Sun, 26 Jun 2016 05:07:26 +0000 (13:07 +0800)
committerStar Zeng <star.zeng@intel.com>
Fri, 1 Jul 2016 01:39:59 +0000 (09:39 +0800)
commit1d9869f9e91605f6c099237eeb3414887f1258a9
tree1eb50ed3102455aff69a1122a4cbb44b1c331f3e
parentcdad7675e6e12418abb1231fc14c38a1373173bc
BaseTools Scripts: Add MemoryProfileSymbolGen.py

This tool depends on DIA2Dump.exe (VS) or nm (gcc) to parse debug entry.

Usage: MemoryProfileSymbolGen.py [--version] [-h] [--help] [-i inputfile
[-o outputfile]]

Copyright (c) 2016, Intel Corporation. All rights reserved.

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -i INPUTFILENAME, --inputfile=INPUTFILENAME
                        The input memory profile info file output from
                        MemoryProfileInfo application in MdeModulePkg
  -o OUTPUTFILENAME, --outputfile=OUTPUTFILENAME
                        The output memory profile info file with symbol,
                        MemoryProfileInfoSymbol.txt will be used if it is not

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
BaseTools/Scripts/MemoryProfileSymbolGen.py [new file with mode: 0644]