summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/gbuild.help.txt
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-09-05 12:43:34 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-05 13:47:57 +0200
commit1444316d320d32ef3da1bfe5dcb6805e2e65cc08 (patch)
tree557bc36901150a461b3eb12edd6efceb6e0d61b6 /solenv/gbuild/gbuild.help.txt
parentabi#10039 RTF export: support page-anchored frames (diff)
downloadcore-1444316d320d32ef3da1bfe5dcb6805e2e65cc08.tar.gz
core-1444316d320d32ef3da1bfe5dcb6805e2e65cc08.zip
gbuild: Framework for performance unit tests using callgrind
Run them with "make perfcheck" (toplevel or in a module) To add a new performance test: - Add it as a perfcheck target - Use gb_CppunitTest_set_performance_test - Use CALLGRIND_ macros from valgrind/callgrind.h http://valgrind.org/docs/manual/cl-manual.html#cl-manual.clientrequests Change-Id: I67c776dbe4db0a686607efeee7a7e4f3aeae0e5c
Diffstat (limited to 'solenv/gbuild/gbuild.help.txt')
-rw-r--r--solenv/gbuild/gbuild.help.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index a4396f1957b2..4831e719a36f 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -32,6 +32,7 @@ AVAILABLE TARGETS
unitcheck run unit tests
slowcheck run slow unit tests
subsequentcheck run system tests (requires full installation)
+ perfcheck run performance/callgrind unit tests
check run unit tests and if in toplevel subsequentcheck
clean remove all generated files
debugrun starts the INSTDIR instance and allows tests to be run