MCPcopy Create free account
hub / github.com/FeiYull/TensorRT-Alpha / getSystemTimeStr

Method getSystemTimeStr

utils/utils.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55std::string utils::getSystemTimeStr()
56{
57 return std::to_string(std::rand());
58}
59
60bool utils::setInputStream(const utils::InputStream& source, const std::string& imagePath, const std::string& videoPath, const int& cameraID,
61 cv::VideoCapture& capture, int& totalBatches, int& delayTime, utils::InitParameter& param)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected