aboutsummaryrefslogtreecommitdiff
path: root/protos/perfetto/metrics/android/jank_metric.proto
diff options
context:
space:
mode:
Diffstat (limited to 'protos/perfetto/metrics/android/jank_metric.proto')
-rw-r--r--protos/perfetto/metrics/android/jank_metric.proto31
1 files changed, 0 insertions, 31 deletions
diff --git a/protos/perfetto/metrics/android/jank_metric.proto b/protos/perfetto/metrics/android/jank_metric.proto
deleted file mode 100644
index 9708adfd0..000000000
--- a/protos/perfetto/metrics/android/jank_metric.proto
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright (C) 2020 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-syntax = "proto2";
-
-package perfetto.protos;
-
-message AndroidJankMetrics {
- repeated Warning warnings = 1;
-
- message Warning {
- optional int64 ts = 1;
- optional int64 dur = 2;
-
- optional string process_name = 3;
- optional string warning_text = 4;
- }
-} \ No newline at end of file