servo/components/util
Nicholas Nethercote ce36e574f4 Rename lots of profiling-related things.
------------------------------------------------------------------------
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.
2015-03-25 16:00:23 -07:00
..
deque Fix overflowed arithmetic. 2015-03-19 09:31:40 -06:00
cache.rs rm unnecessary old_impl_check 2015-03-19 07:16:03 +05:30
Cargo.toml Implementing canvas drawImage API for HTML Canvas elements as image source 2015-03-24 12:23:15 -07:00
cursor.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
debug_utils.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
fnv.rs Remove allow(missing_copy_implementations) attributes. 2015-03-23 10:49:44 +01:00
geometry.rs Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
lib.rs Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
linked_list.rs Remove workaround for rust-lang/rust#22244 2015-03-18 14:44:34 -07:00
logical_geometry.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
mem.rs Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
namespace.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
opts.rs Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
persistent_list.rs Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
range.rs Fix more warnings everywhere. 2015-03-18 22:11:20 +01:00
resource_files.rs Fix warnings related to std::fs::PathExt on Android. 2015-03-25 16:54:34 +01:00
str.rs Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00
task.rs Fix some warnings in util. 2015-03-18 21:35:06 +01:00
task_state.rs util: Turn on ndebug in release mode, and fix task-state to not crash 2015-03-20 10:09:52 -07:00
taskpool.rs Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00
tid.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
vec.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
workqueue.rs Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00