1. d2ced68 Improved profiling of Chrome for ChromeOS: by asharif · 12 years ago
  2. bcdd4e5 Do not switch linkers when building the toolchain. This is unnecessary by asharif · 12 years ago
  3. 7bf41e7 Changed the way results are parsed & stored. by asharif · 12 years ago
  4. 180f31a Added new function in utils called GetChromeSrcDir(), which returns the by asharif · 12 years ago
  5. bb97b6e Changed the chromiumos gcc.git repository in the following way: by asharif · 12 years ago
  6. 1d78706 Removed .rtr files that are no longer needed. by asharif · 12 years ago
  7. 051b46f The default experiment name if no "name:" field is present in the by asharif · 12 years ago
  8. 9b15541 Always use the chromeos_root associated with the image, if possible. by asharif · 12 years ago
  9. 567bd9a Added file for keeping gcc-4_6_2-mobile branch in sync with chromiumos by asharif · 12 years ago
  10. afd4d4b Updated toolchain-utils.rtr to include crosperf and needed supporting by asharif · 12 years ago
  11. 1e7d4a2 Fixed PYTHONPATH in crosperf to be relative to the script dir (as by asharif · 12 years ago
  12. 84b5cb8 Removed unused imports from image_chromeos.py. by asharif · 12 years ago
  13. cfb451f Made ChrootRunCommand() thread-safe by putting the cd into the child process. by asharif · 12 years ago
  14. 22632bd Fixed missing spaces in autotest_runner.py. Also removed -g as the by asharif · 12 years ago
  15. ab16058 Limited the size of the perf report to 1000 lines. If perf record is by asharif · 12 years ago
  16. 1b32505 Changed image_chromeos.py to not encapsulate the ChromeOS command in by asharif · 12 years ago
  17. dc301aa Added missing getpass import. by asharif · 12 years ago
  18. a7078a1 Added code to email the cc and bcc as well as the to. by asharif · 12 years ago
  19. 0186f57 Add missing format to format string (fix a bug). by cmtice · 12 years ago
  20. 80d257f Modify build_tc.py to take a gdb_dir as an argument, and to also take by cmtice · 12 years ago
  21. 86968c4 Added option --mount_only to build_tc.py that only mounts the tool by asharif · 12 years ago
  22. 5675686 Added script to send an email to the current sheriff (determined by by asharif · 12 years ago
  23. 2154d35 Fixed bugs and added features to profile_cycler.py. by asharif · 12 years ago
  24. b096c87 Added command logging for chroot and cros remote commands. by asharif · 12 years ago
  25. 69c8914 Removed untarring of the autotest files to the experiment results directory. by asharif · 12 years ago
  26. 3b30395 Added script for dividing profile directories and merging them. This by asharif · 12 years ago
  27. 93f2788 Fixed missing import in profile_cycler.sh. by asharif · 12 years ago
  28. 5ab1c7d Fixed retval bug in cros_login.py. by asharif · 12 years ago
  29. 7ade671 Added check before doing a division to prevent potential ZeroDivisionError. by asharif · 12 years ago
  30. 345742e Added support to execute bash commands with quotes and other operators by asharif · 12 years ago
  31. 48c0cdb Added profile_cycler.py, a script to automate collection of FDO profiles by asharif · 12 years ago
  32. d8136e4 Added cros_login.py, a script to get past the login screen of ChromeOS. by asharif · 12 years ago
  33. 47f50fe Added missing file experiment_runner.py. This was missing in CL: cl/57583-p2. by asharif · 12 years ago
  34. a313d47 Added per-autotest log files instead of a single log file containing by asharif · 12 years ago
  35. ca3c6c1 Changed utils.ExecuteCommandInChroot() to command_executer.ChrootRunCommand(). by asharif · 12 years ago
  36. 7899e00 Moved os.close() to the right location to prevent "Text file busy" by asharif · 12 years ago
  37. a5689fd Cloned from CL 57424 by 'g4 patch'. by asharif · 12 years ago
  38. 7dd6d86 Added command to uninstall gcc before building & installing it. by asharif · 12 years ago
  39. f59a692 Fixed condition for loading failed results from the cache. by raymes · 12 years ago
  40. 4c3527b Fixed bug where experiment start_time may be None. by raymes · 12 years ago
  41. 8c4ddba Fix bug where None results were incorporated into numerical aggregators. by raymes · 12 years ago
  42. 3cf3289 * Fix an issue where a machine can be released without being locked. by raymes · 12 years ago
  43. d1de340 Added ability to run perf stat and have results displayed in results report. by raymes · 12 years ago
  44. d366e6d Added os.path.expanduser() to benchmark_run.py so images could be by asharif · 12 years ago
  45. b1c9850 -Removed obsolete autotest_gatherer. by raymes · 12 years ago
  46. 78f367b Added new reporting code. by raymes · 12 years ago
  47. 714f7a0 Change the android tree test from honeycomb to ics. by jingyu · 12 years ago
  48. af85edf Prepended crosperf.py invocation with the correct dir. by asharif · 12 years ago
  49. f371de5 Add support for a different board per label. by raymes · 12 years ago
  50. 1b1ab14 Modifications to allow perf counters to be specified and collected. by raymes · 12 years ago
  51. 3b9d127 Added mechanism for allowing global fields to be overridden by options passed in as arguments. by raymes · 12 years ago
  52. ec4b5b3 Automation Framework bugfix: FolderDependency is considered to be read only (and thus a link will be created instead of full copy), only when source and destination directories are the same (i.e. when dest parameter is not provided). by kbaclawski · 12 years ago
  53. 77bd80d Generalized GetCtargetFromBoard. It now uses ChromeOS functions to by asharif · 12 years ago
  54. fdfd0b5 Made caching features work (rerun, rerun_if_failed, exact_remote). by raymes · 12 years ago
  55. 569534a Crosstool Nightly Build Client: Add binutils dejagnu test run. by kbaclawski · 12 years ago
  56. da8e93b %s/os.getlogin/getpass.getuser/g. by asharif · 12 years ago
  57. ee5bb86 Changes: by raymes · 12 years ago
  58. f5af32f Change the way image_chromeos.py determines whether an image is a test by asharif · 12 years ago
  59. 5e982e3 DejaGNU Log Tool: Fix missing attributes in DejaGnuTestRun object. by kbaclawski · 12 years ago
  60. 9aa416d Automation Framework: LoggingCommandExecuter CloseLog method fixes. by kbaclawski · 12 years ago
  61. 23b34d4 Automation Framework: Crosstool nightly build client fixes. by kbaclawski · 12 years ago
  62. 1f87134 Automation Framework: Extend Wrapper class to handle umask change in wrapped command execution context. by kbaclawski · 12 years ago
  63. dc1c20f Implemented --dry_run mode for parsing experiment files without running. by raymes · 12 years ago
  64. c97199a Completely re-wrote build_tc.py. It now takes in a gcc_root and uses by asharif · 12 years ago
  65. 913b511 Automation Framework: Correct log displaying on dashboard. by kbaclawski · 12 years ago
  66. 2e97d48 Automation Framework: Allow directory to be created with specific permissions, instead of that imposed by umask. by kbaclawski · 12 years ago
  67. 773cd6a Automation Framework: Logger improvements. by kbaclawski · 12 years ago
  68. 71a21e3 Port the remainder of crb functionality to crossperf. by raymes · 12 years ago
  69. 9d671b9 Added utils function ExecuteCommandInChroot(), which executes a command in by asharif · 12 years ago
  70. 329a8fd Automation Framework: Close command output log after command finishes execution. This prevents a log file from being opened forever (and gzip flushing out the last record). by kbaclawski · 12 years ago
  71. f6e9195 Added messages to log the changing of the working directory. by asharif · 12 years ago
  72. 2e2895f Refactored benchmark_run.py to make it testable. by raymes · 12 years ago
  73. d58d847 Automation Framework: Migration to Python built-in logging module. by kbaclawski · 12 years ago
  74. f6ffe50 Added default mappings for GitRepo in case none are specified. by asharif · 12 years ago
  75. 7f56db9 Changed Md5File() to use FileUtils instead of utils. by asharif · 12 years ago
  76. f334422 DejaGNU Log Tool: Make dependency on Django optional. If Django framework is not installed 'report' command will fail in a graceful manner. by kbaclawski · 12 years ago
  77. 4bab89c DejaGnu Log Tool: remove database support. by kbaclawski · 12 years ago
  78. 09d55df Add __repr__ to Job/JobGroup/Machine classes to represent them in form of unique by kbaclawski · 12 years ago
  79. 78053bd Refactored benchmark_run to make it more understandable/readable and modular. by raymes · 12 years ago
  80. 8fbae57 Make new dir inside RemoteCopyFrom(). Scanned all files under by jingyu · 12 years ago
  81. 3a600ba Add Android benchmarking job to Android nightly client. The job by jingyu · 12 years ago
  82. 0b038ae =Added classes representing: by raymes · 12 years ago
  83. 6623db6 Removed Md5Sum from utils and added it to file_utils.py so it can be mocked out. by raymes · 12 years ago
  84. 9d49d29 Added semantics checking for experiment files. by raymes · 12 years ago
  85. 53a02f6 Initial code for loading an experiment file into an internal representation (basically a dictionary). by raymes · 12 years ago
  86. b3bfa24 Fix a bug related to variable substitution in command string. by kbaclawski · 12 years ago
  87. 0a5843b The output format of autotest was changed. This CL changes the parser of by asharif · 12 years ago
  88. 8078084 Fix bug in rep_to_repo where input directory is not being cleaned up. by raymes · 12 years ago
  89. 265cda3 Split up the new cros_run_benchmarks.py into multiple files. by asharif · 12 years ago
  90. cf05281 Job interface clean-ups. Remove baseline attribute, give less confusing names to following attributes: children => (job's) predecessors, parents => (job's) successors, machine => primary_machine. by kbaclawski · 12 years ago
  91. 6c61913 tc_enter_chroot.py now checks for already-mounted directories before by asharif · 12 years ago
  92. fb5180a Crosstool nightly client: provide list of manifest files (i.e. list of suppressed test failures) to DejaGnu report tool. by kbaclawski · 12 years ago
  93. aa68f3c DejaGnu report tool: by kbaclawski · 12 years ago
  94. 24bbeb2 DejaGNU reporting tool: change auxiliary data marker from '!' to '#@' for by kbaclawski · 12 years ago
  95. 691fc95 Added r2r file for gcc-4.6.0 ToT. by raymes · 12 years ago
  96. 3c2559e Crosstool nighly client: update the list of valid crosstool targets. by kbaclawski · 12 years ago
  97. 8238268 1. Change Android nightly build from binutils-2.20 to binutils-2.21. by jingyu · 12 years ago
  98. 8adca4f Minor fixes in nightly crosstool client: by kbaclawski · 12 years ago
  99. ee09bee Small API convenience improvement for perforce.PathMapping constructor. by kbaclawski · 12 years ago
  100. 0c80b82 DejaGNU reporting tool: replace test failures suppression based on rewriting by kbaclawski · 12 years ago