tree: 7e629c364a408e08fdf2858a246ea2d6874060ee [path history] [tgz]
  1. api_fuzzers.options
  2. BUILD.gn.diff
  3. build.sh
  4. Dockerfile
  5. encoder.options
  6. image_codec.options
  7. image_filter_deserialize.options
  8. image_filter_deserialize_width.options
  9. json.dict
  10. path_deserialize.options
  11. project.yaml
  12. README.md
  13. region_deserialize.options
  14. region_set_path.options
  15. skdescriptor_deserialize.options
  16. skia.diff
  17. sksl.options
  18. textblob_deserialize.options
projects/skia/README.md

When bench testing image_filter_deserialize, it may be useful to have malloc_limit_mb = 500, and timeout = 10 to find actionable OOM culprits sooner.

When reproducing, add -malloc_limit_mb=100 -rss_limit_mb=0 after the repro_test to locate where big memory allocations are happening.

python infra/helper.py reproduce skia image_decode ~/Downloads/foo -malloc_limit_mb=100 -rss_limit_mb=0