From bf7833a73a2b6c0284c3a4cac1becd2ca454213f Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Wed, 31 Mar 2004 10:58:22 +0000 Subject: [PATCH] BRegion tests results, for reference git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7130 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/develop/interface/BRegion/test_results | 34 +++++++++++++++++++ .../develop/interface/BRegion/test_results_R5 | 30 ++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 docs/develop/interface/BRegion/test_results create mode 100644 docs/develop/interface/BRegion/test_results_R5 diff --git a/docs/develop/interface/BRegion/test_results b/docs/develop/interface/BRegion/test_results new file mode 100644 index 0000000000..c7c69e3b26 --- /dev/null +++ b/docs/develop/interface/BRegion/test_results @@ -0,0 +1,34 @@ +Tests executed on a Duron 1200 + +ikki:~/projects/current# tests/UnitTester BRegion +------------------------------------------------------------------------------ +Tests +------------------------------------------------------------------------------ +BRegion::Construction Test + + PASSED + Clock time: 0 ms + +BRegion::Exclude Test + + PASSED + Clock time: 251 ms + +BRegion::Include Test + + PASSED + Clock time: 260 ms + +BRegion::Intersect Test + + PASSED + Clock time: 102 ms + +BRegion::OffsetBy Test + + PASSED + Clock time: 0 ms + +------------------------------------------------------------------------------ +Results +------------------------------------------------------------------------------ ++ PASSED + + +As you can see, it may be worth optimizing especially the Exclude and Include methods. +See RegionSupport.cpp (in particular RSub() and ROr()) for more info. diff --git a/docs/develop/interface/BRegion/test_results_R5 b/docs/develop/interface/BRegion/test_results_R5 new file mode 100644 index 0000000000..82370a2bbb --- /dev/null +++ b/docs/develop/interface/BRegion/test_results_R5 @@ -0,0 +1,30 @@ +Tests executed on a Duron 1200 + +ikki:~/projects/current# tests/UnitTester -r5 BRegion +------------------------------------------------------------------------------ +Tests +------------------------------------------------------------------------------ +BRegion::Construction Test + + PASSED + Clock time: 0 ms + +BRegion::Exclude Test + + PASSED + Clock time: 284 ms + +BRegion::Include Test + + PASSED + Clock time: 265 ms + +BRegion::Intersect Test + + PASSED + Clock time: 113 ms + +BRegion::OffsetBy Test + + PASSED + Clock time: 0 ms + +------------------------------------------------------------------------------ +Results +------------------------------------------------------------------------------ ++ PASSED