| Package | Description |
|---|---|
| org.diirt.graphene.profile | |
| org.diirt.graphene.profile.impl | |
| org.diirt.graphene.profile.settings |
| Modifier and Type | Method and Description |
|---|---|
static ProfileGraph2D |
VisualProfiler.factory(String strClass)
Makes a Profile object based off of the class name.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MultiLevelProfiler.defaultProfile(ProfileGraph2D profiler)
Sample multi-level profiling for a given renderer.
|
| Constructor and Description |
|---|
MultiLevelProfiler(ProfileGraph2D profiler)
Creates a object to profile a
Graph2DRenderer
using a ProfileGraph2D and analyzing performance
through various sets of renderings at specified intervals
of data sizes and image resolution sizes. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileAreaGraph2D
Handles profiling for
AreaGraph2DRenderer. |
class |
ProfileBubbleGraph2D
Handles profiling for
BubbleGraph2DRenderer. |
class |
ProfileHistogram1D
Handles profiling for
Histogram1D. |
class |
ProfileIntensityGraph2D
Handles profiling for
IntensityGraph2DRenderer. |
class |
ProfileLineGraph2D
Handles profiling for
LineGraph2DRenderer. |
class |
ProfileLockHistogram1D
Handles profiling for
Histogram1D while synchronized. |
class |
ProfileMultilineGraph2D
Handles profiling for
MultilineGraph2DRenderer. |
class |
ProfileMultiYAxisGraph2D
Handles profiling for
MultiAxisLineGraph2DRenderer. |
class |
ProfileNLineGraphs2D
Handles profiling for
MultiAxisLineGraph2DRenderer when drawing separateAreas graphs. |
class |
ProfileParallelHistogram1D
Handles profiling for
Histogram1D in parallel (by threading). |
class |
ProfileScatterGraph2D
Handles profiling for
ScatterGraph2DRenderer. |
class |
ProfileSparklineGraph2D
Handles profiling for
SparklineGraph2DRenderer. |
| Constructor and Description |
|---|
RenderSettings(ProfileGraph2D profiler)
Constructs a settings objects for rendering.
|
Copyright © 2015. All rights reserved.