diff options
author | Nicholas Nethercote <nnethercote@mozilla.com> | 2015-03-11 19:51:58 -0700 |
---|---|---|
committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2015-03-16 18:12:28 -0700 |
commit | fa9ca206efefea850ef1d8c8b43513653ff07507 (patch) | |
tree | 678265c9feeaeb5189942b9ceebc1b0561737feb /tests/wpt/web-platform-tests/css/css-scroll-anchoring/nested-overflow-subtree-layout.html | |
parent | ece2711185cffa8ade21b0ab9538bc1be79cadb9 (diff) | |
download | servo-fa9ca206efefea850ef1d8c8b43513653ff07507.tar.gz servo-fa9ca206efefea850ef1d8c8b43513653ff07507.zip |
Remove the fake memory profiler thread.
Currently if you don't specify the '-m' option, a fake do-nothing memory
profiler thread gets created instead of the real one. It ignores all
events except for `Exit`. And the timer thread doesn't get created so no
`Print` events are sent.
This changeset instead always creates the real thread. If you specify
'-m' the *timer* thread is still absent and it won't print anything.
However, the memory profiler thread will respond to register/unregister
events, which is good, because if there's a bug in those (e.g.
double-registration of a particular name) it'll show up in invocations
that lack '-m'.
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-scroll-anchoring/nested-overflow-subtree-layout.html')
0 files changed, 0 insertions, 0 deletions