No-op statistic used when LLVM_ENABLE_STATS is off.
Declared in <llvm/ADT/Statistic.h>
class NoopStatistic;
| Name | Description |
|---|---|
NoopStatistic [constructor] | Construct a discarded statistic; arguments are ignored. |
operator= | Assignment is a no-op. |
getValue | Always returns zero. |
operator++ | Increment operators |
operator+= | Addition is a no-op. |
operator-- | Decrement operators |
operator-= | Subtraction is a no-op. |
updateMax | Max update is a no-op. |
operator uint64_t | Convert to zero. |