IProfiler.toBytes

Return a borrowed array of bytes for saving. Lifetime is tied to lifetime of the interface object. After toBytes is called, no recording function above can be called.

interface IProfiler
nothrow @nogc
const(ubyte)[]
toBytes
()

Meta