![]() |
KiCad PCB EDA Suite
|
A thread-safe event counter. More...
#include <profile.h>
Public Member Functions | |
PROF_COUNTER () | |
PROF_COUNTER (const std::string &aName) | |
unsigned long long | Count () const |
void | Reset () |
unsigned long long | operator++ (int) |
void | Show (std::ostream &aStream=std::cerr) |
Private Attributes | |
std::string | m_name |
std::atomic_ullong | m_count |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 255 of file profile.h.
References m_count, and m_name.
Referenced by RN_NET::compute(), SCH_EDIT_FRAME::OpenProjectFiles(), polygon_triangulation_main(), CN_CONNECTIVITY_ALGO::searchConnections(), and CONNECTIVITY_DATA::updateRatsnest().
|
private |
|
private |