[compiler-rt] [llvm] [ctxprof] root autodetection mechanism (PR #133147)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 1 21:58:56 PDT 2025
================
@@ -16,7 +16,8 @@
#include <iostream>
using namespace llvm::ctx_profile;
-extern "C" void __llvm_ctx_profile_start_collection();
+extern "C" void
+__llvm_ctx_profile_start_collection(unsigned AutodetectDuration = 0);
----------------
snehasish wrote:
nit: AutoDetectDuration
https://github.com/llvm/llvm-project/pull/133147
More information about the llvm-commits
mailing list