1. 17a9d26 <rdar://problem/13732521> by Enrico Granata · 11 years ago
  2. b6bac2a Proper English not optional by Enrico Granata · 11 years ago
  3. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  4. 0b10ef6 Missed some cases when switching over to using our STD_UNIQUE_PTR macros. by Greg Clayton · 11 years ago
  5. 442b3f6 New CallNext action for the test case that causes the next action in the sequence to be called right away by Enrico Granata · 11 years ago
  6. 177ac0d More updates to test cases by Enrico Granata · 11 years ago
  7. 4d77c18 Sketch test now runs 10 times Data formatters test outputs stddev by Enrico Granata · 11 years ago
  8. ec87e5c Enabling test case to write the average+stddev pair to the results by Enrico Granata · 11 years ago
  9. b8158c8 - Adding a relaunch feature to the performance tester: you can use the relaunch if you want to measure multiple runs of your app keeping the same metrics alive. New arguments must be supplied - and the step counter will not be reset (this makes it easy to avoid endless loops) by Enrico Granata · 11 years ago
  10. 6e792e9 Sketch test case improvements: by Enrico Granata · 11 years ago
  11. 7905bad Updated the line on which to break for the formatters test by Enrico Granata · 11 years ago
  12. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  13. 08257e4 Enabling metrics to calculate (and dump) their standard deviation by Enrico Granata · 11 years ago
  14. 101a2d6 Misc fixes: by Enrico Granata · 11 years ago
  15. b1b36ec Integrating option parsing in TestCase for added convenience by Enrico Granata · 11 years ago
  16. 51a5395 Proper option parser for the Sketch test case by Enrico Granata · 11 years ago
  17. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  18. 1a6ca00 <rdar://problem/13327940> by Greg Clayton · 11 years ago
  19. d31cd4a Added a source file needed for clang to compile in the lldb_perf_clang test. by Greg Clayton · 11 years ago
  20. 2bba866 <rdar://problem/13327940> by Greg Clayton · 11 years ago
  21. ec1799a Prune more stuff out of the build and source folders after building clang. by Greg Clayton · 11 years ago
  22. 981aa57 Cleaned up how LLDB.framework was being linked to and also how the target dependencies. by Greg Clayton · 11 years ago
  23. aa08062 Trim the output build folder a bit to it isn't so large. by Greg Clayton · 11 years ago
  24. 094e2a9 Change the stepping test to output "total time" for the step as well. by Jim Ingham · 11 years ago
  25. 0b51bed Make the stepping perf test case actually work. by Jim Ingham · 11 years ago
  26. 073ce17 Added better measurements to test: by Greg Clayton · 11 years ago
  27. 1c31631 Make sure the "Release" builds link against the "Release" LLDB.framework and also output the results to /dev/stdout when no outfile is supplied. by Greg Clayton · 11 years ago
  28. ca107c2 Added option parsing to the lldb_perf_clang performance test. by Greg Clayton · 11 years ago
  29. d2c50b1 More cleanup to remove the CoreFoundation classes out of mainstream code (CFCMutableDictionary, CFCMutableArray, CFCString, etc). Now it is only used in the Results.cpp file for Apple builds only. by Greg Clayton · 11 years ago
  30. 9de4dec Much more cleanup on the performance testing infrastructure: by Greg Clayton · 11 years ago
  31. a3df3b0 The outline of the stepping perf test case, doesn't do anything yet. by Jim Ingham · 11 years ago
  32. d3a8d65 Add correct file headers to all source files. by Greg Clayton · 11 years ago
  33. 75fc5a7 Modify code to adhere to LLDB coding conventions. by Greg Clayton · 11 years ago
  34. 2d09840 Added a lldb-perf test case that will be used to time various aspects of debugging clang with LLDB. by Greg Clayton · 11 years ago
  35. 21ac3cb Making a manual mode of operation for measurements, where you can manually call start() and stop() instead of using the function-call syntax by Enrico Granata · 11 years ago
  36. e62d448 Making the test step count a member variable so that it can be accessed easily by Enrico Granata · 11 years ago
  37. 3ffb7ed Renaming perf. main files from main.cpp to something meaningful by Enrico Granata · 11 years ago
  38. 53bba61 Making MemoryGauge work by fixing a Mach API call mistake - saving (and dumping) more information out of the task_info call by Enrico Granata · 11 years ago
  39. 2002c03 Update Sketch test case to capture this and use accessors for debugger, target, process and thread. by Greg Clayton · 11 years ago
  40. 91c570a More cleanup on the lldb-perf code: by Greg Clayton · 11 years ago
  41. 535f53c <rdar://problem/13443931> by Greg Clayton · 11 years ago
  42. 5ae5ae0 Fixed the README to match the current code. by Greg Clayton · 11 years ago
  43. 6fd5010 Add a comment about how to add a target for a test case. by Jim Ingham · 11 years ago
  44. 788bb8d Move the performance test cases into their own project. by Jim Ingham · 11 years ago
  45. af22250 Code cleanup: by Greg Clayton · 11 years ago
  46. 7a969e6 Make a README file with an introduction and basic directions for the lldb-perf infrastructure by Enrico Granata · 11 years ago
  47. c50fc4b <rdar://problem/13228487> by Enrico Granata · 11 years ago
  48. 385a504 Dump the measurements directly instead of getting their metrics first by Enrico Granata · 11 years ago
  49. f5af85a Initial checkin of a new project: LLDB Performance Testing Infrastructure by Enrico Granata · 11 years ago