xref: /trunk/main/slideshow/qa/debug/readme.txt (revision cdf0e10c)
1*cdf0e10cSrcweirRecognized preprocessor switches
2*cdf0e10cSrcweir================================
3*cdf0e10cSrcweir
4*cdf0e10cSrcweir - VERBOSE=t: enable extra verbose trace output (debug=t builds only)
5*cdf0e10cSrcweir - TIMELOG=t: enable time logging (also for product builds)
6*cdf0e10cSrcweir
7*cdf0e10cSrcweir
8*cdf0e10cSrcweirDebug tools overview
9*cdf0e10cSrcweir====================
10*cdf0e10cSrcweir
11*cdf0e10cSrcweirnodetree.sh:
12*cdf0e10cSrcweir
13*cdf0e10cSrcweir Generates a number of tree graphs from a trace output file, showing
14*cdf0e10cSrcweir the tree of AnimationNodes at various instances of the
15*cdf0e10cSrcweir slideshow. Each node has a fill color corresponding to its current
16*cdf0e10cSrcweir state, a legend for the color values can be obtained by the colors.sh
17*cdf0e10cSrcweir script.
18*cdf0e10cSrcweir To generate output at other instances, use the DEBUG_NODES_SHOWTREE
19*cdf0e10cSrcweir macro in animationnodefactory.cxx.
20*cdf0e10cSrcweir