Chisel
Static Public Member Functions | List of all members
StatsManager Class Reference

Responsible for computing statistical information for a file. More...

#include <StatsManager.h>

Static Public Member Functions

static void ComputeStats (std::string &FileName)
 
static void Print ()
 
static int GetNumOfWords ()
 
static int GetNumOfStatements ()
 
static int GetNumOfFunctions ()
 
static void IncreaseNumOfFunctions ()
 
static void IncreaseNumOfStatements ()
 
static bool isCountableStatement (clang::Stmt *S)
 

Detailed Description

Responsible for computing statistical information for a file.

Member Function Documentation

void StatsManager::ComputeStats ( std::string &  FileName)
static
static int StatsManager::GetNumOfFunctions ( )
inlinestatic
static int StatsManager::GetNumOfStatements ( )
inlinestatic
static int StatsManager::GetNumOfWords ( )
inlinestatic
void StatsManager::IncreaseNumOfFunctions ( )
static
void StatsManager::IncreaseNumOfStatements ( )
static
bool StatsManager::isCountableStatement ( clang::Stmt S)
static
void StatsManager::Print ( )
static

The documentation for this class was generated from the following files: