Documentation
¶
Index ¶
- Constants
- type Spec
- func (spec *Spec) ConfigureHugePages()
- func (p *Spec) ConfigureNumaCtl()
- func (spec *Spec) ConfigureUseMadvise()
- func (p *Spec) ConfigureValgrind()
- func (p *Spec) ConfigureVespaMalloc()
- func (spec *Spec) ConsiderEnvFallback(targetVar, fallbackVar string)
- func (spec *Spec) ConsiderFallback(varName, varValue string)
- func (spec *Spec) EffectiveEnv() []string
- func (p *Spec) Getenv(k string) string
- func (p *Spec) MatchesListEnv(envVarName string) bool
- func (spec *Spec) Run() error
- func (p *Spec) Setenv(k, v string)
- func (p *Spec) ValueFromListEnv(envVarName string) string
Constants ¶
View Source
const (
NUMACTL_PROG = "numactl"
)
View Source
const (
VALGRIND_PROG = "valgrind"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spec ¶
type Spec struct { Program string Args []string BaseName string Env map[string]string // contains filtered or unexported fields }
func (*Spec) ConfigureHugePages ¶
func (spec *Spec) ConfigureHugePages()
func (*Spec) ConfigureNumaCtl ¶
func (p *Spec) ConfigureNumaCtl()
func (*Spec) ConfigureUseMadvise ¶
func (spec *Spec) ConfigureUseMadvise()
func (*Spec) ConfigureValgrind ¶
func (p *Spec) ConfigureValgrind()
func (*Spec) ConfigureVespaMalloc ¶
func (p *Spec) ConfigureVespaMalloc()
func (*Spec) ConsiderEnvFallback ¶
func (*Spec) ConsiderFallback ¶
func (*Spec) EffectiveEnv ¶
func (*Spec) MatchesListEnv ¶
func (*Spec) ValueFromListEnv ¶
Click to show internal directories.
Click to hide internal directories.