# # This is a basic onfiguration file for Report Generator tools # # Adjust paths and paramaters as needed, but remember than every # option MUST have a value or should be commented out # Location of the 'lx' program # Set to 'lx' if 'lx' is in your $PATH # log_extractor: @prefix@/bin/lx # Options for 'lx' (no special options by default) # #log_extractor_opts: --phases top2 # Location of the 'ltrace' program # Set to 'ltrace' if 'ltrace' is in your $PATH # log_trace_extractor: @prefix@/bin/ltrace # Options for 'ltrace' # log_trace_extractor_opts: --time_unit 1sec --win_len 1min # Whether 'label_results' should use old *.lx files instead of generating # them from scratch # use_cache: no # Where 'label_results' should look for log files # #log_dir: ./ # Location of the 'plot_traces' program # trace_plotter: @prefix@/ReportGen/plot_traces # Options to pass to 'plot_traces' # Modify terminal type only if your plotter supports other types # trace_plotter_opts: --plotter_terminal "png color" # Location of the 'plot_tables' program # table_plotter: @prefix@/ReportGen/plot_table # Options to pass to 'plot_tables' # Modify terminal type only if your plotter supports other types # table_plotter_opts: --plotter_terminal "png color" # Below is the location and options for a "generic" low level # plotter that is used to build actual graphs; # trace_plotter and table_plotter (above) know how to talk to 'gnuplot' only # so you probably cannot use other packages such as 'xplot' # # You may need to modify the location of gnuplot binary # #plotter_terminal: "png color" plotter: gnuplot plotter_opts: -persist # If you do not have gnuplot installed, install it # http://www.cs.dartmouth.edu/gnuplot_info.html