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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.