Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: fuzzer/res/imp/README.md

Issue 1412523004: Add fuzzer-collapse-details-sk and demo (Closed) Base URL: https://skia.googlesource.com/buildbot@stacktrace2
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Fuzzer Polymer Components 1 # Fuzzer Polymer Components
2 2
3 **fuzzer-stacktrace-sk:** A visualization of a stacktrace. 3 **fuzzer-stacktrace-sk:** A visualization of a stacktrace.
4 Defaults to showing the top 8 rows. Click to expand entire thing. 4 Defaults to showing the top 8 rows. Click to expand entire thing.
5 5
6 **fuzzer-collapse-details-sk:** Shows the details of a set of fuzzes.
7 For now, only binary ones are supported, but the api fuzzes shouldn't be too har d to add.
8 If extra details are supplied (in binaryReports),
9 the view can be clicked to expand and show the individual stack traces.
10
6 ## Viewing the Demos: 11 ## Viewing the Demos:
7 12
8 Because of security restrictions, you cannot just open up the demo pages, 13 Because of security restrictions, you cannot just open up the demo pages,
9 you must find this directory with a terminal/shell and run: 14 you must find this directory with a terminal/shell and run:
10 ``` 15 ```
11 make && make run 16 make && make run
12 ``` 17 ```
OLDNEW
« no previous file with comments | « no previous file | fuzzer/res/imp/fuzzer-collapse-details-sk.html » ('j') | fuzzer/res/imp/fuzzer-collapse-details-sk.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698