mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
------------------------------------------------------------------------ BEFORE AFTER ------------------------------------------------------------------------ util::memory util::mem - heap_size_of - heap_size_of (unchanged) - SizeOf - HeapSizeOf - size_of_excluding_self - heap_size_of_children prof::mem prof::mem - MemoryProfilerChan - ProfilerChan - MemoryReport - Report - MemoryReportsChan - ReportsChan - MemoryReporter - Reporter - MemoryProfilerMsg - ProfilerMsg - {R,UnR}egisterMemoryReporter - {R,UnR}egisterReporter - MemoryProfiler - Prof - ReportsForest - ReportsForest (unchanged) - ReportsTree - ReportsTree (unchanged) - SystemMemoryReporter - SystemReporter prof::time prof::time - TimeProfilerChan - ProfilerChan - TimerMetadata - TimerMetadata (unchanged) - Formatable - Formattable [spelling!] - TimeProfilerMsg - ProfilerMsg - TimeProfilerCategory - ProfilerCategory - TimeProfilerBuckets - ProfilerBuckets - TimeProfiler - Profiler - TimerMetadataFrameType - TimerMetadataFrameType (unchanged) - TimerMetadataReflowType - TimerMetadataReflowType (unchanged) - ProfilerMetadata - ProfilerMetadata (unchanged) In a few places both prof::time and prof::mem are used, and so module-qualification is needed to avoid overlap, e.g. time::Profiler and mem::Profiler. Likewise with std::mem and prof::mem. This is not a big deal. |
||
---|---|---|
.. | ||
deque | ||
cache.rs | ||
Cargo.toml | ||
cursor.rs | ||
debug_utils.rs | ||
fnv.rs | ||
geometry.rs | ||
lib.rs | ||
linked_list.rs | ||
logical_geometry.rs | ||
mem.rs | ||
namespace.rs | ||
opts.rs | ||
persistent_list.rs | ||
range.rs | ||
resource_files.rs | ||
str.rs | ||
task.rs | ||
task_state.rs | ||
taskpool.rs | ||
tid.rs | ||
vec.rs | ||
workqueue.rs |