Searched defs:DumpState (Results 1 – 3 of 3) sorted by relevance
205 struct DumpState { struct206 DumpState(TraceWriter* tw, uint64_t* ni) : trace_writer(tw), next_index(ni) { in DumpState() argument227 std::set<InternID> dumped_strings;228 std::set<InternID> dumped_frames;229 std::set<InternID> dumped_mappings;231 std::set<GlobalCallstackTrie::Node*> callstacks_to_dump;233 TraceWriter* trace_writer;234 protos::pbzero::ProfilePacket* current_profile_packet;235 TraceWriter::TracePacketHandle current_trace_packet;236 uint64_t* next_index;[all …]
28 } DumpState; typedef
2414 void ExecutorState::DumpState() { in DumpState() function in tensorflow::__anon675242740111::ExecutorState