Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc100 : string_table_(string_table) {} in FunctionTable()
119 string_table_->GetIndex(absl::StrCat(file_base, ":", func_name))); in GetIndex()
120 func_pb->set_filename(string_table_->GetIndex(file_path)); in GetIndex()
131 StringTable* string_table_; member in tensorflow::tfprof::__anonc1fef6110111::FunctionTable
178 : string_table_(string_table), opts_(opts) {} in Samples()
204 label_pb->set_key(string_table_->GetIndex("graph node:")); in Add()
205 label_pb->set_str(string_table_->GetIndex(gn->name())); in Add()
255 StringTable* string_table_; member in tensorflow::tfprof::__anonc1fef6110111::Samples
264 func_table_(new FunctionTable(&string_table_)), in PprofProfileImpl()
266 samples_(new Samples(&string_table_, opts)) {} in PprofProfileImpl()
[all …]
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc603 for (StringId id : string_table_) { in WriteStringTable()
612 int64_t table_id = static_cast<int64_t>(string_table_.size()); in ToStringTableId()
613 string_table_.push_back(interned_id); in ToStringTableId()
634 std::vector<StringId> string_table_; member in perfetto::trace_to_text::__anonb9473e550211::GProfileBuilder