diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:43:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:43:21 +0000 |
commit | 19d2d3672194fd64ecaaec446abde6e3bf3cfa4d (patch) | |
tree | 774aedf930b3813ec9e45d3106b9be7915b2f2ed /slideshow/qa | |
parent | fa37438431d93e18d9a4d0798da0c37bd5fb41fd (diff) |
INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED
2004/11/15 11:49:10 thb 1.1.2.2: #110496# Removed outdated script; Improved documentation
2004/11/01 22:24:30 thb 1.1.2.1: #110496# Initial revision
Diffstat (limited to 'slideshow/qa')
-rw-r--r-- | slideshow/qa/debug/readme.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/slideshow/qa/debug/readme.txt b/slideshow/qa/debug/readme.txt new file mode 100644 index 000000000000..a3df5a93b768 --- /dev/null +++ b/slideshow/qa/debug/readme.txt @@ -0,0 +1,20 @@ +Recognized preprocessor switches +================================ + + - VERBOSE=t: enable extra verbose trace output (debug=t builds only) + - TIMELOG=t: enable time logging (also for product builds) + + +Debug tools overview +==================== + +nodetree.sh: + + Generates a number of tree graphs from a trace output file, showing + the tree of AnimationNodes at various instances of the + slideshow. Each node has a fill color corresponding to its current + state, a legend for the color values can be obtained by the colors.sh + script. + To generate output at other instances, use the DEBUG_NODES_SHOWTREE + macro in animationnodefactory.cxx. +
\ No newline at end of file |