paul | 9f3f7a1 | 2005-04-25 16:42:24 +0000 | [diff] [blame] | 1 | 2004-05-25 Paul Jakma <paul@dishone.st> |
| 2 | |
| 3 | * main.c: new file, common 'main' portion which then calls |
| 4 | test_init. |
| 5 | * heavy.c: remove common portions now in 'main. |
| 6 | * heavy-wq.c: ditto |
| 7 | * heavy-thread.c: ditto |
| 8 | * heavy*.c: Set the slow_function iteration number lower, to 300, it |
| 9 | was several orders of magnitude too 'slow' to be useful. :) |
| 10 | * Makefile.am: main is a source of the tests. heavy should link |
| 11 | to the math library. |
| 12 | |
paul | 864c364 | 2005-04-22 00:50:08 +0000 | [diff] [blame] | 13 | 2004-05-22 Paul Jakma <paul@dishone.st> |
| 14 | |
| 15 | * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a |
paul | 1d2c893 | 2005-04-22 00:54:44 +0000 | [diff] [blame] | 16 | background thread to avoid responsiveness problems. |
| 17 | * Makefile.am: Build heavythread |
paul | 864c364 | 2005-04-22 00:50:08 +0000 | [diff] [blame] | 18 | |
paul | cb0663c | 2005-04-21 17:23:48 +0000 | [diff] [blame] | 19 | 2004-05-21 Paul Jakma <paul@dishone.st> |
| 20 | |
| 21 | * heavy.c: Add a timer thread to demonstrate thread interactivity, |
| 22 | Add a daemon_exit command to assist with debugging (eg for memory |
| 23 | tracers, etc..) |
| 24 | |
paul | 43313d0 | 2005-04-19 21:28:36 +0000 | [diff] [blame] | 25 | 2004-05-19 Paul Jakma <paul@dishone.st> |
| 26 | |
| 27 | * heavy.c: test programme to show how long-running functions |
| 28 | kill responsiveness. Demonstrating the most niggly problem |
| 29 | left in bgpd. |
| 30 | |
paul | 662a1f2 | 2005-04-13 03:32:23 +0000 | [diff] [blame] | 31 | 2004-05-13 Paul Jakma <paul@dishone.st> |
| 32 | |
| 33 | * test-buffer.c: Andrew's buffer tester |
| 34 | * test-memory.c: basic memory tester |
| 35 | * Makefile.am: Add new tests |