New code structure
[deliverable/lttng-analyses.git] / lttnganalyses / lttnganalyses / analysis.py
1 class Analysis:
2 def process_event(self, ev):
3 raise NotImplementedError()
This page took 0.035714 seconds and 5 git commands to generate.