使用 Dart VM 的內建觀測工具,可分析並修正 Dart 應用程式的效能問題。與執行中的 VM 建立對等互連,並即時取得記憶體和 CPU 用量的相關意見回饋。
最佳化 Dart 應用程式
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-09 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-09 (世界標準時間)。"],[[["Use the Dart VM's Observatory tool to analyze performance issues in your Dart applications."],["The Observatory tool allows you to inspect a running VM instance and get live feedback on memory and CPU utilization."]]],["The Dart VM's Observatory tool allows for real-time analysis and resolution of performance issues within Dart applications. It enables users to examine a running Virtual Machine (VM), providing immediate data on both memory consumption and CPU utilization. This capability helps identify and address bottlenecks, optimizing application performance.\n"]]