UDK2017 PerformancePkg Notes
- Dp_App: Add a new option -c to dump cumulative data.
- Dp_App: Support execution break.
- Dp_App: Make Dp print help information with -? flag in Shell.
- Dp_App: Remove TimerLib dependency, and DxeSmmPerformanceLib can be linked to make DP command generic for both normal performance log and SMM performance log.
- Dp_App: Use Image->FilePath to get name for SMM drivers.
- Dp_App: Fix the error message "Timer library instance error!"
- Dp_App: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStr.
- Dp_App: Handle "/" separator in debug path for GCC build.
- TscTimerLib instances depends on the Intel ICH chipset ACPI timer to calculate TSC frequency, they may not work on the future chipset if the settings for ACPI timer are changed. Comments have been added for this, and AcpiTimerLib instances in PcAtChipsetPkg are recommended to be used.