aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits/lib.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-05-01 12:25:09 +0200
committerMs2ger <ms2ger@gmail.com>2015-06-18 16:27:32 +0200
commit5e5be69b01a2c4060d2aafefa252fcefe2d946c5 (patch)
tree98c8399792d477e9c8fa8d98368503f3769d3e34 /components/profile_traits/lib.rs
parent7355bf1061a21114654c1e8abe1d752624200799 (diff)
downloadservo-5e5be69b01a2c4060d2aafefa252fcefe2d946c5.tar.gz
servo-5e5be69b01a2c4060d2aafefa252fcefe2d946c5.zip
Require documentation for the memory profiling module.
Diffstat (limited to 'components/profile_traits/lib.rs')
-rw-r--r--components/profile_traits/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/profile_traits/lib.rs b/components/profile_traits/lib.rs
index 25dbb0b4c5b..1a20a02c234 100644
--- a/components/profile_traits/lib.rs
+++ b/components/profile_traits/lib.rs
@@ -2,5 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+//! This module contains APIs for the `profile` crate used generically in the
+//! rest of Servo. These APIs are here instead of in `profile` so that these
+//! modules won't have to depend on `profile`.
+
pub mod mem;
pub mod time;