The information it captures is quite extensive, even catching all of the local variables on the stack when an event is triggered.
它能捕获到相当广泛的信息,甚至在事件触发时还能捕获到栈上的所有局部变量信息。
Automatic configuration is not available because the individual components of the virtualization stack do not have enough information to make tuning decisions.
无法进行自动配置,这是因为虚拟栈的单个组件没有足够信息来做出调优决策。
Events received from a remote node do not include user or process information or stack trace, even if the event producer supports it.
从远程节点接收到的事件不包含用户、进程信息或栈追踪,即使事件创造器支持。
They enable water to be pumped in a network that runs between the horizontal layers of a stack and the thousands of vertical interconnections that carry information between these layers.
水被允许抽入该网络,这个网络遍及芯片堆栈的各个水平层,并有数以千计的垂直连接点用于在各层次之间传输信息。
The software stack object contains several property elements for information such as where the virtual machine template is stored in the file repository.
软件堆栈对象包含信息的多个属性元素,如虚拟机模板在文件存储库中的存储位置等。
To provide that information, it is necessary to capture allocation stack traces for every object allocation, which is very expensive and is also not available in most formats of memory dumps.
要提供此信息,需要为每个对象分配捕获分配堆栈跟踪,此开销很大,并且在许多格式的内存转储中不可用。
The next three methods we will add to the history stack class are used for getting information from the class (see Listing 3).
给历史堆栈添加的以下三个方法用于从该类中获取信息(参见清单3)。
Services such as enterprise search, data quality and validation, and analytics in the information management stack are often good candidates for outsourcing.
信息管理栈中的企业搜索、数据质量与验证,以及分析等服务通常是外购的不错选择。
Tracing exceptions wherever they are caught ensures that valuable stack trace information can still be extracted from a production application.
跟踪异常(无论它们在何处捕获)保证了有价值的堆栈跟踪信息仍然可以从生产应用程序中抽取。
In the second case, the exception has been logged and the exception message and stack trace is available, but it doesn't contain the necessary information to resolve the exception's cause.
在第二种情况中,这个异常被记录下来,并且可以看到异常消息,也能够跟踪堆,但是它并不包含足够发现异常根源的必要信息。
As we stated earlier, services listed in the information management stack are typically provided through middleware.
正如我们前面所述,通常由中间件提供在信息管理堆栈中所列出的服务。
An analyzer that simply reports information it finds in the dump; for example, the number of address Spaces found, the stack information for all threads found, and so on.
一种报告在转储中查找到的信息的分析程序;例如,找到的地址空间数量、所有找到线程的堆栈信息,等等。
If you do not know that information for some elements of the stack (e.g. because the "application code" has not been tested yet, or so far has tested fine), you need another approach.
如果不知道该堆栈的一些元素的信息(例如因为“应用程序代码”还没有测试,或刚刚测试好),您需要另一种方法。
See Decoding Obfuscated Stack Traces for more information.
更多信息,查看解码混淆过的堆栈跟踪信息。
Consumption: Additionally, the whole purpose of previous work is to have some actors (including machines) to use it; thus information consumption sits on the top of the stack.
消费(Consumption):此外,前面工作的全部意图是需要有操作者(包括机器)来使用它;因此信息消费位于该堆栈的顶部。
Some SOAP implementations use the detail element to encode information about remote exceptions such as their type, data, and stack trace so that they can be rethrown automatically on the client.
一些SOAP执行使用Detail元素将有关远程异常的信息进行编码,比如它们的类型、数据和堆栈跟踪,这样它们可以在客户端再次被自动扔出。
Listing 4 shows yet another portion of the hprof output, giving call stack information for allocation sites for Map.Entry objects.
清单4展示了hprof输出的另一部分,给出了Map . Entry对象的分配点的调用堆栈信息。
Using this feature is an optimization that reduces overall code size because, by default, even if the code does not throw exceptions, cl still generates stack unwinding information for C++ sources.
使用这个特性可以对减少整体代码的大小进行优化,因为在缺省情况下,即使代码不会引发异常,cl仍然会为 C++ 源代码生成堆栈展开信息。
This allowed Emacs to display more information, including the call stack, local variables of the current stack and the status of any breakpoints.
这就使得Emacs可以显示更多的信息,包括调用堆栈、当前栈的局部变量以及各断点的状态。
In most cases, the web services stack also requires some additional information to apply the security to a message exchange.
在大多数情况下,Web服务堆栈还需要更多信息,才能对消息交换应用安全措施。
J2EE implementations usually provide additional information about the problem by supplementing the SOAP Fault element with a content of the execution stack.
通过给SOAPFault元素补充执行堆栈的内容,J2EE实现通常提供了与问题有关的额外信息。
It includes stack and heap information about the thread. Sort pool is used for following operations.
它包括与该线程堆栈和堆有关的信息。
We intend to start building a collection of analyzers that exploit this information to help diagnose a variety of problems in WebSphere Application Server and possibly other stack products.
我们打算开始构建一个分析程序集合,它将利用这些信息帮助诊断WebSphereApplicationServer以及可能的其他堆栈产品中的各种问题。
Quantify enabled us to understand the maximum and minimum times for execution at each step in the call stack, the time consumed by descendents, and other useful pieces of information.
Quantify 使我们能够了解到在调用栈中对于每一个部分的执行的最大和最小的时间,被派生的时间消耗和其他有用的信息。
This includes the collection of system data, as well as stack trace information, screen images and even fully indexed video capture of the testers' screen attached to the bug.
这包括系统数据集合、堆栈信息、屏幕截图以及测试人员屏幕的视频剪辑都将被附加到这个错误的信息中。
If it fails, it is denoted with a red X. Clicking the X provides stack trace information for debugging.
如果失败了,则用一个红色的x来表示。点击这个x则提供一些供调试用的线索信息。
The debugging information stored within a binary helps a programmer or debugger locate problem areas in a program, and find the stack trace when an error happens in an application.
二进制文件中存储的调试信息可以帮助程序员或调试人员寻找程序中出问题的地方,并在应用程序出错时找到栈跟踪。
But for the rest of us, nannies sit on a stack of information that has a high potential price, if not to the media, then to our employers.
但对于我们其他人然而言,保姆坐拥一堆有着极高潜在价值的信息,就算媒体不感兴趣,我们的雇主也必须有兴趣。
But for the rest of us, nannies sit on a stack of information that has a high potential price, if not to the media, then to our employers.
但对于我们其他人然而言,保姆坐拥一堆有着极高潜在价值的信息,就算媒体不感兴趣,我们的雇主也必须有兴趣。
应用推荐