summaryrefslogtreecommitdiff
path: root/libs/pbd/wscript
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2014-12-22 12:44:12 +0700
committerTim Mayberry <mojofunk@gmail.com>2015-01-01 19:04:09 +0700
commit1da30faf7f4546eaeff9aaad85d99932445722cc (patch)
tree352886cef832b63c604eac93a11aed0098d7c137 /libs/pbd/wscript
parentb959b3fb87f4e3b740d3ad64024d1c8c3eb0aebc (diff)
Add tests that show the timing differences between the Glib/mm based timeouts
This shows that PBD::Timer is pretty much identical in terms of timing and CPU usage as Glib TimeoutSources. They also show the differences on Windows when setting the minimum Multimedia Timer resolution using timeBeginPeriod
Diffstat (limited to 'libs/pbd/wscript')
-rw-r--r--libs/pbd/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/wscript b/libs/pbd/wscript
index 0c8ad918f7..cb55437ae4 100644
--- a/libs/pbd/wscript
+++ b/libs/pbd/wscript
@@ -160,6 +160,7 @@ def build(bld):
test/mutex_test.cc
test/scalar_properties.cc
test/signals_test.cc
+ test/timer_test.cc
test/convert_test.cc
test/filesystem_test.cc
test/test_common.cc