We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe98fc commit 834b505Copy full SHA for 834b505
content/profiling.md
@@ -72,6 +72,10 @@ Please try to go through the exercise in the following steps:
72
```console
73
$ scalene example.py
74
```
75
+ Alternatively you can do this (and then open the generated file in a browser):
76
+ ```console
77
+ $ scalene example.py --html > profile.html
78
+ ```
79
You can find an example of the generated HTML report in the solution below.
80
1. Does the result match your prediction? Can you explain the results?
81
0 commit comments