servo/components/profile_traits
modal-d17 af445a357d Measure cache memory usage (#19251):
Made the memory cache data structure derive MallocSizeOf, along with
manual size_of() implementations in malloc_size_of.

Added a Measurable struct that acts as a container for fields size_of() can be called for.

Added a new IpcReceiver used for listening to messages from the memory profiler,
and used run_with_memory reporting to register a memory reporter in the thread.
Now when a message from the memory profiler arrives, report includes sizes of public and private http caches.

Updated test file.
2018-04-01 13:30:57 -04:00
..
Cargo.toml Bump env_logger to 0.5 and log to 0.4 in every servo crate 2018-03-28 19:50:58 +02:00
energy.rs Add check up on extern crate order and sort extern crates alphabetically 2015-11-28 03:11:08 +01:00
ipc.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00
lib.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00
mem.rs Measure cache memory usage (#19251): 2018-04-01 13:30:57 -04:00
time.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00