Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix some new warnings | Simon Sapin | 2019-06-22 | 5 | -9/+9 | |
| | ||||||
* | Remove sampling profiler unit test. | Josh Matthews | 2019-06-14 | 1 | -50/+0 | |
| | ||||||
* | Hide windows sampler on arm64. | Josh Matthews | 2019-06-11 | 1 | -1/+4 | |
| | ||||||
* | Glutin update: dependencies update | Paul Rouget | 2019-05-25 | 1 | -1/+1 | |
| | ||||||
* | Revert "Glutin update: dependencies update" | Josh Matthews | 2019-05-22 | 1 | -1/+1 | |
| | | | | This reverts commit 30fb18e7113c108bf93be93f7675a9574fd761a5. | |||||
* | Glutin update: dependencies update | Paul Rouget | 2019-05-22 | 1 | -1/+1 | |
| | ||||||
* | Auto merge of #23139 - gterzian:bounded_profiler_with_buffer_feedback, r=jdm | bors-servo | 2019-03-31 | 2 | -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 buffer | Gregory Terzian | 2019-03-31 | 2 | -8/+21 | |
| | | ||||||
* | | Add linking hack to work around older libunwind package versions. | Josh Matthews | 2019-03-29 | 1 | -0/+5 | |
| | | ||||||
* | | Use libunwind to walk the stack of the paused thread. | Josh Matthews | 2019-03-29 | 1 | -8/+75 | |
| | | ||||||
* | | add linux sampler | Gregory Terzian | 2019-03-29 | 6 | -6/+244 | |
|/ | ||||||
* | Add unit test for sampling profiler. | Josh Matthews | 2019-03-26 | 1 | -11/+57 | |
| | ||||||
* | Support multiprocess in sampling profiler. | Josh Matthews | 2019-03-26 | 3 | -88/+67 | |
| | ||||||
* | Add a sampling profiler and a script to generate profiles for use with Gecko ↵ | Josh Matthews | 2019-03-26 | 3 | -15/+154 | |
| | | | | tooling. | |||||
* | fix frame-pointer stackwalking | Gregory Terzian | 2019-01-29 | 1 | -1/+12 | |
| | ||||||
* | unregister components while exiting | csmoe | 2018-12-17 | 2 | -0/+39 | |
| | ||||||
* | Update MPL license to https (part 5) | Jan Andre Ikenmeyer | 2018-11-27 | 7 | -7/+7 | |
| | ||||||
* | introduce a background-hang-monitor: | Gregory Terzian | 2018-11-26 | 8 | -0/+691 | |
Mac-Os implementation of a thread sampler, Linux and Windows skeleton implementations. |