skia2/tools
mtklein 1915b62637 Add --properties for things like gitHash that describe the current nanobench run.
--key describes the type of run (describes the line on the chart), --properties
describes the run itself (describes the dot on the chart).

We'll pass --properties gitHash <git hash> build_number <build number>  --key
... to nanobench from the bots.

And... delete a whole lot of dead code.

Example: nanobench --properties gitHash foo build_number 1234 --key bar baz

{
   "build_number" : "1234",
   "gitHash" : "foo",
   "key" : {
      "bar" : "baz"
   },
   "results" : {
....

Friends with https://codereview.chromium.org/491943002
BUG=skia:
R=jcgregorio@google.com, mtklein@google.com

Author: mtklein@chromium.org

Review URL: https://codereview.chromium.org/488213002
2014-08-20 11:45:00 -07:00
..
bug_chomper
chromium
copyright
flags Fix string assert and dead code which caused it. 2014-08-11 07:19:57 -07:00
lua Add scraper to find paths that fallback to software 2014-08-18 07:52:25 -07:00
skpdiff This eliminates the need to copy the generated images from a temporary directory to the directory that is served by the rebaseline_server. 2014-08-13 10:36:06 -07:00
tests add --descriptions flag to render_pictures tool 2014-08-14 07:32:50 -07:00
timer Use __rdtsc on Windows. 2014-07-16 19:59:32 -04:00
__init__.py
add_codereview_message.py Whitespace fixes for Python tools 2014-06-25 08:40:58 -07:00
bbh_shootout.cpp Add flag to bench/render pictures 2014-08-18 07:52:17 -07:00
bench_pictures_cfg_helper.py
bench_pictures_main.cpp Update tools for use of picture stats in GPU optimization decision 2014-08-12 10:12:40 -07:00
bench_pictures.cfg Removes Record configs from buildbot bench_pictures runs. 2014-06-18 05:59:55 -07:00
bench_playback.cpp Cleanup: Rename SkOSPath functions. 2014-07-28 19:26:58 -07:00
bench_record.cpp Cleanup: Rename SkOSPath functions. 2014-07-28 19:26:58 -07:00
buildbot_globals.py Fix submit_try 2014-06-05 07:32:15 -07:00
compare_codereview.py
CopyTilesRenderer.cpp Add flag to bench/render pictures 2014-08-18 07:52:17 -07:00
CopyTilesRenderer.h Add flag to bench/render pictures 2014-08-18 07:52:17 -07:00
coverage.sh
CrashHandler.cpp Gate CrashHandler with SK_CRASH_HANDLER. 2014-07-02 14:30:47 -07:00
CrashHandler.h Gate CrashHandler with SK_CRASH_HANDLER. 2014-07-02 14:30:47 -07:00
create_test_font.cpp Add standard fonts to all GMs. 2014-07-31 08:58:44 -04:00
doxygen_footer.txt
dump_record.cpp Remove SkRecorder's kWriteOnly mode. 2014-05-29 16:52:40 +00:00
DumpRecord.cpp Move BenchTimer to tools as Timer 2014-06-20 11:29:21 -07:00
DumpRecord.h
filtermain.cpp Cleanup: Rename SkOSPath functions. 2014-07-28 19:26:58 -07:00
find_bad_images_in_skps.py
find_run_binary.py
fix_pythonpath.py Use new common tools in Python scripts 2014-06-25 11:13:27 -04:00
gcov_shim
gen_bench_expectations_from_codereview.py gen_bench_expectations: use subprocess instead of shell_utils due to buildbot-side name collision 2014-07-02 12:52:34 -07:00
generate_fir_coeff.py
git-skia-verify
git-sync-deps tools/git-sync-deps is a stand-alone program, not dependent on synced deps. 2014-06-25 13:28:30 -07:00
gpuveto.cpp
image_expectations.cpp add --descriptions flag to render_pictures tool 2014-08-14 07:32:50 -07:00
image_expectations.h add --descriptions flag to render_pictures tool 2014-08-14 07:32:50 -07:00
install_dependencies.sh
iOSShell.cpp share dm and command flags 2014-07-22 10:15:35 -07:00
iOSShell.h ios fixes 2014-07-11 12:14:51 -07:00
jsondiff.py
LazyDecodeBitmap.cpp Rename SkPicturePlayback to SkPictureData 2014-07-01 08:47:04 -07:00
LazyDecodeBitmap.h
lsan.supp
merge_static_libs.py
misc_utils.py Whitespace fixes for Python tools 2014-06-25 08:40:58 -07:00
OverwriteLine.h ios fixes 2014-07-11 12:14:51 -07:00
pathops_sorter.htm add cubic red option to pathops tool 2014-07-29 12:13:28 -07:00
pathops_visualizer.htm relax quadratic binary search test 2014-08-12 05:49:37 -07:00
picture_utils.cpp Cleanup: Rename SkOSPath functions. 2014-07-28 19:26:58 -07:00
picture_utils.h Minor cleanups in picture_utils header file. 2014-06-15 20:10:44 -07:00
PictureBenchmark.cpp Optimize correct picture in bench_pictures when using --bbh 2014-07-29 10:37:03 -07:00
PictureBenchmark.h Move BenchTimer to tools as Timer 2014-06-20 11:29:21 -07:00
PictureRenderer.cpp Add flag to bench/render pictures 2014-08-18 07:52:17 -07:00
PictureRenderer.h Add flag to bench/render pictures 2014-08-18 07:52:17 -07:00
PictureRenderingFlags.cpp Add flag to bench/render pictures 2014-08-18 07:52:17 -07:00
PictureRenderingFlags.h
PictureResultsWriter.h Add --properties for things like gitHash that describe the current nanobench run. 2014-08-20 11:45:00 -07:00
pinspect.cpp Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) 2014-06-04 05:40:44 -07:00
ProcStats.cpp Print max RSS in GM and nanobench too. 2014-08-19 15:55:55 -07:00
ProcStats.h Print max RSS in GM and nanobench too. 2014-08-19 15:55:55 -07:00
reformat-json.py
render_pdfs_main.cpp Print max RSS in GM and nanobench too. 2014-08-19 15:55:55 -07:00
render_pictures_main.cpp Add flag to bench/render pictures 2014-08-18 07:52:17 -07:00
Resources.cpp Cleanup: Rename SkOSPath functions. 2014-07-28 19:26:58 -07:00
Resources.h ios fixes 2014-07-11 12:14:51 -07:00
retrieve_from_googlesource.py Fix submit_try 2014-06-05 07:32:15 -07:00
roll_deps.py Whitespace fixes for Python tools 2014-06-25 08:40:58 -07:00
sanitize_source_files.py
sk_tool_utils_flags.h Add standard fonts to all GMs. 2014-07-31 08:58:44 -04:00
sk_tool_utils_font.cpp fix signed mismatch 2014-07-31 06:36:45 -07:00
sk_tool_utils.cpp Add standard fonts to all GMs. 2014-07-31 08:58:44 -04:00
sk_tool_utils.h Add standard fonts to all GMs. 2014-07-31 08:58:44 -04:00
skdiff_html.cpp
skdiff_html.h
skdiff_image.cpp
skdiff_main.cpp
skdiff_utils.cpp hide Config in SkImageDecoder -- use SkColorType instead 2014-06-12 17:40:00 -07:00
skdiff_utils.h
skdiff.cpp
skdiff.h
skhello.cpp
skimage_main.cpp Cleanup: Rename SkOSPath functions. 2014-07-28 19:26:58 -07:00
skpinfo.cpp Rename SkPicturePlayback to SkPictureData 2014-07-01 08:47:04 -07:00
skpmaker.cpp
Stats.h Use __rdtsc on Windows. 2014-07-16 19:59:32 -04:00
submit_try Fix submit_try 2014-06-05 07:32:15 -07:00
submit_try.bat
svn.py
svndiff.py
test_all.py reland "rebaseline_server: download actual-results.json files from GCS instead of SVN" 2014-06-05 10:30:37 -07:00
test_font_data_chars.cpp Add standard fonts to all GMs. 2014-07-31 08:58:44 -04:00
test_font_data.cpp Add standard fonts to all GMs. 2014-07-31 08:58:44 -04:00
test_gpuveto.py Remove dashing from gpu veto 2014-06-18 07:34:39 -07:00
test_image_decoder.cpp
test_pdfs.py
tsan.supp Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). 2014-07-09 07:52:32 -07:00
valgrind.supp valgrind suppression for zlib Flate Test 2014-08-14 13:08:45 -07:00
win_dbghelp.cpp
win_dbghelp.h
win_lcid.cpp
xsan_build