Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp123 template <class T, class U> void setMinMax(std::pair<T, T> &MM, U &&V) { in setMinMax() function
161 setMinMax(PerThreadMinMaxTSC[Record.TId], Record.TSC); in accountRecord()
162 setMinMax(PerCPUMinMaxTSC[Record.CPU], Record.TSC); in accountRecord()