Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dtiming.cpp1105 for (const auto & name_to_histogram : m_NamesMap) { in Serialize() local
1106 ret.SetByKey(name_to_histogram.first, in Serialize()
1107 name_to_histogram.second.m_Timing->SerializeCombined( in Serialize()
1111 name_to_histogram.second.m_Name, in Serialize()
1112 name_to_histogram.second.m_Description)); in Serialize()
1113 if (name_to_histogram.second.m_Counter != nullptr) { in Serialize()
1116 name_to_histogram.second.m_CounterName); in Serialize()
1118 name_to_histogram.second.m_CounterDescription); in Serialize()
1120 *name_to_histogram.second.m_Counter); in Serialize()
1121 ret.SetByKey(name_to_histogram.second.m_CounterId, in Serialize()