Searched refs:RemoteProfilerManager (Results 1 – 9 of 9) sorted by relevance
11 RemoteProfilerManager::currentThreadLocalKey_ = std::nullopt;12 /*static */ RemoteProfilerManager& RemoteProfilerManager::getInstance() { in getInstance()13 static RemoteProfilerManager* handler = new RemoteProfilerManager(); in getInstance()17 void RemoteProfilerManager::setCurrentKey(std::string key) { in setCurrentKey()20 if (RemoteProfilerManager::currentThreadLocalKey_) { in setCurrentKey()28 bool RemoteProfilerManager::isCurrentKeySet() const { in isCurrentKeySet()32 void RemoteProfilerManager::unsetCurrentKey() { in unsetCurrentKey()36 void RemoteProfilerManager::eraseKey(const ProfilingId& globallyUniqueId) { in eraseKey()43 std::string RemoteProfilerManager::retrieveRPCProfilingKey( in retrieveRPCProfilingKey()51 ProfilingId RemoteProfilerManager::getNextProfilerId() { in getNextProfilerId()[all …]
11 class TORCH_API RemoteProfilerManager {14 static RemoteProfilerManager& getInstance();40 RemoteProfilerManager(const RemoteProfilerManager& other) = delete;41 RemoteProfilerManager operator=(const RemoteProfilerManager& other) = delete;42 RemoteProfilerManager(RemoteProfilerManager&&) = delete;43 RemoteProfilerManager& operator=(RemoteProfilerManager&&) = delete;46 RemoteProfilerManager();47 ~RemoteProfilerManager() = default;
24 !torch::distributed::rpc::RemoteProfilerManager::getInstance() in rpcTorchscript()36 torch::distributed::rpc::RemoteProfilerManager::getInstance(); in rpcTorchscript()
819 RemoteProfilerManager, in rpc_init()820 std::unique_ptr<RemoteProfilerManager, py::nodelete>>( in rpc_init()823 auto& inst = RemoteProfilerManager::getInstance(); in rpc_init()
43 auto& remoteProfilerManager = RemoteProfilerManager::getInstance(); in processRemoteProfiledEvents()
66 RemoteProfilerManager,
29 RemoteProfilerManager,961 RemoteProfilerManager.set_current_profiling_key(rpc_profiling_key)
84 torch::distributed::rpc::RemoteProfilerManager::getInstance(); in getMessageWithProfiling()
180 class RemoteProfilerManager: