Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp66 using CountAndDurationType = std::pair<size_t, DurationType>; typedef
68 std::pair<std::string, CountAndDurationType>;
288 StringMap<CountAndDurationType> AllCountAndTotalPerName; in write()
368 StringMap<CountAndDurationType> CountAndTotalPerName;