Profile

Wall time profile of a task.

If no results collector is specified the result is stored in the global collector.

Constructors

this
this(T name, Op op, ProfileResults saveTo)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

Op
enum Op
Undocumented in source.

Variables

name
string name;
Undocumented in source.
op
Op op;
Undocumented in source.
saveTo
ProfileResults saveTo;
Undocumented in source.
sw
StopWatch sw;
Undocumented in source.

Meta