From 13200f0929eb8efc644f25535fe04315e8b9f872 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Wed, 29 May 2024 16:53:19 +0900 Subject: [PATCH] Change comment's indent. Change-Id: I8751a54ea233c88028a15892f8ef28937939a701 --- .run/Generate Demo Baseline Profile.run.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.run/Generate Demo Baseline Profile.run.xml b/.run/Generate Demo Baseline Profile.run.xml index 420b24eaa..dac1b88a4 100644 --- a/.run/Generate Demo Baseline Profile.run.xml +++ b/.run/Generate Demo Baseline Profile.run.xml @@ -16,12 +16,13 @@ --> + Baseline Profiles improve code execution speed by around 30% from the first launch by avoiding + interpretation and just-in-time (JIT) compilation steps for included code paths. + More information at http://d.android.com/baseline-profiles. + + In this run configuration we leverage rerun parameter that always reruns the requested task regardless of cache. + We also leverage enable-display parameter to be able to verify the generator works as intended. + -->