servo/components/gfx
Nicholas Nethercote a21f6c407c Measure paint task buffer maps in the memory profiler.
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.
2015-05-27 18:27:18 -07:00
..
display_list layout: Minor whitespace and formatting cleanups. 2015-05-13 12:00:55 -07:00
platform Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04: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 Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00
paint_task.rs Measure paint task buffer maps in the memory profiler. 2015-05-27 18:27:18 -07:00