Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.parfor.stat |
Modifier and Type | Method and Description |
---|---|
static Stat |
Stat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stat[] |
Stat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
StatisticMonitor.putPFStat(long id,
Stat type,
double s)
Puts a specific parfor statistic for future analysis into the repository.
|
static void |
StatisticMonitor.putPWStat(long id,
Stat type,
double s)
Puts a specific parworker statistic for future analysis into the repository.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.