MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / HitCounter

Method HitCounter

include/thundersvm/util/log.h:2088–2092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2086 class HitCounter {
2087 public:
2088 HitCounter(void) :
2089 m_filename(""),
2090 m_lineNumber(0),
2091 m_hitCounts(0) {
2092 }
2093
2094 HitCounter(const char* filename, base::type::LineNumber lineNumber) :
2095 m_filename(filename),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected