flags

package
v0.0.32 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DoCallback = false //bz: simplify callback fn + preSolve()
View Source
var DoCollapse = false //bz: collapse the lib function with its callback, no matter what are the context of caller of lib func -> DoCallback must be true
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 DoCoverage = false //bz: compute (#analyzed fn/#total fn) in a program within the scope
View Source
var DoDefault = false //bz: only Do default
View Source
var DoDetail = false //bz: print out all data from countReachUnreachXXX
View Source
var DoDiff = false //bz: compute the diff functions when turn on/off ptsLimit
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 DoPerformance = false //bz: print out all statistics (time, number)
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 DoTests = false //bz: treat a test as a main to analyze
View Source
var Main = "" //bz: run for a specific main in this pkg; start from 0
View Source
var PTSLimit int //bz: limit the size of pts; if excess, skip its solving
View Source
var PrintCGNodes = false //bz: print #cgnodes (before solve())

my use

View Source
var TimeLimit time.Duration //bz: time limit set by users, 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