- 03e1215 Use new tabulator to draw the chart. by yunlian · 12 years ago
- 78c59a3 Added --public to the chromeos nightly performance job. by asharif · 12 years ago
- 4447378 Added --env flag to build_chromeos.py to pass in custom env. by asharif · 12 years ago
- 82690fa Add benchmark name and iteration at the top of table. by yunlian · 12 years ago
- ab362d0 Added StringMeanResult class. If all results are the same string value, by asharif · 12 years ago
- 8df8f44 Added StorageFormat and unit tests for it. by asharif · 12 years ago
- 9ed0701 Fixed gpylint warnings. by asharif · 12 years ago
- bb8f679 Change the output format of result_organizer to make it suite the by yunlian · 12 years ago
- ac484b5 Use new tabulator to show the result in email. by yunlian · 12 years ago
- d0e6751 Add support for another format to build the table. Add support for PLAIN format by yunlian · 12 years ago
- 79cac7c Fix the example experiment file by adding autotestname field. by shenhan · 12 years ago
- bd1865c Correct the colspan for table headings by yunlian · 12 years ago
- 1b1c841 Add results_organizer to collect data from benchmark_runs for tabulator by yunlian · 12 years ago
- 050cc3e Handle the case to get the ratio when baseline is zero by yunlian · 12 years ago
- 1ec6887 Add statistical difference column to the table. by yunlian · 12 years ago
- 9c38af9 Enable html support for the new tabulator TEST: simple test in the file passed by yunlian · 12 years ago
- fc4c06f build_chrome_browser.py: Remove both internal and external output by asharif · 12 years ago
- 0aa202a Added a timeout of 12 hours for the chromeos job. by asharif · 12 years ago
- 5e389b2 Added a table processing, formatting and displaying library called by asharif · 12 years ago
- a85387d Show actual image in the report if the path to image contains symbolic link. by yunlian · 12 years ago
- b2cd634 Added c-compiler-chrome as an alias to send email to for nightly by asharif · 12 years ago
- 6de3dcf Added support for custom timeout in the job. by asharif · 12 years ago
- 471f1f9 Significantly speed-up the caching of results by excluding var/log and by asharif · 12 years ago
- e0c441e Added --email field to crosperf. by asharif · 12 years ago
- 88600c2 test for the existance of "run_remote_tests.sh" instead of "cros_workon" by llozano · 12 years ago
- 77beeb5 Remove the tmp directory after reading cache results. by yunlian · 12 years ago
- 1035625 Use a different method to get the physical memory size. by yunlian · 12 years ago
- 54bef9a Fixed location path of manifest.xml files when --version is used. by llozano · 12 years ago
- a81dd75 remove profile_type and profile_counters option, add profile_args option instead by yunlian · 12 years ago
- 354323e Fix issues in checking whether two machines are identical. by yunlian · 12 years ago
- 1ccdd53 Search for "cros_workon" instead of "enter_chroot.sh", which has been removed. by cmtice · 12 years ago
- f43af35 Filter out cpu MHz from cpuinfo. Because it may change from time to time by yunlian · 12 years ago
- 39f7cb2 Changed repo_to_repo.py to use svnrevision -c to get the last committed by asharif · 12 years ago
- b23bb61 A short demo script to run the whole pipeline. by mrdmnd · 12 years ago
- 5f4003c Remove the remote out of the key of the cache result. by yunlian · 12 years ago
- bd0d370 Add color bar to show performance difference. by yunlian · 12 years ago
- 437fffb Added special characters to GetFilenameFromString. Enhanced unittest to by asharif · 12 years ago
- 9a47718 Updates the code in the repository to the code that is running in prod. by mrdmnd · 12 years ago
- ef7b5ed Check the ssh return value before parsing meminfo and cpuinfo by yunlian · 12 years ago
- a62c0e4 Added a client for doing performance testing the latest toolchain nightly. by asharif · 12 years ago
- 3e38de0 Added option to test_toolchains.py to clean-up after testing. This is by asharif · 12 years ago
- de19f7c Added USE="chrome_internal" to build_chromeos.py by default. by asharif · 12 years ago
- 24c103a add stats.py from by yunlian · 12 years ago
- 6ab1f57 Corrent a condition variable for add color by yunlian · 12 years ago
- c563d57 Make color only appears in email, not in plain report. by yunlian · 12 years ago
- 0d2f2c6 add seconds to lower_is_better category by yunlian · 12 years ago
- c538fb6 Use red and green color to show performance difference if the difference is large. by yunlian · 12 years ago
- 041b178 Use CrosRunCommand instead to RunCommand to connect to remote board. by yunlian · 12 years ago
- fe00509 Change chromium gcc 4-7 rtr file to point to google/gcc-4_7-mobile branch. by shenhan · 12 years ago
- da4973f Add a heursitics to decide the direction of a performance result. by yunlian · 12 years ago
- d2045cc Added stdout/stderr supression of the `git ls-remote` command to by asharif · 12 years ago
- 4eadf29 Added new parameter to RunCommand() called print_to_console. This can be by asharif · 12 years ago
- 8c66aed Automated g4 rollback of changelist 61819. by yunlian · 12 years ago
- 520ee0b Made the symbolizer more robust and refactored some code. by asharif · 12 years ago
- abae9c5 Verify all the test machines identical. Otherwise, report a warning. by yunlian · 12 years ago
- 9a936cd Implemented symbolizer.py, which operates on a directory full of perf data by mrdmnd · 12 years ago
- a659216 Changed GetCtargetFromBoard() to strip out ANSI non-printing escape by asharif · 12 years ago
- cef62e8 Added -n option to perf report to show number of samples. by asharif · 12 years ago
- ad9707c Added function to return the full revision from a build number obtained by asharif · 12 years ago
- 8e60cea Changed the filename of the samples to include board and version info. by mrdmnd · 12 years ago
- 01dba11 Added USE="chrome_internal" to build_chrome_browser.py by default. by asharif · 12 years ago
- 88f79ae Added a function in misc that can merge enviornment strings and dictionaries. by asharif · 12 years ago
- 324f20b Typo fix. by mrdmnd · 12 years ago
- 4091b61 Modified app_engine_pull to suit CWP. Now, it just downloads samples. by mrdmnd · 12 years ago
- f986374 Added more fields to our serve page so the downloader can remove garbage data more easily. by mrdmnd · 12 years ago
- 2f56e1f This script generates a summary of the hottest basic blocks for Chrome by llozano · 12 years ago
- 6574a65 Copied http://cs/#google3/experimental/mobile_gwp/database/app_engine_pull.py into CWP. by mrdmnd · 12 years ago
- 8ac31f3 This CL adds -t -t option to force-allocate a psuedo-terminal to ssh by asharif · 12 years ago
- 11c84c7 Slight readability fixes. Removed lsb-release file, POST should include board and chromeos_version. by mrdmnd · 12 years ago
- 21b38bc Made UnitToNumber() more robust by not doing anything if the argument by asharif · 12 years ago
- 14b25e2 Changed image_chromeos.py's check of whether the image is modified for by asharif · 12 years ago
- fe73cb3 Added a unit test for pushing data to the app engine server. Added some dummy data. by mrdmnd · 12 years ago
- 96ac648 Modified the mobile_gwp code to reflect the parameters we want by mrdmnd · 12 years ago
- e4b2b83 Made test_toolchains.py more incremental. by asharif · 12 years ago
- 73a4cce Removed MakeChroot() from build_chromeos.py. This is deprecated now. by asharif · 12 years ago
- f0273df Added the original files for the AppEngine code from the mobile_awp project from http://s/?dir=//depot/google3/experimental/mobile_gwp/appengine by mrdmnd · 12 years ago
- ca9a587 Switched a file() call to an open() call for more idiomatic python. by mrdmnd · 12 years ago
- 2b89844 Added an experiment-file generator for crosperf overhead benchmarking. by mrdmnd · 12 years ago
- fdc0f57 Use '-usersandbox' instead of '-sandbox'. by shenhan · 12 years ago
- f6c196c Fixed bug where a final report would not be generated if a benchmark run by asharif · 12 years ago
- 85b3715 Recently created constants.mounted_toolchain has a "/" at the beginning by llozano · 12 years ago
- c49147f Removed binutils version from the path. by asharif · 12 years ago
- ad80343 Add support for running test against a customized gcc build (say, gcc built using built_tc.py). by shenhan · 12 years ago
- eeead0d Changed logger to warn instead of aborting when log files cannot be by asharif · 12 years ago
- f4d6da4 Removed AndroidBench and added BootPerfServer to the toolchain experiment file. by asharif · 12 years ago
- c9ebd09 Removed obsolete option --profile_dir. Also made it fail with an error by asharif · 12 years ago
- 98f7dfd Changed Results class to use the python utility within ChromeOS by asharif · 12 years ago
- 8f89fbe Added copying of *.imports files as well as *.gcda files for dividing by asharif · 12 years ago
- f852f2c Removed perf_processor imports. crosperf was working in your (and my) by asharif · 12 years ago
- 8d3a3d3 Added sample experiment files to be used with crosperf. The file names by asharif · 12 years ago
- 9f423f6 Added --vmlinux and --kallsyms to the perf report command. by asharif · 12 years ago
- eb3b69a Added new option to specify chromeos root directory instead of using by llozano · 12 years ago
- ef69566 Refactored the results/caching code of crosperf. by asharif · 12 years ago
- 5398263 Fix path for the "distfiles" directory by llozano · 12 years ago
- fd54f25 Added support for --multipliers for weighing profiles when doing merges. by asharif · 12 years ago
- 25fd423 Added an .rtr file for the next minor toolchain version, i.e. by asharif · 12 years ago
- 9c39a84 Fixed support for versioned check out. by shenhan · 12 years ago
- 936a65c Changed results_cache.py to use a function in misc.py instead of by asharif · 12 years ago
- 6fc789b Added "gerrit": True to binutils-master. This will cause updates to go by asharif · 12 years ago
- 84050d7 Removed -fopt-info=3 from the C[XX]FLAGS. These seem to be dumping only by asharif · 12 years ago