servo/components/background_hang_monitor
bors-servo 31c02614be
Auto merge of #23139 - gterzian:bounded_profiler_with_buffer_feedback, r=jdm
Bound sampler buffer, add length feedback message, fix intermittence in test

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #23109 (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23139)
<!-- Reviewable:end -->
2019-03-31 10:27:13 -04:00
..
tests Auto merge of #23139 - gterzian:bounded_profiler_with_buffer_feedback, r=jdm 2019-03-31 10:27:13 -04:00
background_hang_monitor.rs Auto merge of #23139 - gterzian:bounded_profiler_with_buffer_feedback, r=jdm 2019-03-31 10:27:13 -04:00
Cargo.toml add linux sampler 2019-03-29 23:05:44 -04:00
lib.rs add linux sampler 2019-03-29 23:05:44 -04:00
sampler.rs add linux sampler 2019-03-29 23:05:44 -04:00
sampler_linux.rs Add linking hack to work around older libunwind package versions. 2019-03-29 23:05:45 -04:00
sampler_mac.rs fix frame-pointer stackwalking 2019-01-29 20:35:45 +08:00
sampler_windows.rs Update MPL license to https (part 5) 2018-11-27 19:09:17 +01:00