After you have done a few other things within the application, you may have profiling code to supplement Firebug (a Firefox extension).
在应用程序中进行了其他一些操作之后,您可以获得能够补充Firebug (Firefox扩展)的配置代码。
Profiling is a useful tool for optimizing code, but all it does is identify the potential location of the problem; it doesn't actually point out what the potential issue is or how to resolve it.
Profiling是一个非常有用的优化代码的工具,但是它的作用是判断问题的位置;它并不能真正指出潜在的问题是什么,以及如何解决这些问题。
Profiling memory problems in production code is greatly simplified by using the "attach to process" feature, along with the ability to import memory dump files.
通过使用“依附进程”特性,以及导入内存dump文件的功能,极大地简化了对产品代码中的内存问题的概要。
The Health Center's Profiling perspective gives a method profile collected by regularly sampling the executing code.
HealthCenter的Profiling透视图提供一个方法概要,这个方法概要通过对执行代码进行定期采样收集。
By starting your testing, debugging, and profiling early in the development cycle, you can enhance the quality, performance, and scalability of your finished code.
通过尽早在开发周期中开始您的测试、调试和概要分析,您可以提高完成代码的质量、性能和可伸缩性。
Code profiling should be done in the early stages of development, or as a first performance test after development.
代码分析应在开发的早期阶段进行,或将其作为开发后的第一个性能测试。
In general, profiling your code means determining how much time the computer spends in each part of your code.
一般来说,剖析代码意味着确定计算机在代码的每一部分所花费的时间。
Because runtime compilation USES profiling data to guide its optimization, the JIT may well optimize the test code differently than it would real code.
因为运行时编译使用概要数据来指导优化,所以JIT对测试代码的优化可能不同于对实际代码的优化。
After you have collected response time breakdown data, you can analyze the results in the profiling tools to identify exactly what part of the code is causing the problem.
在您收集了响应时间分解数据后,就可以使用性能分析工具对数据进行分析,以便确定哪部分代码导致了问题。
At the highest optimization level, the recompilation is performed based on dynamic profiling data automatically generated from the executing code.
在最高优化级别上,根据从正在执行的代码自动生成的动态分析数据执行重新编译。
While it's difficult to demonstrate meaningful profiling without a substantial body of code, the next example does show the amount and kind of information you can yield from more exemplary code.
如果没有具体的代码,那么很难演示具有意义的分析,下面这个示例是十分典型的代码,展示了从中所能获得的信息。
Other views help users locate gaps in code coverage during profiling runs.
其他的视图帮助使用者定位在配置运行期间,代码覆盖的间隔。
As with any performance decision, profiling an application is the best way to get a handle on the real bottlenecks in the code.
与任何性能决策一样,分析应用程序是掌握代码中真正瓶颈的最佳方式。
This can be invaluable for lower-level tasks such as code profiling or precise delays in device drivers and other time-critical code.
这对于某些底层任务来说是无价的,例如对代码进行分析,或者在设备驱动程序或其他严格时间要求的代码中进行精确的延时。
Before moving into full performance testing, consider using a code profiling tool to analyze the application for potential inefficiencies and bottlenecks.
进行全面性能测试之前,请考虑使用代码分析工具对应用程序进行分析,以发现潜在的效率低下问题和瓶颈问题。
We needed to customize the security code that identified users by a w3 profiling cookie to integrate it with the WebSphere Portal security model.
我们需要自定义通过w3概要分析cookie来识别用户的安全代码,并通过WebSpherePortal安全模型来集成。
Hotspot doesn't stop profiling your code once is has completed applying an optimization.
Hotspot不会在完成一次优化后就停止对代码的改动。
As it executes, it gathers profiling data, used to decide which code sections are being executed frequently enough to merit compilation.
当HotSpot执行时,会搜集性能分析数据,用来决定哪个代码段执行得足够频繁,值得编译。
profiling that can be switched on and off with one line of code
只用一行代码即可完成打开与关闭之间的切换配置
From kernel 2.6 on, OProfile is the suggested tool for profiling the code.
从2.6版本的内核开始,OProfile已经成为对代码进行优化分析的推荐工具。
Over time Hotspot and the JIT will convert the interpreted code into native code using profiling information.
随着时间的流逝,Hotspot和JIT会根据收集的信息将解释型代码转化为本机代码。
The dynamic profiling capability of WebSphere Portlet Factory helps developers to create multiple, highly customized applications from one code base.
WebSpherePortletFactory的动态概要分析功能可以帮助开发人员从一个代码库创建多个、高度自定义的应用程序。
Naturally, these would be supplemented with Rational's tools for testing, profiling, and code coverage.
很自然,这些工具可通过使用Rational工具来弥补在测试、调优和代码覆盖上的缺乏。
Modern JVMs typically let code run for a while (usually purely interpreted) in order to gather profiling information before doing Just-in-time (JIT) compilation (see Resources).
在执行即时(Just -in - time,JIT)编译之前,现代的JVM通常会运行代码一段时间(常常是纯解释式运行),从而收集剖析信息(参见参考资料)。
Psyco currently does not perform any sort of internal statistics or profiling, and does only minimal optimization of generated machine code.
Psyco现在不执行任何类型的内部统计或概要分析,只对生成的机器码进行最小优化。
Figure 10 shows a sample screenshot of the Quantify environment during its profiling of our command gateway code.
图10显示了在分析我们的commandgateway代码时Quantify环境的一个样例截图。
Profiling a program to identify code segments or functions consuming the most time is also a dynamic analysis.
通过预演一程序来鉴别其代码段或函数,消耗最大多数时间,它也是动态分析。
Compare profiling results before and after code changes and determine the improvements you measure.
代码更改前后比较分析结果,并确定您测量的改进。
To use performance profiling, we need to identify which code blocks need to be profiled.
要使用性能分析日志,我们需要确定哪些代码块需要分析。
Collect profiling data on the changed code, and compare the profiling data of the original and changed data.
对变更过的程序码收集程序码剖析资料,并比较原始和变更资料的程序码剖析资料。
应用推荐