aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/pt_qapplication/pt_qapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/pt_qapplication/pt_qapplication.h')
-rw-r--r--benchmarks/pt_qapplication/pt_qapplication.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/pt_qapplication/pt_qapplication.h b/benchmarks/pt_qapplication/pt_qapplication.h
index c87c4581..e062c204 100644
--- a/benchmarks/pt_qapplication/pt_qapplication.h
+++ b/benchmarks/pt_qapplication/pt_qapplication.h
@@ -41,17 +41,17 @@ private slots:
* This test creates a new process and thus includes process creation overhead.
* Callgrind results are meaningless since the child process is not traced.
*/
- void processCreationAndCtor();
+ void processCreationAndConstructor();
/**
* Test the performance of the qapplication constructor.
*/
- void ctor();
+ void uncachedConstructor();
/**
* Execute the constructor a second time to evaluate caching possibilities.
*/
- void ctor2();
+ void cachedConstructor();
private:
/**