public class NamedStatClient extends Object
| Constructor and Description |
|---|
NamedStatClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeStatisticsTask()
CLOSETASK to close statistics.
|
protected void |
doSomething(int iterations,
SampleVMStatistics vmStats,
SampleThreadStatistics threadStats) |
protected void |
doSomethingHere() |
static void |
openStatisticsTask()
INITTASK to create and register statistics.
|
protected void |
workWithStatistics() |
static void |
workWithStatisticsTask()
TASK to modify per-thread statistics.
|
public static void openStatisticsTask()
public static void workWithStatisticsTask()
public static void closeStatisticsTask()
protected void workWithStatistics()
protected void doSomething(int iterations,
SampleVMStatistics vmStats,
SampleThreadStatistics threadStats)
protected void doSomethingHere()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.