rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

Add a note about Firefox not showing platform profiling info by default. #121

Closed jwir3 closed 6 years ago

jwir3 commented 6 years ago

Summary Add a note about how to turn on gecko platform profiling data.

Explain the motivation for making this change. What existing problem does the pull request solve? 🤔

By default, "Show Gecko Platform Data" is turned off in the profiler for Firefox. This commit adds a note about how to turn it on so the reader isn't left guessing as to why their flame chart doesn't look the same as the one in the book.