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

Method Stop

tensorflow/core/profiler/internal/cpu/host_tracer.cc:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77Status HostTracer::Stop() {
78 if (!recording_) {
79 return Status(error::INTERNAL, "TraceMeRecorder not started");
80 }
81 events_ = TraceMeRecorder::Stop();
82 recording_ = false;
83 return Status::OK();
84}
85
86constexpr char kUserMetadataMarker = '#';
87

Callers 1

TESTFunction · 0.45

Calls 1

StatusClass · 0.50

Tested by 1

TESTFunction · 0.36