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.cpp65 using CountAndDurationType = std::pair<size_t, DurationType>; typedef
67 std::pair<std::string, CountAndDurationType>;
244 StringMap<CountAndDurationType> AllCountAndTotalPerName; in write()
324 StringMap<CountAndDurationType> CountAndTotalPerName;