| Package | Description |
|---|---|
| net.obvj.performetrics |
Provides convenient classes for extracting performance metrics of Java code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableTimingSession
A "wrapper" class that allows retrieving values from an existing
TimingSession
but prevents users from modifying it. |
| Modifier and Type | Method and Description |
|---|---|
TimingSession |
Stopwatch.lastSession()
Returns the current/last timing session recorded in this stopwatch.
|
| Constructor and Description |
|---|
UnmodifiableTimingSession(TimingSession timingSession)
Creates an unmodifiable object for a preset
TimingSession. |
Copyright © 2023. All rights reserved.