10000 SU (Profiling) 10% · focs-lab/llvm-project@55a725f · GitHub
[go: up one dir, main page]

Skip to content

Commit 55a725f

Browse files
committed
SU (Profiling) 10%
1 parent abfc3f5 commit 55a725f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/tsan/rtl/tsan_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define TSAN_CONFIG_SSO_MEA 9
3232

3333
#define TSAN_FRESHNESS_CONFIG TSAN_CONFIG_SSU_MEA
34-
#define TSAN_SAMPLING_RATE 3
34+
#define TSAN_SAMPLING_RATE 10
3535
#define TSAN_REPORT_RACE 0
3636
static constexpr unsigned int TSAN_SAMPLING_THRESHOLD = 65536 * TSAN_SAMPLING_RATE / 100;
3737

0 commit comments

Comments
 (0)
0