IProfiler.instant

Add an instant event to the trace. This is thread-safe and can be called from multiple threads.

interface IProfiler
nothrow @nogc
instant
(
const(char)[] categoryZ
)

Return Value

Type: IProfiler

itself.

Meta