Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorSpacesBenchmark.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2010 Cyrille Berger <cberger@cberger.net>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5 */
6
7#ifndef _KO_COLOR_SPACES_BENCHMARK_H_
8#define _KO_COLOR_SPACES_BENCHMARK_H_
9
10#include <QObject>
11
12class KoColorSpacesBenchmark : public QObject
13{
14 Q_OBJECT
15private:
16 void createRowsColumns();
17private Q_SLOTS:
19 void benchmarkAlpha();
21 void benchmarkAlpha2();
23 void benchmarkSetAlpha();
25 void benchmarkSetAlpha2();
30};
31
32#endif