1. ccad28a Use upstream git as the source of gdb by yunlian · 12 years ago
  2. 3676c8f Fixed gpylint warnings for tabulator.py & tabulator_test.py. by asharif · 12 years ago
  3. 1b38703 Show max(5, rows_of_perf_with_over_1%_running_time) in email. by yunlian · 12 years ago
  4. bee1e61 Add p-value and std/mean to full table. by yunlian · 12 years ago
  5. c9a6e77 Add a function go get manifest file from a version number. by yunlian · 12 years ago
  6. f6617ae Add support for checking out an arbitrary version. by shenhan · 12 years ago
  7. 26f6c26 Remove unused modules by yunlian · 12 years ago
  8. d412ec7 Remove the unused parameter rerun_if_failed for experiment. by yunlian · 12 years ago
  9. 75d42eb fixed problem with default behavior which was broken in latest commit. by llozano · 12 years ago
  10. 86fe6d5 symbolizer: make it more robust. by asharif · 12 years ago
  11. e7a9dc9 Fix the problem when rerun the experiment the data is not cached. by yunlian · 12 years ago
  12. 9efafde Add support for common image to setup_chromeos.py. by llozano · 12 years ago
  13. cbc868a Add --extra_use_flags option, which updates the USE flag appropriately. by cmtice · 12 years ago
  14. 52e9622 Added '--debug', '--dev' and '--verbose' options for building the chrome browser. by shenhan · 12 years ago
  15. 4873858 Add '--dev' and '--debug' options to build_chromeos.py. by shenhan · 12 years ago
  16. 2b549ca Add new command line options --cflags_for_target and --cxxflags_for_target, and pass them into emerge. by carrot · 12 years ago
  17. a8977a9 Add an option to share the cache data with other one. by yunlian · 12 years ago
  18. 65e7ae9 Allow users set cache dir for each image. by yunlian · 12 years ago
  19. d58b8dc Fix the issue that the AcquireLock can be used by one person on the by yunlian · 12 years ago
  20. 255fd46 Append the flags specified with --cflags instead of replacing when building gcc. by carrot · 12 years ago
  21. 952441d Add an option to set the chrome version to use. Default is the latest version. by yunlian · 12 years ago
  22. 33fef35 Make remote_gcc_build.py accept the case where no gcc dir is specified. by yunlian · 12 years ago
  23. ccae627 Use the file emerge-<board> to decide if setup_board need to be executed. by carrot · 12 years ago
  24. 850786b Add an option to disable sending email after crosperf finishes. by yunlian · 12 years ago
  25. 2ab92b1 Add an option to set the default cache dir by yunlian · 12 years ago
  26. e6f773c In build_tc.py detect and avoid the duplicate toolchain building. by carrot · 12 years ago
  27. 5acba6e Enable build_chromeos.py build single package. It also accepts FEATURE options. by yunlian · 12 years ago
  28. e231257 Call generate_test_report inside chroot instead of outside chroot. by yunlian · 12 years ago
  29. dcdd9c7 Add an option to specify log_dir instead of the dir where the script is. by yunlian · 12 years ago
  30. ebaacf3 Show "0" instead of "-" in the raw results if the raw results is zero by yunlian · 12 years ago
  31. 8e8b0c2 Add binutils support for build_tc.py. by shenhan · 12 years ago
  32. f4566c9 Enhance it as follows: by yunlian · 12 years ago
  33. 1c6db9b Missing change for CL https://critique.corp.google.com/#review/65413-p2 by yunlian · 12 years ago
  34. c73a1ba Add image_md5sum to label. If the image is not accessible, crosperf by yunlian · 12 years ago
  35. e05b39e Add an option to enable crosperf to wait for a given time if by yunlian · 12 years ago
  36. b4d3f17 Fix the bug 7969399 by yunlian · 12 years ago
  37. 13805f5 Fixed numerical sorting of keys based on values. by asharif · 12 years ago
  38. 7cc1d23 Add key_results_only option(default is on). by yunlian · 12 years ago
  39. 228babd Add buildbot_json.py from by yunlian · 12 years ago
  40. 0542e27 Modified section signature to be more precise. by asharif · 12 years ago
  41. 2184a96 Add an option to remove the results inside chroot. by yunlian · 12 years ago
  42. 3b85c8b Get rid of select.select for scalability issues. by yunlian · 12 years ago
  43. d9cc529 Fix dejagnu daily job leaves trashes behind by deleting ".cache" using "sudo". by shenhan · 12 years ago
  44. 7f8bde1 Fix broken rtr file. by asharif · 12 years ago
  45. 5839570 Remove bgcolor_row property from pvalue formatter. by asharif · 12 years ago
  46. 2538403 Add the process id on the lock for image_chromeos by yunlian · 12 years ago
  47. caa5e02 Generate perf_diff in report. by yunlian · 12 years ago
  48. 89aa08e Modified to make it return the format needed. by yunlian · 12 years ago
  49. 4301e08 Print out whole perf report in case there are multiple events in a single run by yunlian · 12 years ago
  50. 3a42892 Two changes: by llozano · 12 years ago
  51. d46a4b6 Use python instead of python2.6 Test: python 2.7.3 passed by yunlian · 12 years ago
  52. b5851d3 Add a script to use remote try-bot build image with local gcc by yunlian · 12 years ago
  53. 994ae3a use /usr/bin/python instead of /usr/bin/python2.6 by yunlian · 12 years ago
  54. 07d1c64 Add .pyc and logs to git ignore Test: None by yunlian · 12 years ago
  55. aa4daaa Add correct dir prefix before default_remotes so crosperf would work by asharif · 12 years ago
  56. f2cf600 USE Cell attribute instead of the index of the cell to decide whether this by yunlian · 12 years ago
  57. a6c0c02 Reduce the number of parameters in benchmark_run.py by yunlian · 12 years ago
  58. ee6415a Changed gcc master branch to be a mirror of branches/google/gcc-4_7-mobile. by asharif · 12 years ago
  59. 00d1890 USE ifconfig | grep lan as machine_id by yunlian · 12 years ago
  60. 251b13b Highlight the number of completed test if the number is 0. by yunlian · 12 years ago
  61. 7dc3e23 Made crosperf respect chromeos_root: in the image label. by asharif · 12 years ago
  62. 99fb6f1 Improves the ETA a little bit. by yunlian · 12 years ago
  63. 33ec1b3 Added a new repo to repo file to propagate depot2 mobile toolchain v16 release to chromium git. by shenhan · 12 years ago
  64. 27d0d11 Fixed assertion when the noise value would be negative. by asharif · 12 years ago
  65. 542744d Add execute permission on this test file by yunlian · 12 years ago
  66. 0ea95bc Clean up the ComputeMachineIDChecksum() Test: it passed. by yunlian · 12 years ago
  67. 9c1ddc8 Add a paramenter to set the name of the label(default is keys). by yunlian · 12 years ago
  68. f1dd74a Add same_specs flag to crosperf to replace exact_remote flag by yunlian · 12 years ago
  69. 77dc571 Change the default behavior of lock_machine to auto when by yunlian · 12 years ago
  70. b0eaee8 Fix a bug in Unlocking auto-release lock. by yunlian · 12 years ago
  71. 65cc335 Add '--cleanup' suuport to nightly client, which I missed in previous CLs. by shenhan · 12 years ago
  72. c0c0b35 Parsing the validate_failures.py so we display the failure number in the email. by shenhan · 12 years ago
  73. a39af9b Postpone the result CleanUp after the perf data being copied back by yunlian · 12 years ago
  74. 8c9419b Support quit-unlock in lock_machine.py. by yunlian · 12 years ago
  75. 4f5dbb3 Add perf_diff to crosperf by yunlian · 12 years ago
  76. c2fb3c2 Delete testing directory even if test fails. (Currently dejagnu always fails.) by shenhan · 12 years ago
  77. a55d690 Made command executer respect print_to_console flag. by asharif · 12 years ago
  78. fe79bcc Added support to try lock multiple machines. by shenhan · 12 years ago
  79. c60576f Adding support for cleanup the mount point, chroot and chromeos root. by shenhan · 12 years ago
  80. 0e9ba56 Deal with the overflow of gmean by yunlian · 12 years ago
  81. 7b724dd Handle the bootPerfServer case, accumulate values like a{1}, a{2}. by yunlian · 12 years ago
  82. edeaab0 Do not try to copy perf result if the run is cached already by yunlian · 12 years ago
  83. becf624 Properly return exit codes to indicate build_tc failure. by shenhan · 12 years ago
  84. 29b88af Remove perf report from console. by yunlian · 12 years ago
  85. 0e80ac9 Make experiment_factory_unittest.py and crosperf_test.py pass by yunlian · 12 years ago
  86. df84fbf Add pstat module by yunlian · 12 years ago
  87. 0b5d5c8 Pass in --force-mismatch to test_toolchains.py. by asharif · 12 years ago
  88. d02d6d2 Fix benchmark_run_unittest.py Test: benchmark_run_unittest.py passes by yunlian · 12 years ago
  89. 8a3bdcb Use json instead of picke to serialize LockDescription by yunlian · 12 years ago
  90. b7ff88b Fix permission problems during "cros_sdk --bootstrap" and change interpreter to "python" for gPrecise. by shenhan · 12 years ago
  91. 9213b83 Added support for building chrome browser against an external source. by shenhan · 12 years ago
  92. 58a8c9f Enable crosperf to image machines that have a different board than the image. by asharif · 12 years ago
  93. 2a60698 Add default remotes for each board. by yunlian · 12 years ago
  94. ab18be4 Make the benchmark_run_unittest.py and experiment_file_unittest.py pass by yunlian · 12 years ago
  95. 21474ab Add machine_manager_unittest.py by yunlian · 12 years ago
  96. 88631db Print out cpuinfo at the email. Test: It prints out the cpuinfo by yunlian · 12 years ago
  97. e0a6d8a Added machine lock around testing run, also includes a minor fix for email address and the change to test label. by shenhan · 12 years ago
  98. 2b85660 Support different board in a single crosperf by yunlian · 12 years ago
  99. e178da7 Added workaround for crosbug.com/35684. by asharif · 12 years ago
  100. cd42ad7 Add repo_to_repo script for crosperf on chromiumos by yunlian · 12 years ago