LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
Statistic.h File Reference
#include "llvm/Support/Atomic.h"
#include "llvm/Support/Valgrind.h"
Include dependency graph for Statistic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::Statistic
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Macros

#define STATISTIC(VARNAME, DESC)   static llvm::Statistic VARNAME = { DEBUG_TYPE, DESC, 0, 0 }
 

Functions

void llvm::EnableStatistics ()
 Enable the collection and printing of statistics. More...
 
bool llvm::AreStatisticsEnabled ()
 Check if statistics are enabled. More...
 
void llvm::PrintStatistics ()
 Print statistics to the file returned by CreateInfoOutputFile(). More...
 
void llvm::PrintStatistics (raw_ostream &OS)
 Print statistics to the given output stream. More...
 

Macro Definition Documentation

#define STATISTIC (   VARNAME,
  DESC 
)    static llvm::Statistic VARNAME = { DEBUG_TYPE, DESC, 0, 0 }

Definition at line 164 of file Statistic.h.