LLDB mainline
Classes | Namespaces | Typedefs
Statistics.h File Reference
#include "lldb/DataFormatters/TypeSummary.h"
#include "lldb/Utility/ConstString.h"
#include "lldb/Utility/RealpathPrefixes.h"
#include "lldb/Utility/Stream.h"
#include "lldb/lldb-forward.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/JSON.h"
#include <atomic>
#include <chrono>
#include <mutex>
#include <optional>
#include <ratio>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  lldb_private::StatsDuration
 
class  lldb_private::ElapsedTime
 A class that measures elapsed time in an exception safe way. More...
 
struct  lldb_private::StatsSuccessFail
 A class to count success/fail statistics. More...
 
struct  lldb_private::ModuleStats
 A class that represents statistics for a since lldb_private::Module. More...
 
struct  lldb_private::ConstStringStats
 
struct  lldb_private::StatisticsOptions
 
class  lldb_private::SummaryStatistics
 A class that represents statistics about a TypeSummaryProviders invocations. More...
 
class  lldb_private::SummaryStatistics::SummaryInvocation
 Basic RAII class to increment the summary count when the call is complete. More...
 
class  lldb_private::SummaryStatisticsCache
 A class that wraps a std::map of SummaryStatistics objects behind a mutex. More...
 
class  lldb_private::TargetStats
 A class that represents statistics for a since lldb_private::Target. More...
 
class  lldb_private::DebuggerStats
 

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 

Typedefs

using lldb_private::StatsClock = std::chrono::high_resolution_clock
 
using lldb_private::StatsTimepoint = std::chrono::time_point< StatsClock >
 
typedef std::shared_ptr< SummaryStatistics > lldb_private::SummaryStatisticsSP