Summary
Specifies whether or not the compiler should measure and report
the compilation times.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- IlasmTask
Syntax
[TaskAttribute("clock")]
[BooleanValidator()]
public bool Clock { get; set; }
Remarks
Corresponds to the /CLOCK
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Boolean |
Used to indicate that a property should be able to be converted into a
bool .
|
Value
Type | Description |
---|---|
bool |
true if the compilation times should be
measured and reported; otherwise, false . The
default is false .
|