Home
last modified time | relevance | path

Searched refs:ProfilerLegacyThreadLocalState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_legacy.cpp122 struct ProfilerLegacyThreadLocalState : public ProfilerStateBase { struct
123 explicit ProfilerLegacyThreadLocalState( in ProfilerLegacyThreadLocalState() argument
126 ~ProfilerLegacyThreadLocalState() override = default;
128 static ProfilerLegacyThreadLocalState* getTLS() { in getTLS() argument
132 return static_cast<ProfilerLegacyThreadLocalState*>(tls); in getTLS()
175 thread_event_lists ProfilerLegacyThreadLocalState::consolidate() { in consolidate()
192 void ProfilerLegacyThreadLocalState::mark(std::string name, bool include_cuda) { in mark()
210 void ProfilerLegacyThreadLocalState::setOrAddRemoteProfiledEvents( in setOrAddRemoteProfiledEvents()
221 void ProfilerLegacyThreadLocalState::pushRange( in pushRange()
270 void ProfilerLegacyThreadLocalState::popRange( in popRange()
[all …]