cputop with the new code architecture
[deliverable/lttng-analyses.git] / ngcputop.py
CommitLineData
bd3cd7c5
JD
1#!/usr/bin/env python3
2
3import sys
4
5sys.path += ['linuxautomaton', 'lttnganalyses', 'lttnganalysescli']
6
7import lttnganalysescli.cputop
8
9
10if __name__ == '__main__':
11 lttnganalysescli.cputop.run()
This page took 0.02463 seconds and 5 git commands to generate.