rustwasm/book

Unsure how to test performance on MacOS

Open

#73 opened on Aug 19, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Handlebars (215 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (1,832 stars)
PR merge metrics
 (PR metrics pending)

Description

Where in the docs did you come across this? In the section on Time-Profiling, the author mentions using the Linux tool perf to test the results of cargo bench.

Describe what about it does not make sense Since I'm using a Mac, I don't have access to the perf tool, and I don't know of any equivalent tools I could use to get similar data.

How could we improve it? It would be nice to mention additional tools that could be used in MacOS or Windows. It would be even more helpful if you could also link to additional tutorials for how use them to test Rust

Contributor guide