Add a generator to libtuning for writing tuning output to a yaml file. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6 lines
236 B
Python
6 lines
236 B
Python
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (C) 2022, Paul Elder <paul.elder@ideasonboard.com>
|
|
|
|
from libtuning.generators.raspberrypi_output import RaspberryPiOutput
|
|
from libtuning.generators.yaml_output import YamlOutput
|