class NoopStatistic

Declaration

class NoopStatistic : public StatisticBase { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ADT/Statistic.h:133

Inherits from: StatisticBase

Member Variables

Inherited from StatisticBase:

public DebugType
public Name
public Desc

Method Overview

Inherited from StatisticBase:

Methods

unsigned int getValue() const

Declared at: llvm/include/llvm/ADT/Statistic.h:137

unsigned int operator unsigned int() const

Declared at: llvm/include/llvm/ADT/Statistic.h:140

void updateMax(unsigned int V)

Declared at: llvm/include/llvm/ADT/Statistic.h:156

Parameters

unsigned int V