firefox-devtools / firefox-devtools/profiler
Solve the issue of diagnosing perf problems from a single hot function
Open
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 491
- Avg merge
- 3d 46m
- Merged PRs (30d)
- 27
Description
Here is an example perf problem that involves a single hot function. I had to fix it by instrument the function itself with timing information.
This is a JS only example, it would be nice to have a C++ example.
From PR #695
Before: https://perfht.ml/2qs05TQ
After: https://perfht.ml/2qrczLn
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-705)
Contributor guide
Assessment
This issue has not been assessed yet.