X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FDynamicCommand%2FDpDynamicCommand%2FDp.h;fp=ShellPkg%2FDynamicCommand%2FDpDynamicCommand%2FDp.h;h=aae021334d67c6808044c430df2b4ae6f67bb19b;hp=9fd88578720b89c3c358fd1841206d38e5b9bfd2;hb=5a56c0493955cf55e7eef96dbba815cfbb067d7d;hpb=d25cf17cea52ade0ab9e9e551cf8f03792ed1da5 diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h b/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h index 9fd8857872..aae021334d 100644 --- a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h +++ b/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h @@ -53,12 +53,6 @@ extern EFI_HANDLE mDpHiiHandle; **/ #define DP_DEBUG 0 -/** - * Set to 1 once Profiling has been implemented in order to enable - * profiling related options and report output. -**/ -#define PROFILING_IMPLEMENTED 0 - #define DEFAULT_THRESHOLD 1000 ///< One millisecond. #define DEFAULT_DISPLAYCOUNT 50 #define MAXIMUM_DISPLAYCOUNT 999999 ///< Arbitrary maximum reasonable number. @@ -97,7 +91,6 @@ typedef struct { typedef struct { UINT32 NumTrace; ///< Number of recorded TRACE performance measurements. - UINT32 NumProfile; ///< Number of recorded PROFILE performance measurements. UINT32 NumIncomplete; ///< Number of measurements with no END value. UINT32 NumSummary; ///< Number of summary section measurements. UINT32 NumHandles; ///< Number of measurements with handles.