mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
Require documentation for the memory profiling module.
This commit is contained in:
parent
7355bf1061
commit
5e5be69b01
2 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue