1. 86da563 Refine the code to follow coding style. by ydong10 · 13 years ago
  2. f7fe94a Fix PerformancePkg GCC&ICC build fail. by lzeng14 · 13 years ago
  3. 711e36d Fix build error. by lzeng14 · 13 years ago
  4. a2daf8d Update DP to get Image name with the following methods orderly. by lzeng14 · 13 years ago
  5. 18d37b8 Add description for the parameter of SafeFreePool(). by lzeng14 · 13 years ago
  6. cdd9529 Add NULL pointer check before free pool. by lzeng14 · 13 years ago
  7. 77c9e74 Add TscTimerLibInternal.h in INF file. by lzeng14 · 13 years ago
  8. da27b95 Refine BaseTscTimerLib. by lzeng14 · 13 years ago
  9. 034307a Add BaseTscTimerLib, and then merge the three TscTimerLib to one directory. by lzeng14 · 13 years ago
  10. b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
  11. 50e6102 Fix GCC build error. by lzeng14 · 13 years ago
  12. 4ae5165 Allocate memory buffer to store TscFrequency, and InstallConfigurationTable with the pointer to this buffer. by lzeng14 · 13 years ago
  13. d490265 Update code to pass packaging tool. by lzeng14 · 14 years ago
  14. eaccfcc Clean up DEC files: by mdkinney · 14 years ago
  15. a176509 Store and get TSC Frequency with system configuration Table. by lzeng14 · 14 years ago
  16. da0924f PerformancePkg.dsc: by ydong10 · 14 years ago
  17. abf2162 Update inf file to follow spec. by ydong10 · 14 years ago
  18. 3a63a42 Enhance inf to follow spec. by ydong10 · 14 years ago
  19. 19dd3f7 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  20. d66e9f0 Add comments for the two parameters of DxeTscTimerLibConstructor. by lzeng14 · 14 years ago
  21. cbdf19a Refine coding style. by ydong10 · 14 years ago
  22. d50f6f8 TscTimerLib in PerformancePkg is a BASE type library, which should be used by any module type. by lzeng14 · 14 years ago
  23. 0d70a70 ProcessCumulative() function always calculates the average performance by dividing the count of performance record. by lzeng14 · 14 years ago
  24. c352252 Show PEIM GUID in PERF log. by lgao4 · 14 years ago
  25. 5460c4b Fix build error. by ydong10 · 14 years ago
  26. f97c241 Refine coding style. by ydong10 · 14 years ago
  27. aec905b Fixed build error by ydong10 · 14 years ago
  28. 8835954 Move some define code to the uni file. Also fixed some memory leak. by ydong10 · 14 years ago
  29. 224beee Fix tracker for build error. by ydong10 · 14 years ago
  30. 9dd7461 Refine code to make code follow the coding style. by ydong10 · 14 years ago
  31. fc48db0 Refine code to make code run more safely. by ydong10 · 14 years ago
  32. efca00e pass build for IPF. by vanjeff · 14 years ago
  33. 16d5d16 PerformancePkg: Fix build with GCC by jljusten · 14 years ago
  34. 3b7e958 Move TscTimerLib library to correct CPU ARCH as it depends on BaseLib API AsmReadTsc(), which is only available for Ia32 & x64 CPU. by qhuang8 · 15 years ago
  35. 24cd83a Remove unicode code in source code. by qhuang8 · 15 years ago
  36. 92ea1df Update the copyright notice format by hhtian · 15 years ago
  37. c06ad33 Libraries and utilities for instrumenting regions of code and measuring their performance. by darylm503 · 15 years ago