aboutsummaryrefslogtreecommitdiffstats
path: root/components/background_hang_monitor/tests/hang_monitor_tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Dont use lazy static to construct mutexes (#33047)Simon Wülker2024-08-141-3/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+7
* remove `extern crate` (#30311)Samson2023-09-081-4/+1
* fix(bhm): deliver exit signal reliably when component registration and signal...yvt2021-06-201-23/+70
* Disable intermittent unit tests on macos.Josh Matthews2021-05-261-2/+2
* Ignore warnings.Josh Matthews2021-03-141-0/+2
* Disable hanging hang monitor tests on windowsJosh Matthews2021-03-121-0/+4
* improve reliability of hang monitor testsGregory Terzian2020-07-071-7/+13
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-5/+65
* Remove sampling profiler unit test.Josh Matthews2019-06-141-50/+0
* Auto merge of #23139 - gterzian:bounded_profiler_with_buffer_feedback, r=jdmbors-servo2019-03-311-2/+6
|\
| * bound sampler bufferGregory Terzian2019-03-311-2/+6
* | add linux samplerGregory Terzian2019-03-291-1/+15
|/
* Add unit test for sampling profiler.Josh Matthews2019-03-261-11/+57
* unregister components while exitingcsmoe2018-12-171-0/+27
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-271-1/+1
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-0/+107