From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- mozglue/baseprofiler/public/BaseProfilerState.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mozglue/baseprofiler') diff --git a/mozglue/baseprofiler/public/BaseProfilerState.h b/mozglue/baseprofiler/public/BaseProfilerState.h index f9df8d2975..32d99cc238 100644 --- a/mozglue/baseprofiler/public/BaseProfilerState.h +++ b/mozglue/baseprofiler/public/BaseProfilerState.h @@ -238,7 +238,10 @@ class MOZ_RAII AutoProfilerStats { "every CPU core for every profiler sample.") \ \ MACRO(23, "bandwidth", Bandwidth, \ - "Record the network bandwidth used for every profiler sample.") + "Record the network bandwidth used for every profiler sample.") \ + MACRO(24, "memory", Memory, \ + "Track the memory allocations and deallocations per process over " \ + "time.") // *** Synchronize with lists in ProfilerState.h and geckoProfiler.json *** struct ProfilerFeature { -- cgit v1.2.3