class NoopStatistic

Declaration

class NoopStatistic { /* full declaration omitted */ };

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

Method Overview

Methods

NoopStatistic(const char*,
              const char*,
              const char*)

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

Parameters

const char*
const char*
const char*

uint64_t getValue() const

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

uint64_t operator unsigned long() const

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

void updateMax(uint64_t V)

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

Parameters

uint64_t V