Bug 1932501 - Fix the profiler description for mFreedRefCounted, r=mccr8

Differential Revision: https://phabricator.services.mozilla.com/D229702
This commit is contained in:
Olli Pettay 2024-11-20 22:00:36 +00:00
parent fe9c5e70cc
commit 34f05a8286

View File

@ -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},