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

Method ~ScopedProfile

tensorflow/lite/core/api/profiler.h:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 ~ScopedProfile() {
59 if (profiler_) {
60 profiler_->EndEvent(event_handle_);
61 }
62 }
63
64 private:
65 Profiler* const profiler_;

Callers

nothing calls this directly

Calls 1

EndEventMethod · 0.45

Tested by

no test coverage detected