NoopProfiler

Undocumented in source.
private public
class NoopProfiler : Profiler {}

Members

Functions

add
void add(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpJson
void dumpJson(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Profiler

eventsMutex
Mutex eventsMutex;
Undocumented in source.
events
Appender!(Event[]) events;
Undocumented in source.
start
Unique!CompleteEventProcess start(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpJson
void dumpJson(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta