docs/ikteam: Delete most files.
[haiku.git] / docs / develop / interface / BRegion / test_results
blobc7c69e3b26376f61963c0a97ae12fc09a545988c
1 Tests executed on a Duron 1200
3 ikki:~/projects/current# tests/UnitTester BRegion
4 ------------------------------------------------------------------------------
5 Tests
6 ------------------------------------------------------------------------------
7 BRegion::Construction Test
8   + PASSED
9     Clock time: 0 ms
11 BRegion::Exclude Test
12   + PASSED
13     Clock time: 251 ms
15 BRegion::Include Test
16   + PASSED
17     Clock time: 260 ms
19 BRegion::Intersect Test
20   + PASSED
21     Clock time: 102 ms
23 BRegion::OffsetBy Test
24   + PASSED
25     Clock time: 0 ms
27 ------------------------------------------------------------------------------
28 Results
29 ------------------------------------------------------------------------------
30 + PASSED
33 As you can see, it may be worth optimizing especially the Exclude and Include methods.
34 See RegionSupport.cpp (in particular RSub() and ROr()) for more info.