mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-12-31 18:03:43 +00:00
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>
|
||
|---|---|---|
| .. | ||
| ConvertMasmToNasm.py | ||
| ConvertUni.py | ||
| GccBase.lds | ||
| MemoryProfileSymbolGen.py | ||
| PatchCheck.py | ||
| Rvct-Align4K.sct | ||
| Rvct-Align32.sct | ||
| SetVisualStudio.bat | ||
| ShowEnvironment.bat | ||
| UpdateBuildVersions.py | ||