[metrics] Add input_arrived_to_processing_intervals.sql.
Calculating time intervals where at the beginning of the interval
we received input, and at the end of the interval we started
processing the input, giving us the time window within which we
could have started processing but were blocked or delayed.
Change-Id: I086f69672e4a9f8eb29a5bb0e1732913b7394692
diff --git a/Android.bp b/Android.bp
index 7378bad..f1b9c49 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8604,6 +8604,7 @@
"src/trace_processor/metrics/sql/chrome/actual_power_by_rail_mode.sql",
"src/trace_processor/metrics/sql/chrome/chrome_event_metadata.sql",
"src/trace_processor/metrics/sql/chrome/chrome_histogram_hashes.sql",
+ "src/trace_processor/metrics/sql/chrome/chrome_input_to_browser_intervals.sql",
"src/trace_processor/metrics/sql/chrome/chrome_performance_mark_hashes.sql",
"src/trace_processor/metrics/sql/chrome/chrome_processes.sql",
"src/trace_processor/metrics/sql/chrome/chrome_slice_names.sql",