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

Method ActivityEndImpl

tensorflow/core/profiler/lib/traceme.cc:31–36  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

29}
30
31/* static */ void TraceMe::ActivityEndImpl(uint64 activity_id) {
32 tracing::CallingContext::Pop();
33 TraceMeRecorder::Record({activity_id, /*name=*/"", /*start_time=*/0,
34 /*end_time=*/EnvTime::Default()->NowNanos(),
35 /*parent_id=*/0});
36}
37
38} // namespace profiler
39} // namespace tensorflow

Callers

nothing calls this directly

Calls 2

DefaultFunction · 0.85
NowNanosMethod · 0.45

Tested by

no test coverage detected