From 9d72259f943a3b31fa4e32aeb1c5a2de3d8ca611 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 9 Apr 2012 11:37:25 -0300 Subject: Add the skeleton Linux perf events counter for QtTest Currently, it only prints "perf available" if you use the -perf option and perf is available. The implementation comes in the next commits. Change-Id: Ic6cdee70e21df25780799a4bc31ca2c2d923b9f8 Reviewed-by: Jason McDonald --- src/testlib/testlib.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testlib/testlib.pro') diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro index 8c6972f6a3..97301de151 100644 --- a/src/testlib/testlib.pro +++ b/src/testlib/testlib.pro @@ -16,6 +16,7 @@ HEADERS = qbenchmark.h \ qbenchmarkmeasurement_p.h \ qbenchmarkvalgrind_p.h \ qbenchmarkevent_p.h \ + qbenchmarkperfevents_p.h \ qbenchmarkmetric_p.h \ qsignalspy.h \ qtestaccessible.h \ @@ -48,6 +49,7 @@ SOURCES = qtestcase.cpp \ qbenchmarkmeasurement.cpp \ qbenchmarkvalgrind.cpp \ qbenchmarkevent.cpp \ + qbenchmarkperfevents.cpp \ qbenchmarkmetric.cpp \ qtestelement.cpp \ qtestelementattribute.cpp \ -- cgit v1.2.3