LLDB mainline
|
#include <Statistics.h>
Public Member Functions | |
llvm::json::Value | ToJSON () const |
Public Attributes | |
ConstString::MemoryStats | stats = ConstString::GetMemoryStats() |
Definition at line 129 of file Statistics.h.
llvm::json::Value ConstStringStats::ToJSON | ( | ) | const |
Definition at line 97 of file Statistics.cpp.
References lldb_private::ConstString::MemoryStats::GetBytesTotal(), lldb_private::ConstString::MemoryStats::GetBytesUnused(), lldb_private::ConstString::MemoryStats::GetBytesUsed(), and stats.
Referenced by lldb_private::DebuggerStats::ReportStatistics().
ConstString::MemoryStats lldb_private::ConstStringStats::stats = ConstString::GetMemoryStats() |
Definition at line 131 of file Statistics.h.
Referenced by ToJSON().