ea4459d6f8
Dump the program code, link it into a dynamic library, then dlopen() / dlsym() it to get the entry point. This makes profiling in Instruments work, and probably also makes gdb work better. This is quite slow so I've made it opt-in, opting only nanobench in for now. $ ninja -C out nanobench $ instruments -t "Time Profiler" out/nanobench --config 8888 -m bitmap_RGBA_8888_A_scale_bilerp --skvm ~~> https://screenshot.googleplex.com/nw1L83qjqV6 ~~> https://screenshot.googleplex.com/49HSo6Xpzcs Change-Id: I9f91c675149178021a7a05030541a5965afbbcb5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/264748 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Herb Derby <herb@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
RELEASE_NOTES.txt | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.