From 8a8f285d3736fbfdf7a29fd88105b5144ef1ceb9 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Mon, 17 Jun 2024 15:04:16 -0700 Subject: [PATCH] [Impeller] Link CPU profiling docs from the main README. (#53435) --- impeller/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/impeller/README.md b/impeller/README.md index 791adc9c19967..db0eea5357b91 100644 --- a/impeller/README.md +++ b/impeller/README.md @@ -238,6 +238,8 @@ To your `Info.plist` file, add under the top-level `` tag: * [Enabling Vulkan Validation Layers on Android](docs/android_validation_layers.md) * [Important Benchmarks](docs/benchmarks.md) * [Threading in the Vulkan Backend](docs/vulkan_threading.md) +* [iOS CPU Profiling](docs/ios_cpu_profile.md) +* [Android CPU Profiling](docs/android_cpu_profile.md) * [Android Rendering Backend Selection](docs/android.md) * [Using Impeller as a Standalone Rendering Library (with OpenGL ES)](docs/standalone_gles.md) * [Glossary](docs/glossary.md)