]> git.proxmox.com Git - mirror_edk2.git/commit
Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in...
authorxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Aug 2011 05:59:17 +0000 (05:59 +0000)
committerxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Aug 2011 05:59:17 +0000 (05:59 +0000)
commitb9610b9cb5b34b202251d8e08c02a788240e4cdd
tree09775a466b5315657279f1f51625c6466412af61
parent6e5ed099afee619553a1eb1bea79b1f99658ec84
Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds.

Signed-off-by: xdu2
Reviewed-by: mdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12206 6f19259b-4bc3-4df7-8a09-765794883524
DuetPkg/Library/DuetTimerLib/X86TimerLib.c
MdePkg/Include/Library/TimerLib.h
MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c
MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c
PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.c
UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/IpfTimerLib.c
UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/X86TimerLib.c