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

Method logDispatchCallback

include/thundersvm/util/log.h:3748–3750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3746 }
3747 template <typename T>
3748 static inline T* logDispatchCallback(const std::string& id) {
3749 return ELPP->logDispatchCallback<T>(id);
3750 }
3751#if defined(ELPP_FEATURE_ALL) || defined(ELPP_FEATURE_PERFORMANCE_TRACKING)
3752 /// @brief Installs post performance tracking callback, this callback is triggered when performance tracking is finished
3753 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected