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

Enum DataType

include/thundersvm/util/log.h:3445–3447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3443 class PerformanceTrackingData {
3444 public:
3445 enum class DataType : base::type::EnumType {
3446 Checkpoint = 1, Complete = 2
3447 };
3448 // Do not use constructor, will run into multiple definition error, use init(PerformanceTracker*)
3449 explicit PerformanceTrackingData(DataType dataType) : m_performanceTracker(nullptr),
3450 m_dataType(dataType), m_firstCheckpoint(false), m_file(""), m_line(0), m_func("") {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected