Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1083 size_t CutoffTimestamp = 1; in createBPFunctionNodes() local
1090 if (Timestamp >= CutoffTimestamp) { in createBPFunctionNodes()
1092 CutoffTimestamp = 2 * Timestamp; in createBPFunctionNodes()