LLVM 20.0.0git
|
#include "llvm/ADT/Statistic.h"
#include "DebugOptions.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/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cstring>
Go to the source code of this file.
Variables | |
static bool | EnableStats |
-stats - Command line option to cause transformations to emit stats about what they did. | |
static bool | StatsAsJSON |
static bool | Enabled |
static bool | PrintOnExit |
static ManagedStatic< StatisticInfo > | StatInfo |
static ManagedStatic< sys::SmartMutex< true > > | StatLock |
|
static |
Definition at line 46 of file Statistic.cpp.
Referenced by llvm::AreStatisticsEnabled(), llvm::AArch64::ExtensionSet::disable(), llvm::AArch64::ExtensionSet::enable(), llvm::EnableStatistics(), llvm::AArch64::ExtensionSet::reconstructFromParsedFeatures(), llvm::TrackingStatistic::RegisterStatistic(), llvm::LTOCodeGenerator::setDebugPassManager(), llvm::ThinLTOCodeGenerator::setDebugPassManager(), llvm::LTOCodeGenerator::setFreestanding(), llvm::ThinLTOCodeGenerator::setFreestanding(), and llvm::X86::updateImpliedFeatures().
|
static |
-stats - Command line option to cause transformations to emit stats about what they did.
Definition at line 44 of file Statistic.cpp.
Referenced by llvm::AreStatisticsEnabled(), llvm::initStatisticOptions(), llvm::PrintStatistics(), and llvm::TrackingStatistic::RegisterStatistic().
|
static |
Definition at line 47 of file Statistic.cpp.
Referenced by llvm::EnableStatistics().
|
static |
Definition at line 93 of file Statistic.cpp.
Referenced by llvm::GetStatistics(), llvm::PrintStatistics(), llvm::PrintStatisticsJSON(), llvm::TrackingStatistic::RegisterStatistic(), and llvm::ResetStatistics().
|
static |
Definition at line 94 of file Statistic.cpp.
Referenced by llvm::GetStatistics(), llvm::PrintStatistics(), llvm::PrintStatisticsJSON(), and llvm::TrackingStatistic::RegisterStatistic().
|
static |
Definition at line 45 of file Statistic.cpp.
Referenced by llvm::initStatisticOptions(), and llvm::PrintStatistics().