Uses of Package
de.codecamp.tracer
Packages that use de.codecamp.tracer
Package
Description
-
Classes in de.codecamp.tracer used by de.codecamp.tracerClassDescriptionAn
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.TheTraceHandleris responsible for processing a fully completed trace, i.e. -
Classes in de.codecamp.tracer used by de.codecamp.tracer.formattersClassDescriptionA
Tracerepresents a time interval an application has spent within a certain piece of code.Responsible for bringing the trace hierarchy into an suitable printable or loggable format. -
Classes in de.codecamp.tracer used by de.codecamp.tracer.handlersClassDescriptionA
Tracerepresents 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. -
Classes in de.codecamp.tracer used by de.codecamp.tracer.implClassDescriptionAn
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.TheTraceHandleris responsible for processing a fully completed trace, i.e.A simple tool for hierarchical measurement of durations in your code.