Home
last modified time | relevance | path

Searched refs:LinePlot (Results 1 – 12 of 12) sorted by relevance

/external/trappy/tests/
Dtest_plotter.py39 l = trappy.LinePlot(trace1, trappy.thermal.Thermal, column="temp")
46 l = trappy.LinePlot(
54 l = trappy.LinePlot([trace1,
66 l = trappy.LinePlot([trace1,
76 l = trappy.LinePlot(
87 l = trappy.LinePlot(
95 l = trappy.LinePlot([trace1,
108 l = trappy.LinePlot(
125 l = trappy.LinePlot(
148 l = trappy.LinePlot([trace1,
[all …]
Dtest_duplicates.py50 l = trappy.LinePlot(
84 l = trappy.LinePlot(
Dtest_dynamic.py69 l = trappy.LinePlot(t, cls, column="load")
/external/trappy/trappy/
D__init__.py24 from trappy.plotter.LinePlot import LinePlot
26 class LinePlot(object): class
/external/trappy/trappy/plotter/
DLinePlot.py24 class LinePlot(StaticPlot): class
117 super(LinePlot, self).__init__(
126 super(LinePlot, self).set_defaults()
D__init__.py20 import LinePlot
/external/trappy/doc/
DInteractivePlotter.ipynb105 …"Interactive Line Plots Supports the same API as the LinePlot but provide an interactive plot that…
DPlotter.ipynb108 "l = trappy.LinePlot(trace1, signals=[\"thermal:temp\"])\n",
136 …"trappy.LinePlot(trace1, signals=[\"thermal:temp:118,95,151\", \"thermal:temp_prev:0,0xa9,0x60\"])…
171 "l = trappy.LinePlot(trace1, signals=[\"thermal:temp\"], xlim=(2, 3), ylim=(69000, 70000))\n",
200 "l = trappy.LinePlot(trace1, trappy.thermal.Thermal, column=\"temp\")\n",
229 "l = trappy.LinePlot([trace1, trace2], trappy.thermal.Thermal, column=\"temp\")\n",
258 …"l = trappy.LinePlot([trace1, trace2], [trappy.thermal.Thermal,trappy.thermal.ThermalGovernor], co…
287 …"l = trappy.LinePlot([trace1, trace2], [trappy.cpu_power.CpuOutPower], column=\"power\", filters={…
316 … "l = trappy.LinePlot(trace1, trappy.thermal.Thermal, column=\"temp\", pivot=\"thermal_zone\")\n",
345 …"l = trappy.LinePlot([trace1, trace2], trappy.cpu_power.CpuOutPower, column=\"power\", pivot=\"cpu…
386 "l = trappy.LinePlot([trace1, trace2],\n",
[all …]
DDynamic traces.ipynb268 …" trappy.LinePlot(trace, GroupCapacity, column=\"group_capacity\", pivot=\"cpus\", marker='.', …
/external/lisa/ipynb/examples/trappy/
Dcustom_events_example.ipynb643 "# The LinePlot module requires to specify a list of signals to plot.\n",
655 "# These two paramatere are passed to the LinePlot call as long with the\n",
657 "trappy.LinePlot(\n",
/external/lisa/ipynb/tutorial/
D05_TrappyUsage.ipynb4223 "# The LinePlot module requires to specify a list of signals to plot.\n",
4233 "# These two paramatere are passed to the LinePlot call as long with the\n",
4235 "trappy.LinePlot(\n",
/external/lisa/ipynb/sched_dvfs/
Dsmoke_test.ipynb366 " trappy.LinePlot(results[tid][governor]['ftrace'],\n",
523 " trappy.LinePlot(results[tid][governor]['ftrace'],\n",