Module de.codecamp.tracer.core
Package de.codecamp.tracer
package de.codecamp.tracer
-
ClassDescriptionAn
ActiveTraceis a short-lived delegate that represents an active trace.ATracerepresents a time interval an application has spent within a certain piece of code.TheTraceContextrepresents a certain area of code, like a method.A listener that gets notified when trace contexts are started and closed.Responsible for bringing the trace hierarchy into an suitable printable or loggable format.TheTraceHandleris responsible for processing a fully completed trace, i.e.A simple tool for hierarchical measurement of durations in your code.