aboutsummaryrefslogtreecommitdiffstats
path: root/components/background_hang_monitor
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some new warningsSimon Sapin2019-06-225-9/+9
|
* Remove sampling profiler unit test.Josh Matthews2019-06-141-50/+0
|
* Hide windows sampler on arm64.Josh Matthews2019-06-111-1/+4
|
* Glutin update: dependencies updatePaul Rouget2019-05-251-1/+1
|
* Revert "Glutin update: dependencies update"Josh Matthews2019-05-221-1/+1
| | | | This reverts commit 30fb18e7113c108bf93be93f7675a9574fd761a5.
* Glutin update: dependencies updatePaul Rouget2019-05-221-1/+1
|
* Auto merge of #23139 - gterzian:bounded_profiler_with_buffer_feedback, r=jdmbors-servo2019-03-312-8/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 -->
| * bound sampler bufferGregory Terzian2019-03-312-8/+21
| |
* | Add linking hack to work around older libunwind package versions.Josh Matthews2019-03-291-0/+5
| |
* | Use libunwind to walk the stack of the paused thread.Josh Matthews2019-03-291-8/+75
| |
* | add linux samplerGregory Terzian2019-03-296-6/+244
|/
* Add unit test for sampling profiler.Josh Matthews2019-03-261-11/+57
|
* Support multiprocess in sampling profiler.Josh Matthews2019-03-263-88/+67
|
* Add a sampling profiler and a script to generate profiles for use with Gecko ↵Josh Matthews2019-03-263-15/+154
| | | | tooling.
* fix frame-pointer stackwalkingGregory Terzian2019-01-291-1/+12
|
* unregister components while exitingcsmoe2018-12-172-0/+39
|
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-277-7/+7
|
* introduce a background-hang-monitor:Gregory Terzian2018-11-268-0/+691
Mac-Os implementation of a thread sampler, Linux and Windows skeleton implementations.