servo/components/gfx
bors-servo 10127d6b5a Auto merge of #6199 - nnethercote:instrument-paint-task-buffer-map, r=pcwalton
Example output from the memory profiler:

```
|       1.04 MiB -- url(http://en.wikipedia.org/wiki/Main_Page)
|          0.26 MiB -- display-list
|          0.78 MiB -- paint-task       # new output line
|             0.78 MiB -- buffer-map    # new output line
```

The buffer maps aren't huge, but they're worth measuring, and it's good
to get the memory profiler plumbing into PaintTask.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6199)
<!-- Reviewable:end -->
2015-05-28 22:45:34 -05:00
..
display_list layout: Minor whitespace and formatting cleanups. 2015-05-13 12:00:55 -07:00
platform Reduce unsafe-ness in FontContextHandle::new(). 2015-05-27 21:50:09 -07:00
text Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00
buffer_map.rs Measure paint task buffer maps in the memory profiler. 2015-05-27 18:27:18 -07:00
Cargo.toml Use harfbuzz bindings from crates.io 2015-05-26 14:47:34 +02:00
filters.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
font.rs layout: Implement per-glyph font fallback. 2015-05-22 17:16:24 -07:00
font_cache_task.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
font_context.rs Remove unused imports. 2015-05-06 19:20:10 +02:00
font_template.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
lib.rs Measure paint task buffer maps in the memory profiler. 2015-05-27 18:27:18 -07:00
paint_context.rs Turn off default antialiasing for most DrawOptions. 2015-05-28 18:42:16 +02:00
paint_task.rs Measure paint task buffer maps in the memory profiler. 2015-05-27 18:27:18 -07:00