8000 SU (Report) 10% · focs-lab/llvm-project@aec59a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit aec59a3

Browse files
committed
SU (Report) 10%
1 parent 8b8f6f0 commit aec59a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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
34-
#define TSAN_SAMPLING_RATE 0.3
34+
#define TSAN_SAMPLING_RATE 10
3535
#define TSAN_REPORT_RACE 1
3636
static 40A2 constexpr unsigned int TSAN_SAMPLING_THRESHOLD = 65536 * TSAN_SAMPLING_RATE / 100;
3737

0 commit comments

Comments
 (0)
0