All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.perf_ui.perf_ui.js Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import * as ChartViewport from './ChartViewport.js';
import * as FilmStripView from './FilmStripView.js';
import * as FlameChart from './FlameChart.js';
import * as GCActionDelegate from './GCActionDelegate.js';
import * as LineLevelProfile from './LineLevelProfile.js';
import * as LiveHeapProfile from './LiveHeapProfile.js';
import * as NetworkPriorities from './NetworkPriorities.js';
import * as OverviewGrid from './OverviewGrid.js';
import * as PieChart from './PieChart.js';
import * as TimelineGrid from './TimelineGrid.js';
import * as TimelineOverviewPane from './TimelineOverviewPane.js';

export {
  ChartViewport,
  FilmStripView,
  FlameChart,
  GCActionDelegate,
  LineLevelProfile,
  LiveHeapProfile,
  NetworkPriorities,
  OverviewGrid,
  PieChart,
  TimelineGrid,
  TimelineOverviewPane,
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy