servo/etc
bors-servo eb09d8c6e2
Auto merge of #20259 - vugarmammadli:master, r=jdm
Support memory report logs with interleaved non-report output

<!-- Please describe your changes on the following line: -->
`line 30-31` in `servo/etc/memory_reports_over_time.py`  should just ignore any line that doesn't begin with `|`.

The new if statement added such as `if line.startswith('|'):` then continue to append. So, only lines begin with `|` will be appended.

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

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

<!-- 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/20259)
<!-- Reviewable:end -->
2018-03-19 10:21:21 -04:00
..
ci Remove update-manifest argument that is no longer valid. 2018-03-16 21:49:24 -04:00
doc.servo.org Add an index.html page for geckolib docs 2017-06-12 03:27:50 +03:00
layout_viewer Layout viewer now uses local copy of jquery. 2017-03-16 18:38:33 +02:00
cert_generator.js Update cert-generator and certs 2017-03-14 08:01:54 -07:00
jsdefine Cargoify servo 2014-09-08 20:21:42 -06:00
memory_chart.html Add tool to chart memory usage from reports. 2018-03-08 22:46:42 -05:00
memory_reports_over_time.py Support memory report logs with interleaved non-report output, added automated tests 2018-03-19 09:49:09 -04:00
patch-trace-template.py profile: Integrate the time profiler with the macOS signpost 2016-10-01 00:12:49 -07:00
rustdoc-style.html Cargoify servo 2014-09-08 20:21:42 -06:00
rustdoc-with-private Revert "Use rustdoc --document-private-item instead of deprecated flags" 2018-01-10 18:05:28 +01:00
servo.sb Cargoify servo 2014-09-08 20:21:42 -06:00
servo_gdb.py Add flake8 to the tidy process for Python files 2015-06-04 11:17:34 -04:00
valgrind-memcheck.supp Add a valgrind suppression file. 2015-12-17 10:36:03 -06:00