| Package | Description |
|---|---|
| com.atlassian.util.profiling | |
| com.atlassian.util.profiling.strategy | |
| com.atlassian.util.profiling.strategy.impl |
| Modifier and Type | Field and Description |
|---|---|
static Ticker |
Ticker.NO_OP
Simple no-op
Ticker implementation |
| Modifier and Type | Method and Description |
|---|---|
Ticker |
ProfilerConfiguration.enableForThread() |
Ticker |
MetricTimer.start()
Starts a
ticker for a monitored code block |
Ticker |
Timer.start(Object... callParameters)
Starts a
ticker for a profiled code block. |
default Ticker |
Timer.start(String... callParameters)
Starts a
ticker for a profiled code block. |
static Ticker |
Timers.start(String name) |
static Ticker |
Metrics.startTimer(String name) |
static Ticker |
Timers.startWithMetric(String timerName) |
static Ticker |
Timers.startWithMetric(String timerName,
String metricName) |
| Modifier and Type | Method and Description |
|---|---|
Ticker |
ProfilerStrategy.start(String frameName)
Called to mark the end of a profiled block of code.
|
Ticker |
MetricStrategy.startTimer(String metricName)
Called to mark the end of a block of code for which metrics should be calculated.
|
| Modifier and Type | Method and Description |
|---|---|
Ticker |
StackProfilerStrategy.start(String name) |
Copyright © 2019 Atlassian. All rights reserved.