Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
@specs-feup/kadabra
kadabra/adapt/Autotuner
ControlPoint
Class ControlPoint
Class defining the instance of an autotuner
Hierarchy (
view full
)
Autotuner
ControlPoint
Index
Constructors
constructor
Properties
$class
Container
$target
Field
$tuner
autotuner
Class
autotuner
Type
name
KNOB_
MANAGER_
PACKAGE
MANAGER_
PACKAGE
PACKAGE
Methods
get
Algorithm
get
Algorithm
Type
get
Best
get
Knob
get
Knob
Type
in
Best
Mode
init
is
Sampling
measure
measure
With
Var
new
Field
update
After
update
And
Measure
update
Before
Constructors
constructor
new
Control
Point
(
autotunerClass
,
$classContainer
,
numWarmup
,
numRuns
)
:
ControlPoint
Parameters
autotunerClass
:
ControlPointClass
$classContainer
:
undefined
|
Class
numWarmup
:
number
numRuns
:
number
Returns
ControlPoint
Properties
$class
Container
$class
Container
:
Class
$target
Field
$target
Field
:
undefined
|
Field
$tuner
$tuner
:
Field
autotuner
Class
autotuner
Class
:
ControlPointClass
autotuner
Type
autotuner
Type
:
string
name
name
:
string
Static
Readonly
KNOB_
MANAGER_
PACKAGE
KNOB_
MANAGER_
PACKAGE
:
string
= ...
Static
Readonly
MANAGER_
PACKAGE
MANAGER_
PACKAGE
:
string
= ...
Static
Readonly
PACKAGE
PACKAGE
= "autotuner."
Static variables
Methods
get
Algorithm
get
Algorithm
(
key
)
:
string
Parameters
key
:
string
Returns
string
get
Algorithm
Type
get
Algorithm
Type
(
)
:
string
Returns
string
get
Best
get
Best
(
key
)
:
string
Parameters
key
:
string
Returns
string
get
Knob
get
Knob
(
key
)
:
string
Parameters
key
:
string
Returns
string
get
Knob
Type
get
Knob
Type
(
)
:
string
Returns
string
in
Best
Mode
in
Best
Mode
(
key
)
:
string
Parameters
key
:
string
Returns
string
init
init
(
numWarmup
,
numRuns
)
:
void
Parameters
numWarmup
:
number
numRuns
:
number
Returns
void
is
Sampling
is
Sampling
(
key
)
:
string
Parameters
key
:
string
Returns
string
measure
measure
(
key
,
$stmt
,
$stmtEnd
?
)
:
void
Parameters
key
:
string
$stmt
:
Statement
$stmtEnd
:
Statement
= $stmt
Returns
void
measure
With
Var
measure
With
Var
(
varName
,
$stmt
,
$stmtEnd
?
)
:
void
Parameters
varName
:
string
$stmt
:
Statement
$stmtEnd
:
Statement
= $stmt
Returns
void
new
Field
new
Field
(
$targetClass
,
numWarmup
,
numRuns
,
modifiers
?
)
:
void
Parameters
$targetClass
:
Class
numWarmup
:
number
numRuns
:
number
modifiers
:
string
[]
= ...
Returns
void
update
After
update
After
(
key
,
$stmt
)
:
(
(
$stmt
:
Statement
,
$stmtEnd
:
Statement
)
=>
void
)
Parameters
key
:
string
$stmt
:
Statement
Returns
(
(
$stmt
:
Statement
,
$stmtEnd
:
Statement
)
=>
void
)
(
$stmt
,
$stmtEnd
)
:
void
Parameters
$stmt
:
Statement
$stmtEnd
:
Statement
Returns
void
update
And
Measure
update
And
Measure
(
key
,
$stmt
,
$stmtEnd
)
:
ControlPoint
Parameters
key
:
string
$stmt
:
Statement
$stmtEnd
:
Statement
Returns
ControlPoint
update
Before
update
Before
(
key
,
$stmt
)
:
(
(
$stmt
:
Statement
,
$stmtEnd
:
Statement
)
=>
void
)
Parameters
key
:
string
$stmt
:
Statement
Returns
(
(
$stmt
:
Statement
,
$stmtEnd
:
Statement
)
=>
void
)
(
$stmt
,
$stmtEnd
)
:
void
Parameters
$stmt
:
Statement
$stmtEnd
:
Statement
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
$class
Container
$target
Field
$tuner
autotuner
Class
autotuner
Type
name
KNOB_
MANAGER_
PACKAGE
MANAGER_
PACKAGE
PACKAGE
Methods
get
Algorithm
get
Algorithm
Type
get
Best
get
Knob
get
Knob
Type
in
Best
Mode
init
is
Sampling
measure
measure
With
Var
new
Field
update
After
update
And
Measure
update
Before
SPeCS Packages Documentation
Loading...
Class defining the instance of an autotuner