skia2/infra
Kevin Lubick 8875baf99d Add Bloaty (with demangling) for wasm BuildStats
The bloaty here was compiled with this patch:
https://github.com/google/bloaty/pull/149

Hopefully that lands upstream and we can track master again.

This adds BuildStats.+Debug because we need symbols
to get sensical data. Bloaty's WASM support is experimental
and currently doesn't support having a stripped (Release)
version be profiled using the symbols of a Debug version.

This means that the buildStats for debug will be higher
than actual, but hopefully the absolute positioning will be
the same and thus the outputs useful.

Bug: skia:
Change-Id: Id7bf721843e8c52a0aae2b7e57ff95397693b3dd
Reviewed-on: https://skia-review.googlesource.com/c/163256
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2018-10-18 19:00:38 +00:00
..
bots Add Bloaty (with demangling) for wasm BuildStats 2018-10-18 19:00:38 +00:00
branch-config add BonusConfigs bot to CQ 2018-10-02 20:50:04 +00:00
canvaskit [canvaskit] Add perf jobs 2018-10-17 19:41:16 +00:00
config Roll recipe dependencies (trivial). 2018-10-18 18:35:34 +00:00
cts Test SKQP on Firebase Testlab and Upload 2018-03-07 20:44:50 +00:00
lottiecap Run lottie-web Gold collection at ToT 2018-09-05 12:06:01 +00:00
pathkit Add Correctness tests for CanvasKit 2018-10-16 14:32:28 +00:00
project-config Delete swarm_trigger recipe 2016-12-13 12:53:00 +00:00
skqp SkQP-on-GCE: print exit status in logs 2018-10-17 01:21:34 +00:00
README.md Added CQ config to skia repo 2015-06-08 05:12:56 -07:00

This directory contains infra-specific files. The branch-config/ directory contains configs that are specific to the master branch (e.g. config for the CQ committing to the master branch), while project-config/ directory contains project-wide configuration (e.g. list of buckets for cr-buildbucket service and list of refs known to the infra services).