Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc63 static constexpr int32_t heartbeat_period_second = 30; variable
193 …beat_thread_ = std::make_unique<std::thread>([this]() { SendHeartbeat(heartbeat_period_second); }); in EnableDebugger()
608 heartbeat.set_period(heartbeat_period_second); in SendHeartbeat()