]> git.proxmox.com Git - mirror_edk2.git/commit - PerformancePkg/Dp_App/DpStrings.uni
Libraries and utilities for instrumenting regions of code and measuring their perform...
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Apr 2010 17:00:32 +0000 (17:00 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Apr 2010 17:00:32 +0000 (17:00 +0000)
commitc06ad33ed2fbbacdba42baf07f5d3fd41b36781d
tree76c42b2d1321dd2e70fb8f7881e3c93838258c65
parentc3f13d41ab92f5ba2ea4321835eb0a5d93660214
Libraries and utilities for instrumenting regions of code and measuring their performance.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10417 6f19259b-4bc3-4df7-8a09-765794883524
16 files changed:
PerformancePkg/Dp_App/Dp.c [new file with mode: 0644]
PerformancePkg/Dp_App/Dp.h [new file with mode: 0644]
PerformancePkg/Dp_App/Dp.inf [new file with mode: 0644]
PerformancePkg/Dp_App/DpInternal.h [new file with mode: 0644]
PerformancePkg/Dp_App/DpProfile.c [new file with mode: 0644]
PerformancePkg/Dp_App/DpStrings.uni [new file with mode: 0644]
PerformancePkg/Dp_App/DpTrace.c [new file with mode: 0644]
PerformancePkg/Dp_App/DpUtilities.c [new file with mode: 0644]
PerformancePkg/Dp_App/Literals.c [new file with mode: 0644]
PerformancePkg/Dp_App/Literals.h [new file with mode: 0644]
PerformancePkg/Include/Ich/GenericIch.h [new file with mode: 0644]
PerformancePkg/Include/PerformanceTokens.h [new file with mode: 0644]
PerformancePkg/Library/TscTimerLib/TscTimerLib.c [new file with mode: 0644]
PerformancePkg/Library/TscTimerLib/TscTimerLib.inf [new file with mode: 0644]
PerformancePkg/PerformancePkg.dec [new file with mode: 0644]
PerformancePkg/PerformancePkg.dsc [new file with mode: 0644]