Replace Pyasciigraph by termgraph for freq graphs
authorAntoine Busque <abusque@efficios.com>
Thu, 28 Jan 2016 22:16:57 +0000 (17:16 -0500)
committerAntoine Busque <abusque@efficios.com>
Thu, 11 Feb 2016 18:58:52 +0000 (13:58 -0500)
commit74fd1623a584aee6583b7543f090ee2e5a284cbc
treec8189687414824e77ce38308aea3eb81d3050764
parent0b99b020c517eed37fd413b04bf4c29f3efed329
Replace Pyasciigraph by termgraph for freq graphs

The only remaining uses of Pyasciigraph were limited to frequency
graphs, so this commit introduces a replacement under the termgraph
module to display such frequency graphs.

This effectively eliminates the Pyasciigraph dependency, which is now
removed from the source tree.

Signed-off-by: Antoine Busque <abusque@efficios.com>
lttnganalyses/ascii_graph/__init__.py [deleted file]
lttnganalyses/cli/io.py
lttnganalyses/cli/irq.py
lttnganalyses/cli/sched.py
lttnganalyses/cli/termgraph.py
This page took 0.02656 seconds and 5 git commands to generate.