To identify the Go functions consuming the most CPU in your GKE-deployed application for optimization, what steps should you take? (Optional code block if applicable, corrected for syntax/typos): ```go // Example placeholder for potential code needing correction func highCPUFunction() { for { // CPU-intensive operations } } ``` | Google Professional Cloud Developer Quiz - LeetQuiz