Create a named region timer in the named group.
Declared in <llvm/Support/Timer.h>
explicit
NamedRegionTimer(
StringRef Name,
StringRef Description,
StringRef GroupName,
StringRef GroupDescription,
bool Enabled = true);
| Name | Description |
|---|---|
| Name | The name of the timer. |
| Description | A human-readable description of the timer. |
| GroupName | The name of the timer group. |
| GroupDescription | A human-readable description of the group. |
| Enabled | If false, the timer is not started. |