summaryrefslogtreecommitdiffstats
path: root/runtime/README.doc
Commit message (Collapse)AuthorAgeFilesLines
* 2006-09-26 David Smith <dsmith@redhat.com>dsmith2006-09-261-15/+16
| | | | | | | | | | * README: Changed 'stpd' references to 'staprun'. * README.doc: Ditto. * TODO: Ditto. * io.c: Ditto. * print.c: Ditto. * runtime.h: Ditto. * bench2/bench.rb: Ditto.
* Test -- please ignore.kevinrs2005-09-291-0/+2
|
* Test -- please ignore.kevinrs2005-09-291-2/+0
|
* 2005-08-19 Martin Hunt <hunt@redhat.com>hunt2005-08-191-6/+6
| | | | | | | | | | * print.c: Change ifdefs to STP_RELAYFS. * runtime.h: Ditto. * io.c (_stp_vlog): Call _stp_write instead of _stp_ctrl_send. * Makefile: Don't build stp-control. * README.doc: Update. * TODO: Update.
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-181-0/+176
* counter.c: New file. Counter aggregations. * stat.c: New file. Stat aggregations. * stat.h: Header file for stats. * map-int.c: New file. Support for int64 values. * map-stat.c: New file. Support for stat values. * map-str.c: New file. Support for string values. * map-values.c: Now just includes the necessary map-*.c files. * stat-common.c: New file. Stats stuff common to Stats and maps containing stats. * Doxyfile: Bumped version to 0.6. * README: Renamed README.doc and reorganized.