nngn
Loading...
Searching...
No Matches
fps_test.h
Go to the documentation of this file.
1
#ifndef NNGN_TEST_FPS_H
2
#define NNGN_TEST_FPS_H
3
4
#include <QTest>
5
6
class
FpsTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
constructor
();
10
void
sec
();
11
void
avg
();
12
};
13
14
#endif
FpsTest
Definition
fps_test.h:6
FpsTest::constructor
void constructor()
Definition
fps_test.cpp:5
FpsTest::avg
void avg()
Definition
fps_test.cpp:33
FpsTest::sec
void sec()
Definition
fps_test.cpp:10
tests
timing
fps_test.h
Generated by
1.11.0