blob: f6ed4d574b824cf8b2c22c1a080f317df966e48a [file] [log] [blame]
pauldff4f522005-09-06 23:08:01 +000012004-09-06 Paul Jakma <paul@dishone.st>
2
3 * test-buffer.c: include memory.h
4 (main) call memory_init().
5
paul6379b962005-09-05 14:00:09 +000062004-09-05 Paul Jakma <paul@dishone.st>
7
8 * heavy-wq.c: (slow_func_del,slow_func_err) make them take
9 void * argument to shut up silly gcc warning.
10
paul9f3f7a12005-04-25 16:42:24 +0000112004-05-25 Paul Jakma <paul@dishone.st>
12
13 * main.c: new file, common 'main' portion which then calls
14 test_init.
15 * heavy.c: remove common portions now in 'main.
16 * heavy-wq.c: ditto
17 * heavy-thread.c: ditto
18 * heavy*.c: Set the slow_function iteration number lower, to 300, it
19 was several orders of magnitude too 'slow' to be useful. :)
20 * Makefile.am: main is a source of the tests. heavy should link
21 to the math library.
22
paul864c3642005-04-22 00:50:08 +0000232004-05-22 Paul Jakma <paul@dishone.st>
24
25 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +000026 background thread to avoid responsiveness problems.
27 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +000028
paulcb0663c2005-04-21 17:23:48 +0000292004-05-21 Paul Jakma <paul@dishone.st>
30
31 * heavy.c: Add a timer thread to demonstrate thread interactivity,
32 Add a daemon_exit command to assist with debugging (eg for memory
33 tracers, etc..)
34
paul43313d02005-04-19 21:28:36 +0000352004-05-19 Paul Jakma <paul@dishone.st>
36
37 * heavy.c: test programme to show how long-running functions
38 kill responsiveness. Demonstrating the most niggly problem
39 left in bgpd.
40
paul662a1f22005-04-13 03:32:23 +0000412004-05-13 Paul Jakma <paul@dishone.st>
42
43 * test-buffer.c: Andrew's buffer tester
44 * test-memory.c: basic memory tester
45 * Makefile.am: Add new tests