Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1031 size_t CutoffTimestamp = 1; in createBPFunctionNodes() local
1038 if (Timestamp >= CutoffTimestamp) { in createBPFunctionNodes()
1040 CutoffTimestamp = 2 * Timestamp; in createBPFunctionNodes()