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