| test.performance.timer.TimerTortureTestCase
notifications | int notifications(Code) | | The number of notifications
|
target | int target(Code) | | The target notifications
|
TimerTortureTestCase | public TimerTortureTestCase(String s)(Code) | | Construct the test
|
handleNotification | public void handleNotification(Notification n, Object ignored)(Code) | | Handle the notification, just add it to the list
|
testTortureOne | public void testTortureOne()(Code) | | See how long to do many notifications one notification,
this tests the overhead
|
testTortureTen | public void testTortureTen()(Code) | | See how long to many notifications one notification, this tests the overhead
|
|
|