Package | Description |
---|---|
org.javasimon.callback.calltree |
CallTreeCallback gathers information
for current thread and displays it subsequent calls like a tree. |
org.javasimon.callback.lastsplits |
LastSplitsCallback retains last
splits in a ring a buffer (fixed size FIFO queue). |
org.javasimon.callback.logging |
LoggingCallback is able to log stopwatch splits and statistics once
in a while (N per millisecond, every N split, when split is longer than N ms, etc.)
and to various outputs (SLF4J, JUL). |
org.javasimon.callback.quantiles |
QuantilesCallback sorts splits to categories
(Bucket s) based on time ranges. |
Modifier and Type | Class and Description |
---|---|
class |
CallTree
Call tree contains the root call tree node and the current call stack.
|
Modifier and Type | Class and Description |
---|---|
class |
LastSplits
Object stored among Stopwatch's attributes in charge of
Managing concurrent access to the inner ring buffer through synchronized blocks
Computing som statistics (min, max, mean, trend) based on retained values
Log retained values and statistics
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogTemplate.log(C context,
LogMessageSource<C> messageSource)
If enabled, logs the message for context.
|
Modifier and Type | Class and Description |
---|---|
class |
Buckets
List of buckets and quantiles computer.
|
class |
ExponentialBuckets
Exponentially organized
Buckets . |
class |
LinearBuckets
Linearly organized
Buckets . |
Copyright © 2019. All rights reserved.