You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where "RTS" stands for"RunTime System" and has a lot of options, GHC User Manual has ["Running a compiled program"/"Setting RTS options"](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/runtime_control.html) sections describing them.
132
+
133
+
Or to put simply:
134
+
```shell
135
+
# Run profiling for evaluation of a Firefox package.
# Then, upload the `hnix.prof` to the https://www.speedscope.app/ to analyze it.
144
+
```
145
+
146
+
"RTS" stands for"RunTime System" and has a lot of options, GHC User Manual has ["Running a compiled program"/"Setting RTS options"](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/runtime_control.html) sections describing them.
0 commit comments