served.utils.trace

Undocumented in source.

Members

Functions

dumpTraceInfos
void dumpTraceInfos(File output)
Undocumented in source. Be warned that the author may not have intended to support it.
traceStatistics
const(char)[] traceStatistics(const(char)[] name)

CTFE function to generate mixin code for function tracing The trace

Structs

TraceData
struct TraceData
Undocumented in source.
TraceDataStat
struct TraceDataStat(T)
Undocumented in source.
TraceState
struct TraceState
Undocumented in source.

Variables

_traceInfos
TraceData*[string] _traceInfos;
Undocumented in source.

Meta