MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetEventTimeNs

Method GetEventTimeNs

tensorflow/lite/delegates/gpu/cl/cl_event.cc:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62uint64_t CLEvent::GetEventTimeNs() const {
63 return GetFinishedTimeNs() - GetStartedTimeNs();
64}
65
66void CLEvent::SetName(const std::string& name) { name_ = name; }
67

Callers 1

GetProfilingInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected