@@ -5,37 +5,40 @@ for fuzzing Chrome at scale.
5
5
6
6
## Web interface
7
7
8
- ClusterFuzz also provides a [ web interface] ( https://oss-fuzz.com )
8
+ ClusterFuzz provides a [ web interface] ( https://oss-fuzz.com )
9
9
to view statistics about your fuzz targets, as well as current crashes.
10
10
11
11
* Note* : Access is restricted to project developers who we auto CC on new bug reports.
12
12
13
+ ## Testcase reports
14
+
15
+ ClusterFuzz will automatically de-duplicate and file reproducible crashes into
16
+ our [ bug tracker] ( https://bugs.chromium.org/p/monorail ) . We provide a crash
17
+ report page that gives you the stack trace, a link to the crashing testcase, and
18
+ regression ranges where the bug was most likely introduced.
19
+
20
+ ![ report] ( https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/pcre2_testcase.png )
21
+
13
22
## Fuzzer stats
14
23
15
24
You can view statistics about your fuzz targets (e.g. speed, coverage information,
16
25
memory usage) on our fuzzer statistics dashboard.
17
26
18
- ![ stats]
19
- (https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_stats.png )
27
+ ![ stats] ( https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_stats.png )
20
28
21
29
## Coverage reports
22
30
23
- We also provide coverage reports, where we highlight the parts of source code that are being
31
+ We provide coverage reports, where we highlight the parts of source code that are being
24
32
reached by your fuzz target.
25
33
26
- ![ coverage_1]
27
- (https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_coverage_1 .png )
34
+ ![ coverage_1] ( https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_coverage_1.png )
35
+ ![ coverage_2 ] ( https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_coverage_2 .png )
28
36
29
- ![ coverage_2]
30
- (https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_coverage_2.png )
37
+ ## Performance analyzer
31
38
32
- ## Testcase reports
39
+ You can view performance issues that your fuzz target is running into (e.g. leaks, timeouts, etc) by
40
+ clicking on ` Performance ` link on our fuzzer statistics dashboard.
33
41
34
- ClusterFuzz will automatically de-duplicate and file reproducible crashes into
35
- our [ bug tracker] ( https://bugs.chromium.org/p/monorail ) . We provide a crash
36
- report page that gives you the stack trace, a link to the crashing testcase, and
37
- regression ranges where the bug was most likely introduced.
42
+ ![ performance_analyzer] ( https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/performance_analyzer.png )
38
43
39
- ![ report]
40
- (https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/pcre2_testcase.png )
41
44
0 commit comments