Package | Description |
---|---|
edu.rice.hj |
The base package for all habanero-java related items.
|
edu.rice.hj.api |
The base package for all Habanero-Java API.
|
edu.rice.hj.runtime.baseruntime | |
edu.rice.hj.runtime.javafj | |
edu.rice.hj.runtime.metrics |
The base package for the habanero-java abstract metrics.
|
edu.rice.hj.runtime.sequential |
The base package for a sequential implementation of the HJ runtime.
|
Modifier and Type | Method and Description |
---|---|
static HjMetrics |
Module0.abstractMetrics()
Returns the metrics report for the currently executing task.
|
Modifier and Type | Method and Description |
---|---|
HjMetrics |
HjRuntime.abstractMetrics()
abstractMetrics.
|
Modifier and Type | Method and Description |
---|---|
HjMetrics |
BaseRuntime.abstractMetrics()
abstractMetrics.
|
Modifier and Type | Method and Description |
---|---|
HjMetrics |
JavaForkJoinRuntime.abstractMetrics()
abstractMetrics.
|
Modifier and Type | Class and Description |
---|---|
class |
HjMetricsImpl
HjMetricsImpl class.
|
Modifier and Type | Method and Description |
---|---|
HjMetrics |
AbstractMetricsManager.computeMetrics(HabaneroActivity currentActivity)
computeMetrics.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractMetricsManager.dumpStatistics(HjMetrics hjMetrics)
dumpStatistics.
|
static void |
AbstractMetricsManager.dumpStatistics(HjMetrics hjMetrics,
PrintStream outputStream)
dumpStatistics.
|
Modifier and Type | Method and Description |
---|---|
HjMetrics |
SequentialRuntime.abstractMetrics()
abstractMetrics.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.