From d12db5975687a87b6d36543747234200d0cdc3b5 Mon Sep 17 00:00:00 2001 From: twerth Date: Tue, 14 Aug 2018 07:53:40 -0700 Subject: Add experimental option to do add local cpu usage values to the JSON profile. RELNOTES: None PiperOrigin-RevId: 208646319 --- src/main/java/com/google/devtools/build/lib/profiler/ProfilerTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/com/google/devtools/build/lib/profiler/ProfilerTask.java') diff --git a/src/main/java/com/google/devtools/build/lib/profiler/ProfilerTask.java b/src/main/java/com/google/devtools/build/lib/profiler/ProfilerTask.java index 0d244f400c..93e06ec8c7 100644 --- a/src/main/java/com/google/devtools/build/lib/profiler/ProfilerTask.java +++ b/src/main/java/com/google/devtools/build/lib/profiler/ProfilerTask.java @@ -76,7 +76,7 @@ public enum ProfilerTask { CRITICAL_PATH("critical path", 0x666699), CRITICAL_PATH_COMPONENT("critical path component", 0x666699), HANDLE_GC_NOTIFICATION("gc notification", 0x996633), - __INCLUSION_LOOKUP("inclusion lookup", 0x000000), // unused + LOCAL_CPU_USAGE("cpu counters", 0x000000), __INCLUSION_PARSE("inclusion parse", 0x000000), // unused __PROCESS_SCAN("process scan", 0x000000), // unused __LOOP_OUTPUT_ARTIFACTS("loop output artifacts"), // unused -- cgit v1.2.3