Greg Tatum
Greg Tatum
This was an attempt to port the speedscope importer to the profiler. I think it was sort of working when I stopped. I initially attempted to fix up the intern's...
This project started when this was a more difficult choice, but at this time TypeScript is the clear winner in the community for support. It would be great to migrate...
This is part of the overall work with: #2764 ## Example usage: * Right click a memory track * Choose "Hide all memory tracks" * All memory track should be...
Right now this seems viable in the DevTools recording panel mode. I think we should hold off on retaining source maps in the Gecko Profiler Addon, due to complexities of...
I've been profiling things lately where the inverted call tree is really helpful, especially as these highlight when heavy allocations are causing slowdowns. I would like to toggle between the...
In the call tree you can hit cmd + c to copy a function name. It would be nice if this were generalized to the other charts like the flame,...
In: https://share.firefox.dev/3uBlh7A Steps to reproduce: * Have a profile with no symbols * Re-symbolicate the profile Expected behavior: * The profile should be treated as a local profile, sharing it...
https://share.firefox.dev/3t1SsS2 My use case was I was profiling a new feature I'm working on, that calls out into OS-libraries on a background thread. I didn't really know where and what...
The JSDoc types do not include an example of importing a type with a generic. e.g. this is the correct way: ``` /** * @template T * @typedef {import("../types").ThunkAction} ThunkAction...
This PR changes some of the visual layout behavior of the perfherder graph. This change was motivated with the inconsistent feeling of looking at the data on different monitor setups....