diff options
author | Andy Bailey <bailey@akamai.com> | 2010-05-14 23:41:13 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2010-05-14 23:41:13 +0200 |
commit | 260343d18881715c2bc6618849f9f557db6e80fb (patch) | |
tree | 5ef868f5b8c38ee01bc6977ff7be27dbe2e9927f /development/valkyrie/README | |
parent | 2d9b5f44619063704dbe16f57685aa8b43dbd16a (diff) | |
download | slackbuilds-260343d18881715c2bc6618849f9f557db6e80fb.tar.gz |
development/valkyrie: Added - a gui for valgrind.
Valkyrie is a GUI frontend for valgrind.
Diffstat (limited to 'development/valkyrie/README')
-rw-r--r-- | development/valkyrie/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/valkyrie/README b/development/valkyrie/README new file mode 100644 index 0000000000..b48048a7b6 --- /dev/null +++ b/development/valkyrie/README @@ -0,0 +1,13 @@ +Valkyrie is an open-source graphical user interface for Valgrind. +Valkyrie uses the Qt widget library and is based on Valgrind`s XML +output capabilities. Valkyrie is designed for simplicity and ease +of use while allowing access to the full range of Valgrind command +line options. Currently, Valkyrie only supports Memcheck, although +work is in progress to handle Cachegrind and Massif. + +Also included in Valkyrie is an auxiliary tool which can read XML +outputs from multiple Valgrind (Memcheck) runs, merge them into a +single XML file, and optionally display the merged result in the GUI. + +This requires valgrind and qt3 from /extra/kde3-compat/ on the Slackware +mirror or cdrom set. |