blob: 906fd11e4a718bb9b0ec868c32d41942842a0b10 [file] [log] [blame]
paul6379b962005-09-05 14:00:09 +000012004-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
paul9f3f7a12005-04-25 16:42:24 +000062004-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
paul864c3642005-04-22 00:50:08 +0000182004-05-22 Paul Jakma <paul@dishone.st>
19
20 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +000021 background thread to avoid responsiveness problems.
22 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +000023
paulcb0663c2005-04-21 17:23:48 +0000242004-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
paul43313d02005-04-19 21:28:36 +0000302004-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
paul662a1f22005-04-13 03:32:23 +0000362004-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