Home
last modified time | relevance | path

Searched refs:CpuInPower (Results 1 – 6 of 6) sorted by relevance

/external/trappy/tests/
Dtest_plotter.py97 [trappy.cpu_power.CpuInPower,
110 trappy.cpu_power.CpuInPower,
127 trappy.cpu_power.CpuInPower,
154 self.assertTrue(isinstance(l.templates[0], type(trappy.cpu_power.CpuInPower)))
181 trappy.cpu_power.CpuInPower,
188 trappy.cpu_power.CpuInPower,
220 self.assertTrue(l.templates[1], type(trappy.cpu_power.CpuInPower))
/external/trappy/trappy/
Dcpu_power.py125 class CpuInPower(Base): class
198 register_ftrace_parser(CpuInPower, "thermal")
/external/bart/docs/examples/
Dthermal.py39 config["IN"] = trappy.cpu_power.CpuInPower
/external/trappy/doc/
DInteractivePlotter.ipynb238 …" trappy.cpu_power.CpuInPower, # TRAPpy Event (maps to a unique word in…
271 …" trappy.cpu_power.CpuInPower, # TRAPpy Event (maps to a unique word in the…
DPlotter.ipynb486 " [trappy.cpu_power.CpuInPower, trappy.cpu_power.CpuOutPower],\n",
517 …"l = trappy.LinePlot(trace1, trappy.cpu_power.CpuInPower, column=[\"dynamic_power\", \"load1\"],\n…
/external/bart/docs/notebooks/thermal/
DThermal.ipynb48 "config[\"IN\"] = trappy.cpu_power.CpuInPower\n",