Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp428 void __llvm_ctx_profile_start_collection(unsigned AutodetectDuration) { in __llvm_ctx_profile_start_collection() argument
444 if (AutodetectDuration) { in __llvm_ctx_profile_start_collection()
450 RootAutoDetector(AllFunctionsData, RootDetector, AutodetectDuration); in __llvm_ctx_profile_start_collection()
H A DCtxInstrProfiling.h217 void __llvm_ctx_profile_start_collection(unsigned AutodetectDuration = 0);