trappy.plotter package¶
Submodules¶
- trappy.plotter.AbstractDataPlotter module
- trappy.plotter.AttrConf module
- trappy.plotter.BarPlot module
- trappy.plotter.ColorMap module
- trappy.plotter.Constraint module
- trappy.plotter.EventPlot module
- trappy.plotter.ILinePlot module
- trappy.plotter.ILinePlotGen module
- trappy.plotter.IPythonConf module
- trappy.plotter.LinePlot module
- trappy.plotter.PlotLayout module
- trappy.plotter.StaticPlot module
- trappy.plotter.Utils module
Module contents¶
Init Module for the Plotter Code
-
trappy.plotter.
plot_trace
(trace, execnames=None, pids=None)[source]¶ Creates a kernelshark like plot of the trace file
Parameters: - trace (str,
trappy.trace.FTrace
,trappy.trace.SysTrace
ortrappy.trace.BareTrace
.) – The path to the trace or a trace object - execnames (list, str) – List of execnames to be filtered. If not specified all execnames will be plotted
- pids (list, str) – List of pids to be filtered. If not specified all pids will be plotted
- trace (str,