LLDB mainline
|
A class to count time for plugins. More...
#include <Statistics.h>
Public Member Functions | |
void | add (llvm::StringRef key, double value) |
void | merge (StatisticsMap map_to_merge) |
Public Attributes | |
llvm::StringMap< double > | map |
A class to count time for plugins.
Definition at line 94 of file Statistics.h.
|
inline |
Definition at line 96 of file Statistics.h.
References map.
Referenced by lldb_private::PluginManager::LocateExecutableObjectFile(), lldb_private::PluginManager::LocateExecutableSymbolFile(), and merge().
|
inline |
Definition at line 105 of file Statistics.h.
Referenced by lldb_private::DebuggerStats::ReportStatistics().
llvm::StringMap<double> lldb_private::StatisticsMap::map |
Definition at line 110 of file Statistics.h.