Struct faiss::lsq::LSQTimer

struct LSQTimer

A helper struct to count consuming time during training. It is NOT thread-safe.

Public Functions

inline LSQTimer()
double get(const std::string &name)
void add(const std::string &name, double delta)
void reset()

Public Members

std::unordered_map<std::string, double> t