gecko-dev/tools/profiler
Gerald Squelart 3330214613 Bug 1740247 - Add labels in gtest so that stacks are not empty even when native stack-walking is not available - r=canaltinova
On some platforms (e.g., Mac beta or release), native stack-walking is currently unavailable. In this case, simple tests with with no labels (or other non-native frames) would be totally empty, and would fail when expecting any data in the "samples" sections of profiles.
This is fixed by adding one label, which guarantees that stacks won't be empty.

Differential Revision: https://phabricator.services.mozilla.com/D131100
2021-11-16 21:23:29 +00:00
..
core Bug 1643637: Make MOZ_PROFILER_STARTUP_ENTRIES understand sizes with units r=gerald 2021-11-12 11:38:12 +00:00
docs Bug 1728539 - Add a documentation about profiler Rust API r=gerald 2021-10-06 07:58:49 +00:00
gecko Bug 1738627 - profiler_thread_is_being_profiled_for_markers - r=canaltinova 2021-11-08 23:59:35 +00:00
lul Bug 1721569 - Handle different sizes of Profiler{Process,Thread}Id - r=florian 2021-08-11 03:27:50 +00:00
public Bug 1738627 - MOZ_PROFILER_STARTUP_FEATURES {cpu,stacks,markers}allthreads - r=canaltinova 2021-11-08 23:59:37 +00:00
rust-api Bug 1733335 - Make std::vector an opaque type in the profiler Rust API r=emilio 2021-10-11 07:59:11 +00:00
rust-helper Bug 1710097 - Use the memmap2 crate in place of the unmaintained memmap crate r=mstange 2021-09-10 19:46:14 +00:00
tests Bug 1740247 - Add labels in gtest so that stacks are not empty even when native stack-walking is not available - r=canaltinova 2021-11-16 21:23:29 +00:00
moz.build Bug 1738285 - move AUTO_PROFILE_FOLLOWING_RUNNABLE to its own header, r=gerald. 2021-10-28 20:35:06 +00:00