Bump version to 6.0-36
[LibreOffice.git] / slideshow / qa / debug / readme.txt
blobeb458d686025b699a8e4f6b4feb558596c5d4eb8
1 Recognized preprocessor switches
2 ================================
4  - TIMELOG=t: enable time logging (also for product builds)
7 Debug tools overview
8 ====================
10 nodetree.sh:
12  Generates a number of tree graphs from a trace output file, showing
13  the tree of AnimationNodes at various instances of the
14  slideshow. Each node has a fill color corresponding to its current
15  state, a legend for the color values can be obtained by the colors.sh
16  script.
17  To generate output at other instances, use the DEBUG_NODES_SHOWTREE
18  macro in animationnodefactory.cxx.