Commit 67b2799
authored
Update how profiler enabled flag is checked (#4621)
Start to enable Cloud Profiler for clusterfuzz by using the flag in the
project config yaml. This change is supported by a PR in clusterfuzz
configs repo.
In addition, remove profiler calls from fuzzer engines, since having it
only in the bot startup is enough granularity.1 parent 77ea427 commit 67b2799
File tree
3 files changed
+5
-7
lines changed- src/clusterfuzz/_internal
- bot/fuzzers
- afl
- libFuzzer
- metrics
3 files changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
1661 | 1660 | | |
1662 | 1661 | | |
1663 | 1662 | | |
1664 | | - | |
1665 | 1663 | | |
1666 | 1664 | | |
1667 | 1665 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
280 | 279 | | |
281 | 280 | | |
282 | 281 | | |
283 | | - | |
284 | 282 | | |
285 | 283 | | |
286 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments