LLDB mainline
|
Basic RAII class to increment the summary count when the call is complete. More...
#include <Statistics.h>
Public Member Functions | |
SummaryInvocation (SummaryStatisticsSP summary_stats) | |
~SummaryInvocation () | |
SummaryInvocation (const SummaryInvocation &)=delete | |
Delete the copy constructor and assignment operator to prevent accidental double counting. | |
SummaryInvocation & | operator= (const SummaryInvocation &)=delete |
Private Attributes | |
SummaryStatisticsSP | m_stats |
ElapsedTime | m_elapsed_time |
Basic RAII class to increment the summary count when the call is complete.
Definition at line 209 of file Statistics.h.
|
inline |
Definition at line 211 of file Statistics.h.
|
inline |
Definition at line 214 of file Statistics.h.
References m_stats.
|
delete |
Delete the copy constructor and assignment operator to prevent accidental double counting.
|
delete |
|
private |
Definition at line 225 of file Statistics.h.
|
private |
Definition at line 224 of file Statistics.h.
Referenced by ~SummaryInvocation().