เรียกใช้เครื่องมือสร้างโปรไฟล์แบบสแตนด์อโลน
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
Profiler ของ Android Studio แบบสแตนด์อโลนช่วยให้คุณสร้างโปรไฟล์แอปได้โดยไม่ต้องเรียกใช้
IDE ของ Android Studio แบบเต็ม
หากต้องการเรียกใช้โปรไฟล์เลอร์แบบสแตนด์อโลน ให้ทำดังนี้
- ตรวจสอบว่า Profiler ไม่ได้ทำงานอยู่ภายใน Android
Studio
ไปที่ไดเรกทอรีการติดตั้งและไปที่ไดเรกทอรี bin
โดยใช้คำสั่งต่อไปนี้
Windows/Linux: studio-installation-folder/bin
macOS: ไม่รองรับการใช้โปรไฟล์เลอร์แบบสแตนด์อโลนใน macOS
- เรียกใช้
profiler.exe
หรือ
profiler.sh
โดยขึ้นอยู่กับระบบปฏิบัติการของคุณ หน้าจอสแปลชของ Android Studio จะปรากฏขึ้น หลังจากหน้าจอ
Splash หายไป หน้าต่างโปรไฟล์เลอร์จะเปิดขึ้น
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# Run the standalone profiler\n\nThe standalone Android Studio profiler lets you [profile your app](/studio/profile) without running\nthe full Android Studio IDE.\n\nTo run the standalone profiler, do the following:\n\n1. Make sure the profiler is not currently running inside of Android Studio.\n2. Go to the installation directory and navigate to the `bin`\n directory:\n\n **Windows/Linux** : \u003cvar translate=\"no\"\u003estudio-installation-folder\u003c/var\u003e`/bin`\n\n **macOS**: The use of standalone profilers is not supported on macOS.\n3. Depending on your OS, run `profiler.exe` or `profiler.sh`. The Android Studio splash screen appears. After the splash screen disappears, a profiler window opens."]]