Greg Tatum
Greg Tatum
https://github.com/projectfluent/fluent-rs/blob/9e62af6f18f5efed4ad8faaca2c6c0ceb14d5bde/fluent-resmgr/src/resource_manager.rs#L107-L135
https://github.com/projectfluent/fluent-rs/blob/9e62af6f18f5efed4ad8faaca2c6c0ceb14d5bde/fluent-resmgr/src/resource_manager.rs#L41 These should be propagated through the API.
`get_bundle` will only load the resources for a single locale, but supports fallback behavior for i18n formatters like date time format (at least it claims to). This bundle will provide...
The initial work to build a Flame Graph was landed in #702 by brisad :tada: We should finish up some work on the Flame Graph before we surface it in...
If the flag `trackopts` is turned on in the profiler, we get optimization information. This was all done as part of the JIT coach work, and recently re-enabled under the...
It should provide an option to toggle samples that contain. * Native stack * JS-only stacks * Idle stack Idle stacks are currently not instrumented with pseudo stacks, so we'll...
Markus has written up a very large document, I'll add some higher level flow charts. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-729)
We only need to draw 2 boxes when moving and changing the highlighted stack item, the previously highlighted one, and the next highlighted one. We shouldn't redraw the entire chart...
This should help to do less work on the chart drawing logic: https://github.com/devtools-html/perf.html/blob/e177d4cd1a617d98bffbc2cb13972e2087893090/src/components/stack-chart/Canvas.js#L120-L133 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-727)
This has been a persistent issue, and has multiple different issues. Let's have this bug to track different issues and approaches to fixes. Track the work with the [`perf` and...