flags

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2021 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DoCallback = true //bz: simplify callback fn
View Source
var DoCommonPart = false //bz: do compute common path
View Source
var DoCompare = false //bz: this has a super long time
View Source
var DoDefault = false //bz: only Do default
View Source
var DoDetail = false //bz: print out all data from countReachUnreachXXX
View Source
var DoLevel = 0 //bz: set the analysis scope to level ? default = 0
View Source
var DoLog = false

user

View Source
var DoParallel = false //bz: do all mains in a pkg in parallel, do each main by itself by parallel
View Source
var DoPerforamnce = true
View Source
var DoSameRoot = false //bz: do all main in a pkg together from the same root -> all mains linked by the root node

different run scenario

View Source
var DoSeq = false //bz: do all mains in a pkg sequential, but input is multiple mains (test useage in race checker)
View Source
var Main = "" //bz: run for a specific main in this pkg; start from 0
View Source
var PrintCGNodes = false //bz: print #cgnodes (before solve())

my use

View Source
var TimeLimit time.Duration //bz: time limit, unit: ?h?m?s

Functions

func ParseFlags

func ParseFlags()

bz: analyze all flags from input

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL