Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DProgressMeter.h61 using DurationType = std::chrono::duration<typename ClockType::rep, variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp62 using DurationType = duration<ClockType::rep, ClockType::period>; typedef