Package-level declarations

Types

Link copied to clipboard
class TimedIrGenerationExtension(configuration: CompilerConfiguration) : IrGenerationExtension
Link copied to clipboard
class TimedIrTransformer(pluginContext: IrPluginContext, finder: DeclarationFinder, messageCollector: MessageCollector) : IrElementTransformerVoidWithContext

Rewrites the body of every function annotated with io.github.smyrgeorge.log4k.annotation.Timed so that each invocation records call/error counters and a duration histogram.