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 a7e48e3 commit fc07e1eCopy full SHA for fc07e1e
README.md
@@ -244,6 +244,16 @@ Contributions are welcome! Please feel free to submit pull requests or open issu
244
245
<p align="right">(<a href="#readme-top">back to top</a>)</p>
246
247
+### Profiling
248
+
249
+Use [py-spy](https://github.com/benfred/py-spy) to profile the code:
250
251
+```sh
252
+uv run py-spy record --format speedscope -o profile.speedscope.json -- pyfracval -n 512 --df 1.6 --kf 1.1 --rp-gstd 1.2
253
+```
254
255
+Upload the resulting `profile.speedscope.json` file to [speedscope](https://www.speedscope.app/) and inspect the runtimes.
256
257
### Top contributors:
258
259
<a href="https://github.com/aetherspritee/PyFracVAL/graphs/contributors">
0 commit comments