blob: 14a89439d0372e21fd7c5d2db66f1d5992e25d59 [file] [log] [blame]
Hector Dearmanc62a5e32018-07-27 12:54:44 +01001// Copyright (C) 2018 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15// Import all currently implemented tracks. After implemeting a new track, an
16// import statement for it needs to be added here.
Hector Dearmana38bd902018-08-02 10:38:41 +010017import './cpu_slices/frontend';
Primiano Tuccidc3dbcb2018-08-10 00:34:33 +010018import './chrome_slices/frontend';
Hector Dearmane27a9742018-10-12 09:31:34 +010019import './vsync/frontend';
Deepanjan Roy32ad0d72018-10-18 14:50:16 -040020import './process_summary/frontend';