|
LLVM
4.0.0
|
#include "llvm/ADT/Statistic.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Format.h"#include "llvm/Support/ManagedStatic.h"#include "llvm/Support/Mutex.h"#include "llvm/Support/Timer.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Support/YAMLTraits.h"#include <algorithm>#include <cstring>Go to the source code of this file.
Variables | |
| static cl::opt< bool > | Stats ("stats", cl::desc("Enable statistics output from program (available with Asserts)")) |
| -stats - Command line option to cause transformations to emit stats about what they did. More... | |
| static cl::opt< bool > | StatsAsJSON ("stats-json", cl::desc("Display statistics as json data")) |
| static bool | Enabled |
| static bool | PrintOnExit |
| static ManagedStatic < StatisticInfo > | StatInfo |
| static ManagedStatic < sys::SmartMutex< true > > | StatLock |
|
static |
Definition at line 49 of file Statistic.cpp.
Referenced by llvm::AreStatisticsEnabled(), llvm::EnableStatistics(), getOpEnabled(), and llvm::Statistic::RegisterStatistic().
|
static |
Definition at line 50 of file Statistic.cpp.
Referenced by llvm::EnableStatistics().
|
static |
Definition at line 74 of file Statistic.cpp.
Referenced by llvm::PrintStatistics(), llvm::PrintStatisticsJSON(), and llvm::Statistic::RegisterStatistic().
|
static |
Definition at line 75 of file Statistic.cpp.
Referenced by llvm::Statistic::RegisterStatistic().
|
static |
-stats - Command line option to cause transformations to emit stats about what they did.
Referenced by llvm::AreStatisticsEnabled(), llvm::PrintStatistics(), llvm::PrintStatisticsJSON(), and llvm::Statistic::RegisterStatistic().
Referenced by llvm::PrintStatistics().
1.8.6