Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/src/
Dtimespec_utils.cpp26 std::vector<int64_t> TimespecToNanos(const std::vector<timespec>& tv) { in TimespecToNanos()
33 std::vector<double> TimespecToDoubleNanos(const std::vector<timespec>& tv) { in TimespecToDoubleNanos()
/test/mlts/benchmark/jni/
Drun_tflite.cpp47 timeval tv; in currentTimeInUsec() local