Documentation ¶ Index ¶ Variables func GenerateGraph(regexps lib.Regexps, logFilePath string, option *Option) error type Option func NewOption(maxDatasetNum int, outputFilePath string) *Option type PerSec Constants ¶ This section is empty. Variables ¶ View Source var Colors = plotutil.DefaultColors Functions ¶ func GenerateGraph ¶ func GenerateGraph(regexps lib.Regexps, logFilePath string, option *Option) error Types ¶ type Option ¶ type Option struct { // contains filtered or unexported fields } func NewOption ¶ func NewOption(maxDatasetNum int, outputFilePath string) *Option type PerSec ¶ type PerSec struct { // contains filtered or unexported fields } Source Files ¶ View all Source files graph.go Click to show internal directories. Click to hide internal directories.