Package com.aembot.lib.tracing
package com.aembot.lib.tracing
-
ClassDescriptionByteBuddy interceptor that wraps WPILib Command lifecycle methods with tracing.Annotation to mark methods for automatic tracing.Exports trace data to Chrome Tracing JSON format.Container for all trace spans within a single robot loop iteration.Lightweight tracing system for measuring function execution times.AutoCloseable wrapper for trace spans, enabling try-with-resources usage.Represents a single traced span (function call) with timing information.Bootstraps the @Traced annotation system using ByteBuddy.ByteBuddy interceptor that wraps @Traced methods with timing code.