public class SamplingProfiler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SamplingProfiler.SampledMethod
Sampled method.
|
| Constructor and Description |
|---|
SamplingProfiler()
Constructor.
|
SamplingProfiler(List<String> excludedPackages,
List<String> includedPackages)
Constructor.
|
SamplingProfiler(String excludedPackages,
String includedPackages)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
List<SamplingProfiler.SampledMethod> |
getHotspots(int rows) |
void |
update() |
public SamplingProfiler()
public SamplingProfiler(List<String> excludedPackages, List<String> includedPackages)
excludedPackages - List of excluded packages (can be null)includedPackages - List of included packages (can be null)public void update()
public List<SamplingProfiler.SampledMethod> getHotspots(int rows)
public void clear()
Copyright © 2008–2023 Emeric Vernat. All rights reserved.