summaryrefslogtreecommitdiff
path: root/utils/tuning/libtuning/libtuning.py
AgeCommit message (Expand)Author
2024-08-14utils: tuning: Change Tuner.add() to accept a list of modulesStefan Klug
2024-07-05libtuning: Only warn if processing returns NoneStefan Klug
2024-07-05libtuning: Migrate prints to python logging frameworkStefan Klug
2024-05-08libcamera: Drop file name from header comment blocksLaurent Pinchart
2022-11-25utils: tuning: libtuning: Implement the core of libtuningPaul Elder
an class="hl kwd">execute() { int ret; ret = init(); if (ret) return ret; ret = run(); cleanup(); return ret; }