gecko-dev/tools/profiler
Mike Hommey 49ee506e32 Bug 1732208 - Silence the unused-but-set-variable warning in platform-linux-android.cpp. r=gerald
platform-linux-android.cpp:199:9: error: variable 'r' set but not used [-Werror,-Wunused-but-set-variable]
    int r = sem_init(&mMessage2, /* pshared */ 0, 0);
        ^
platform-linux-android.cpp:206:9: error: variable 'r' set but not used [-Werror,-Wunused-but-set-variable]
 not used [-Werror,-Wunused-but-set-variable]
    int r = sem_destroy(&mMessage2);
        ^

Differential Revision: https://phabricator.services.mozilla.com/D126459
2021-09-28 00:02:47 +00:00
..
core Bug 1732208 - Silence the unused-but-set-variable warning in platform-linux-android.cpp. r=gerald 2021-09-28 00:02:47 +00:00
docs Bug 1728544 - Make the MarkerSchema::Format enum class values CamelCased r=gerald 2021-09-03 14:30:10 +00:00
gecko Bug 1728544 - Make the MarkerSchema::Searchable enum class values CamelCased r=gerald 2021-09-03 14:30:10 +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 1654413 - Deserialize and stream the markers and marker schemas r=emilio,gerald 2021-09-21 11:08:12 +00:00
rust-api Bug 1654413 - Deserialize and stream the markers and marker schemas r=emilio,gerald 2021-09-21 11:08:12 +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 1728993 - Test basic health of every combination of the most important features - r=florian 2021-09-09 09:37:29 +00:00
moz.build Bug 1654413 - Deserialize and stream the markers and marker schemas r=emilio,gerald 2021-09-21 11:08:12 +00:00