• After you have done a few other things within the application, you may have profiling code to supplement Firebug (a Firefox extension).

    应用程序进行其他一些操作之后可以获得能够补充Firebug (Firefox扩展)的配置代码

    youdao

  • 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一个非常有用优化代码工具但是的作用是判断问题位置;它不能真正指出潜在问题什么以及如何解决这些问题。

    youdao

  • 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文件的功能,极大地简化了对产品代码中的内存问题概要

    youdao

  • The Health Center's Profiling perspective gives a method profile collected by regularly sampling the executing code.

    HealthCenterProfiling透视图提供一个方法概要,这个方法概要通过执行代码进行定期采样收集

    youdao

  • By starting your testing, debugging, and profiling early in the development cycle, you can enhance the quality, performance, and scalability of your finished code.

    通过尽早开发周期开始测试调试概要分析可以提高完成代码质量性能可伸缩性

    youdao

  • Code profiling should be done in the early stages of development, or as a first performance test after development.

    代码分析开发早期阶段进行将其作为开发第一个性能测试

    youdao

  • In general, profiling your code means determining how much time the computer spends in each part of your code.

    一般来说,剖析代码意味着确定计算机代码一部分所花费时间

    youdao

  • 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测试代码优化可能不同实际代码的优化。

    youdao

  • 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.

    收集了响应时间分解数据后,可以使用性能分析工具对数据进行分析以便确定部分代码导致问题。

    youdao

  • At the highest optimization level, the recompilation is performed based on dynamic profiling data automatically generated from the executing code.

    最高优化级别上,根据正在执行的代码自动生成动态分析数据执行重新编译。

    youdao

  • 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.

    如果没有具体代码,那么很难演示具有意义分析下面这个示例是十分典型的代码,展示了从中所获得信息

    youdao

  • Other views help users locate gaps in code coverage during profiling runs.

    其他视图帮助使用者定位配置运行期间代码覆盖间隔

    youdao

  • As with any performance decision, profiling an application is the best way to get a handle on the real bottlenecks in the code.

    任何性能决策一样分析应用程序掌握代码真正瓶颈最佳方式

    youdao

  • This can be invaluable for lower-level tasks such as code profiling or precise delays in device drivers and other time-critical code.

    对于某些底层任务来说无价的,例如代码进行分析或者设备驱动程序其他严格时间要求的代码中进行精确延时

    youdao

  • Before moving into full performance testing, consider using a code profiling tool to analyze the application for potential inefficiencies and bottlenecks.

    进行全面性能测试之前请考虑使用代码分析工具应用程序进行分析,以发现潜在效率低下问题瓶颈问题

    youdao

  • 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安全模型集成

    youdao

  • Hotspot doesn't stop profiling your code once is has completed applying an optimization.

    Hotspot不会完成优化就停止代码的改动。

    youdao

  • As it executes, it gathers profiling data, used to decide which code sections are being executed frequently enough to merit compilation.

    HotSpot执行时,搜集性能分析数据用来决定哪个代码执行得足够频繁,值得编译。

    youdao

  • profiling that can be switched on and off with one line of code

    只用代码即可完成打开关闭之间的切换配置

    youdao

  • From kernel 2.6 on, OProfile is the suggested tool for profiling the code.

    2.6版本的内核开始,OProfile已经成为代码进行优化分析推荐工具

    youdao

  • Over time Hotspot and the JIT will convert the interpreted code into native code using profiling information.

    随着时间的流逝,HotspotJIT根据收集的信息解释型代码转化为本机代码。

    youdao

  • The dynamic profiling capability of WebSphere Portlet Factory helps developers to create multiple, highly customized applications from one code base.

    WebSpherePortletFactory动态概要分析功能可以帮助开发人员一个代码创建多个高度自定义应用程序

    youdao

  • Naturally, these would be supplemented with Rational's tools for testing, profiling, and code coverage.

    很自然这些工具通过使用Rational工具来弥补在测试代码覆盖上的缺乏。

    youdao

  • 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通常会运行代码段时间(常常是纯解释式运行),从而收集剖析信息(参见参考资料)。

    youdao

  • Psyco currently does not perform any sort of internal statistics or profiling, and does only minimal optimization of generated machine code.

    Psyco现在执行任何类型内部统计概要分析生成机器码进行最小优化

    youdao

  • Figure 10 shows a sample screenshot of the Quantify environment during its profiling of our command gateway code.

    10显示了分析我们commandgateway代码Quantify环境一个样截图

    youdao

  • Profiling a program to identify code segments or functions consuming the most time is also a dynamic analysis.

    通过预演程序鉴别其代码函数消耗大多数时间,它也是动态分析。

    youdao

  • Compare profiling results before and after code changes and determine the improvements you measure.

    代码更改前后比较分析结果确定测量改进

    youdao

  • To use performance profiling, we need to identify which code blocks need to be profiled.

    使用性能分析日志,我们需要确定哪些代码需要分析

    youdao

  • Collect profiling data on the changed code, and compare the profiling data of the original and changed data.

    变更程序收集程序码剖析资料比较原始变更资料的程序码剖析资料。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定