| Package | Description |
|---|---|
| io.github.sercasti.tracing.core |
| Modifier and Type | Method and Description |
|---|---|
default Metric |
Tracing.start(String name)
Create a new metric with the current time as start time and the given name.
|
default Metric |
Tracing.start(String name)
Create a new metric with the current time as start time and the given name.
|
Metric |
Tracing.start(String name,
String description)
Create a new metric with the current time as start time, the given name and
description.
|
Metric |
TracingImpl.start(String name,
String description) |
Metric |
TracingImpl.start(String name,
String description) |
Metric |
Tracing.start(String name,
String description)
Create a new metric with the current time as start time, the given name and
description.
|
Copyright © 2022. All rights reserved.