mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1932501 - Fix the profiler description for mFreedRefCounted, r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D229702
This commit is contained in:
parent
fe9c5e70cc
commit
34f05a8286
@ -1324,7 +1324,7 @@ struct CCIntervalMarker : public mozilla::BaseMarkerType<CCIntervalMarker> {
|
|||||||
"Refcounted Objects Visited", MS::Format::Integer},
|
"Refcounted Objects Visited", MS::Format::Integer},
|
||||||
{"mVisitedGCed", MS::InputType::Uint32, "GC Objects Visited",
|
{"mVisitedGCed", MS::InputType::Uint32, "GC Objects Visited",
|
||||||
MS::Format::Integer},
|
MS::Format::Integer},
|
||||||
{"mFreedRefCounted", MS::InputType::Uint32, "GC Objects Freed",
|
{"mFreedRefCounted", MS::InputType::Uint32, "Refcounted Objects Freed",
|
||||||
MS::Format::Integer},
|
MS::Format::Integer},
|
||||||
{"mFreedGCed", MS::InputType::Uint32, "GC Objects Freed",
|
{"mFreedGCed", MS::InputType::Uint32, "GC Objects Freed",
|
||||||
MS::Format::Integer},
|
MS::Format::Integer},
|
||||||
|
Loading…
Reference in New Issue
Block a user