public class TileUsageReportGenerator extends TileComputationObserver
Modifier and Type | Class and Description |
---|---|
static class |
TileUsageReportGenerator.GroupingComparator |
static class |
TileUsageReportGenerator.ImagesComparator |
static class |
TileUsageReportGenerator.StartTimeComparator |
static class |
TileUsageReportGenerator.Task |
static class |
TileUsageReportGenerator.ThreadNamesComparator |
static class |
TileUsageReportGenerator.TileIndicesComparator |
Modifier and Type | Field and Description |
---|---|
static int |
CHART_WIDTH |
Constructor and Description |
---|
TileUsageReportGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
start()
Starts observation of tile computation events.
|
void |
stop()
Stops observation of tile computation events.
|
void |
tileComputed(TileComputationEvent event)
Called each time a tile has been computed.
|
getLogger, setLogger
public static final int CHART_WIDTH
public void start()
TileComputationObserver
start
in class TileComputationObserver
public void tileComputed(TileComputationEvent event)
TileComputationObserver
tileComputed
in class TileComputationObserver
event
- The tile computation event.public void stop()
TileComputationObserver
stop
in class TileComputationObserver
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.