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