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

Method log

include/thundersvm/util/log.h:3541–3543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3539 const base::type::string_t getFormattedTimeTaken(struct timeval startTime) const;
3540
3541 virtual inline void log(el::base::type::ostream_t& os) const {
3542 os << getFormattedTimeTaken();
3543 }
3544};
3545class DefaultPerformanceTrackingCallback : public PerformanceTrackingCallback {
3546 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected