Home
last modified time | relevance | path

Searched defs:DurationType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DProgressMeter.h61 using DurationType = std::chrono::duration<typename ClockType::rep, variable
/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp64 using DurationType = duration<ClockType::rep, ClockType::period>; global() typedef