Lines Matching full:from
25 from pathlib import Path
29 from bokeh.embed import components
30 from bokeh.io import output_file, show
31 from bokeh.layouts import layout, Spacer
32 from bokeh.models import ColumnDataSource, CustomJS, WheelZoomTool, HoverTool, CustomJSTickFormatter
33 from bokeh.models.widgets import DataTable, DateFormatter, TableColumn
34 from bokeh.models.ranges import FactorRange
35 from bokeh.palettes import Category20b
36 from bokeh.plotting import figure
37 from bokeh.resources import INLINE
38 from bokeh.transform import jitter
39 from bokeh.util.browser import view
40 from functools import cmp_to_key
46 from simpleperf_utils import BaseArgumentParser
60 # TODO: remove processes from the ticker base on the number of samples currently visualized.
108 # start with a small table size (stretch doesn't reduce from the preferred size)