Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp203 auto &CountAndTotal = CountAndTotalPerName[E.Name]; in end() local
204 CountAndTotal.first++; in end()
205 CountAndTotal.second += Duration; in end()
292 auto &CountAndTotal = AllCountAndTotalPerName[Key]; in write() local
293 CountAndTotal.first += Value.first; in write()
294 CountAndTotal.second += Value.second; in write()