It includes stack frames and local variables, but unlike a true thread it is not executable.
它包含了栈帧和局部变量,但与真正的线程不同的是它无法执行。
Contains the thread and method call stack frames.
包含线程和方法调用堆栈框架。
By expanding the current thread and the method frames in the thread, you can look at the objects associated with those methods.
通过展开当前线程和线程中的方法帧,您就能够查看与这些方法相关的对象。
In turn, for each suspended thread, a list of stack frames is visible, representing the call hierarchy.
反过来,对于每一个暂停的线程,可以看到一系列的栈框架,代表了访问的层级结构。
The flow of control followed by the thread is represented within the JVM as a stack of frames.
在JVM 中,线程的控制流表示为帧堆栈(stackof frame)。
If the thread is suspended, its stack frames are shown as child elements.
如果暂挂一个线程,则其堆栈帧显示为子元素。
Gets the previous chain of frames for the thread.
获取线程的下一个帧链。
The system segments every video into frames, then overlays the frame image and displays it in turn in a new playing thread.
该系统先对各视频进行分割,再将分割后的各帧图像叠加处理,在此基础上建立一个播放线程,将处理结果依次显现出来。
Skipped 31 frames! The application may be doing too much work on its main thread.
这个不一定是你程序的问题,只是说可能是主线程的工作太多而已。
Gets the collection of stack frames through which this thread is executing.
获取此线程执行时所用堆栈帧的集合。
Gets the collection of stack frames through which this thread is executing.
获取此线程执行时所用堆栈帧的集合。
应用推荐