সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
CPU হট স্পট সনাক্ত করতে কলস্ট্যাকগুলি কার্যকর, বা কোডের বিভাগগুলি যেগুলি কার্যকর করতে দীর্ঘ সময় নেয়। কলস্ট্যাক আপনাকে বুঝতে সাহায্য করে যে কোডের কোন অংশটি কার্যকর করা হয়েছে এবং কেন এটি চালু করা হয়েছে।
কলস্ট্যাকের নমুনা ওভারভিউ
কলস্ট্যাকের নমুনা নিতে, অ্যান্ড্রয়েড স্টুডিও প্রোফাইলার হোম ট্যাব থেকে সিপিইউ হটস্পট (কলস্ট্যাকের নমুনা) টাস্ক খুঁজুন । রেকর্ডিং পার্স করার পরে আপনি নিম্নলিখিত ভিজ্যুয়ালগুলি দেখতে পাবেন:
CPU ব্যবহার এবং ইন্টারঅ্যাকশন টাইমলাইন পরিপূরক করতে, থ্রেড বিভাগটি আপনার অ্যাপ এবং সিস্টেমের প্রতিটি কলের জন্য ফ্রেম দেখায়। কলস্ট্যাকের নমুনা নেভিগেট করার জন্য এখানে কিছু টিপস রয়েছে:
আগ্রহের থ্রেড প্রসারিত করুন এবং স্ট্যাক ফ্রেম নেভিগেট করতে কীবোর্ড শর্টকাট ব্যবহার করুন। বিশ্লেষণ ফলকে ইভেন্ট এবং সম্পর্কিত কল সম্পর্কে বিশদ বিবরণ পেতে একটি স্ট্যাক ফ্রেমে ক্লিক করুন।
নির্দিষ্ট ধরণের স্ট্যাক ফ্রেমে ফিল্টার করতে, ফ্রেম সঙ্কুচিত করুন ক্লিক করুন এবং আপনি যে ফ্রেমের ধরনগুলি লুকাতে চান তা পরীক্ষা করুন৷ থ্রেড এবং অ্যানালাইসিস উভয় বিভাগ থেকে ফ্রেম ভেঙে ফেলার ফলে সেগুলিকে সরিয়ে দেওয়া হয়। আপনার তদন্তের উপর নির্ভর করে, আপনি জাভা ভার্চুয়াল মেশিন (উদাহরণস্বরূপ android::AndroidRuntime::start এবং art::{...} ), এবং সিস্টেম কার্নেল (উদাহরণস্বরূপ [kernel.kallsyms]+{offset} থেকে ফ্রেমগুলি ভেঙে ফেলতে চাইতে পারেন [kernel.kallsyms]+{offset} )। সাধারণত এটি [kernel.kallsyms] , /apex/ , এবং /system/* এর সাথে সম্পর্কিত ফ্রেম ভেঙে পড়ার সাথে মিলে যায়।
যেহেতু একটি জাভা/কোটলিন প্রোগ্রাম সাধারণত একটি জাভা ভার্চুয়াল মেশিনের মাধ্যমে সঞ্চালিত হয়, যখন অ্যান্ড্রয়েড স্টুডিও একটি জাভা/কোটলিন প্রোগ্রামের জন্য কলস্ট্যাক সংগ্রহ করে, কলস্ট্যাকে সাধারণত শুধুমাত্র জাভা/কোটলিন কোড নয় বরং প্রোগ্রামটি চালানোর জন্য প্রয়োজনীয় নেটিভ কোডও অন্তর্ভুক্ত থাকে এবং প্রোগ্রামটি সিস্টেম এবং হার্ডওয়্যারের সাথে কথা বলার জন্য।
একটি স্ট্যাক ফ্রেমের সাথে যুক্ত সোর্স কোডে লাফ দিতে, ফ্রেমে ডান-ক্লিক করুন এবং জাম্প টু সোর্সে ক্লিক করুন।
ইভেন্ট টেবিলে একটি ইভেন্টের সাথে যুক্ত স্ট্যাক ফ্রেম হাইলাইট করতে, ইভেন্টটিতে ক্লিক করুন।
অভ্যন্তরীণভাবে, অ্যান্ড্রয়েড স্টুডিও আপনার অ্যাপের নেটিভ কোড ট্রেস করতে simpleperf ব্যবহার করে। আপনি যদি Simpleperf-এর জন্য অতিরিক্ত বিকল্পগুলি নির্দিষ্ট করতে চান, যেমন নির্দিষ্ট ডিভাইস CPU-র নমুনা নেওয়া বা উচ্চ নির্ভুলতায় নমুনার সময়কাল নির্দিষ্ট করা, আপনি কমান্ড লাইন থেকে simpleperf ব্যবহার করতে পারেন।
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 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-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Sample the callstack\n\nCallstacks are useful for identifying *CPU hot spots*, or sections of code that\ntake a long time to execute. Callstacks help you understand which part of the\ncode has been executed, and why it was invoked.\n| **Note:** To sample the callstack, you must deploy your app to a device running Android 8.0 (API level 26) or higher.\n\nCallstack sample overview\n-------------------------\n\nTo sample the callstack,\n[select the **Find CPU Hotspots (Callstack Sample)** task](/studio/profile#start-profiling)\nfrom the Android Studio Profiler **Home** tab. After the recording is parsed you\nsee the following visuals:\n\nTo supplement the\n[**CPU Usage** and **Interactions** timelines](/studio/profile/cpu-profiler),\nthe **Threads** section shows frames for every call that your app and the system\nmakes. Here are some tips for navigating the callstack sample:\n\n- Expand the thread of interest and use [keyboard shortcuts](/studio/profile/cpu-profiler#ui-shortcuts) to navigate the stack frames. Click a stack frame to get details about the event and related calls in the **Analysis** pane.\n- To filter to certain types of stack frames, click **Collapse frames** and check the frame types you want to hide. Collapsing frames removes them from both the **Threads** and **Analysis** sections. Depending on your investigation, you might want to collapse frames from the Java virtual machine (for example `android::AndroidRuntime::start` and `art::{...}`), and the system kernel (for example `[kernel.kallsyms]+{offset}`). Usually this corresponds to collapsing frames related to `[kernel.kallsyms]`, `/apex/`, and `/system/*`.\n\nBecause a Java/Kotlin program typically executes through a Java virtual machine,\nwhen Android Studio collects the callstack for a Java/Kotlin program, the\ncallstack usually includes not just the Java/Kotlin code but also the native\ncode required to run the program itself and for the program to talk with the\nsystem and hardware.\n\n- To jump to the source code associated with a stack frame, right-click the frame and click **Jump to source**.\n- To highlight the stack frame associated with an event in the event table, click the event.\n\nFor information about the other visuals, see\n[Record a system trace](/studio/profile/cpu-profiler) and the\n[chart glossary](/studio/profile/chart-glossary/flame-chart).\n\nSample native code using the command line\n-----------------------------------------\n\nInternally, Android Studio uses [simpleperf](/ndk/guides/simpleperf) to trace\nyour app's native code. If you want to specify additional options for\nSimpleperf, such as sampling specific device CPUs or specifying sampling\ndurations at a high accuracy, you can\n[use simpleperf from the command line](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md)."]]