Skip to content

Commit 961055b

Browse files
Update clusterfuzz.md
1 parent 1ea45f8 commit 961055b

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

docs/clusterfuzz.md

+18-15
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,40 @@ for fuzzing Chrome at scale.
55

66
## Web interface
77

8-
ClusterFuzz also provides a [web interface](https://oss-fuzz.com)
8+
ClusterFuzz provides a [web interface](https://oss-fuzz.com)
99
to view statistics about your fuzz targets, as well as current crashes.
1010

1111
*Note*: Access is restricted to project developers who we auto CC on new bug reports.
1212

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+
1322
## Fuzzer stats
1423

1524
You can view statistics about your fuzz targets (e.g. speed, coverage information,
1625
memory usage) on our fuzzer statistics dashboard.
1726

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)
2028

2129
## Coverage reports
2230

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
2432
reached by your fuzz target.
2533

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)
2836

29-
![coverage_2]
30-
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_coverage_2.png)
37+
## Performance analyzer
3138

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.
3341

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)
3843

39-
![report]
40-
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/pcre2_testcase.png)
4144

0 commit comments

Comments
 (0)