अपने ऐप्लिकेशन की लाइव जांच करें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अपने ऐप्लिकेशन की लाइव जांच करने से, आपको डिवाइस के सीपीयू के इस्तेमाल, थ्रेड गतिविधि, और मेमोरी के इस्तेमाल की खास जानकारी मिलती है. अगर आपको अपने ऐप्लिकेशन की प्रोफ़ाइलिंग शुरू करने के बारे में नहीं पता है, तो एक्सप्लोरेटरी विश्लेषण करने के लिए लाइव व्यू का इस्तेमाल करें. इसके बाद, जब आपको ऐसा व्यवहार दिखे जिसे ऑप्टिमाइज़ किया जा सकता है, तब प्रोफ़ाइलिंग से जुड़े खास टास्क के बारे में ज़्यादा जानें.
लाइव व्यू शुरू करने के लिए,
View Live Telemetry प्रोफ़ाइलिंग टास्क चुनें.
टास्क शुरू होने पर, यह रीयल टाइम में ये विज़ुअलाइज़ेशन दिखाना शुरू कर देता है:
- इंटरैक्शन: इससे टाइमलाइन के साथ-साथ, उपयोगकर्ता के इंटरैक्शन और ऐप्लिकेशन लाइफ़साइकल इवेंट दिखते हैं
(इसके लिए, debuggable ऐप्लिकेशन प्रोसेस
और एपीआई लेवल 26 या उसके बाद के वर्शन पर चलने वाला डिवाइस ज़रूरी है).
- सीपीयू का इस्तेमाल: इससे आपके ऐप्लिकेशन के सीपीयू के इस्तेमाल की रीयल-टाइम जानकारी मिलती है. यह जानकारी, सीपीयू के कुल उपलब्ध समय के प्रतिशत के तौर पर दिखती है. साथ ही, इससे यह भी पता चलता है कि आपका ऐप्लिकेशन कुल कितनी थ्रेड का इस्तेमाल कर रहा है. टाइमलाइन में, सिस्टम प्रोसेस या अन्य ऐप्लिकेशन जैसी दूसरी प्रोसेस के सीपीयू इस्तेमाल करने की जानकारी भी दिखती है. इससे, अपने ऐप्लिकेशन के सीपीयू इस्तेमाल करने की जानकारी की तुलना की जा सकती है. टाइमलाइन के हॉरिज़ॉन्टल ऐक्सिस पर माउस को घुमाकर, सीपीयू के इस्तेमाल से जुड़े पिछले डेटा की जांच की जा सकती है.
- थ्रेड: इसमें आपके ऐप्लिकेशन की प्रोसेस से जुड़ी हर थ्रेड की सूची होती है. साथ ही, इसमें टाइमलाइन के हिसाब से थ्रेड की गतिविधि के बारे में बताया जाता है. इसके लिए, इन रंगों का इस्तेमाल किया जाता है:
- हरा: थ्रेड चालू है या सीपीयू का इस्तेमाल करने के लिए तैयार है. इसका मतलब है कि यह चालू है या इसे चालू किया जा सकता है.
- पीला: थ्रेड चालू है, लेकिन यह I/O ऑपरेशन (उदाहरण के लिए, डिस्क या नेटवर्क I/O) का इंतज़ार कर रहा है, ताकि यह अपना काम पूरा कर सके.
- ग्रे: थ्रेड स्लीपिंग मोड में है और सीपीयू का इस्तेमाल नहीं कर रही है. ऐसा कभी-कभी तब होता है, जब थ्रेड को ऐसे संसाधन का ऐक्सेस चाहिए होता है जो अभी तक उपलब्ध नहीं है. थ्रेड या तो अपनी मर्ज़ी से स्लीप मोड में चला जाता है या कर्नल, थ्रेड को तब तक स्लीप मोड में डाल देता है, जब तक ज़रूरी संसाधन उपलब्ध नहीं हो जाता.
- सीपीयू प्रोफ़ाइलर, उन थ्रेड के सीपीयू इस्तेमाल की जानकारी भी देता है जिन्हें Android Studio और Android प्लैटफ़ॉर्म, आपके ऐप्लिकेशन प्रोसेस में जोड़ते हैं. जैसे,
JDWP
, Profile
Saver
, Studio:VMStats
, Studio:Perfa
, और Studio:Heartbeat
. हालांकि, थ्रेड ऐक्टिविटी टाइमलाइन में दिखने वाले सटीक नाम अलग-अलग हो सकते हैं.
Android Studio इस डेटा की रिपोर्ट करता है, ताकि यह पता लगाया जा सके कि थ्रेड की गतिविधि और सीपीयू का इस्तेमाल, आपके ऐप्लिकेशन के कोड की वजह से कब होता है.
- मेमोरी: इससे एक स्टैक किया गया ग्राफ़ दिखता है. इसमें यह दिखाया जाता है कि मेमोरी की हर कैटगरी कितनी मेमोरी का इस्तेमाल कर रही है. यह जानकारी, बाईं ओर मौजूद y-ऐक्सिस और सबसे ऊपर मौजूद कलर की से मिलती है.

इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. 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,["# Inspect your app live\n\nInspecting your app live gives you a high-level overview of the device's CPU\nusage, thread activity, and memory usage. If you don't know where to start with\nprofiling your app, use live view to conduct an exploratory analysis, and then\ndig deeper with the specific profiling tasks when you see behavior that can be\noptimized.\n\nTo start live view,\n[select the **View Live Telemetry** profiling task](/studio/profile#start-profiling).\nWhen the task starts, it starts displaying the following visualizations in real\ntime:\n\n- Interactions: Shows user interaction and app lifecycle events along a timeline (requires a [debuggable](/studio/profile#profileable-v-debuggable) app process and a device running API level 26 or higher).\n- CPU usage: Shows real-time CPU usage of your app---as a percentage of total available CPU time---and the total number of threads your app is using. The timeline also shows the CPU usage of other processes (such as system processes or other apps), so you can compare it to your app's usage. You can inspect historical CPU usage data by moving your mouse along the horizontal axis of the timeline.\n- Threads: Lists each thread that belongs to your app process and indicates its activity along a timeline using the following colors:\n - Green: The thread is active or is ready to use the CPU. That is, it's in a running or runnable state.\n - Yellow: The thread is active, but it's waiting on an I/O operation (for example, disk or network I/O) before it can complete its work.\n - Gray: The thread is sleeping and is not consuming any CPU time. This sometimes occurs when the thread requires access to a resource that is not yet available. Either the thread goes into voluntary sleep, or the kernel puts the thread to sleep until the required resource becomes available.\n - The CPU Profiler also reports CPU usage of threads that Android Studio and the Android platform add to your app process---such as `JDWP`, `Profile\n Saver`, `Studio:VMStats`, `Studio:Perfa`, and `Studio:Heartbeat` (although, the exact names displayed in the thread activity timeline might vary). Android Studio reports this data so that you can identify when thread activity and CPU usage are actually caused by your app's code.\n- Memory: Shows a stacked graph of how much memory is being used by each memory category, as indicated by the y-axis on the left and the color key at the top."]]