• 而言之,面对这代码片段简短分析就说明了标准X应用程序通常执行哪些操作。

    All in all, the procedure outlined above in a short snippet of code mirrors what is usually performed in a standard X application.

    youdao

  • 如果分析数百大型程序寻找可重用代码,这将完全另一回事

    It's a completely different task to analyze several hundred large programs in search of a few reusable blocks of code.

    youdao

  • 结构化分析使架构师可以发现建立维护设计模式详细列表,通过他们应用程序代码的非模式实现

    Structural analysis allows architects to detect, build, and maintain an inventory of design patterns and anti-patterns implemented throughout their application's code.

    youdao

  • Quantify度量分析程序花费时间从而识别“热点无效代码

    Quantify measures and analyzes the time spent in your program to identify "hot spots" and inefficient code.

    youdao

  • seenGuardClauseAt:在所分析代码发现日志监护子程序计数器

    SeenGuardClauseAt: the value of the program counter when the logging guard clause is discovered in the analyzed code.

    youdao

  • 已经知道需要调试器分析工具分析运行代码还可以在不运行程序情况下代码了解很多

    You already know that you need a debugger or profiler to analyze running code, but you can learn a lot from code without ever running a program.

    youdao

  • 词组代码静态分析工具一个通用词汇,它表示用于在执行程序的情况下代码提取信息的工具。

    The phrase "source-code static analysis tool" is a general term for a tool that extracts information from the source code itself without executing the program.

    youdao

  • 举例来说,如果简单地所有文件执行语法分析程序,那么您就可以确保代码遵守预定义编码标准

    For example, if you simply parse all of the source files for a program, you can ensure that the source code adheres to a predefined coding standard.

    youdao

  • 分析评估分布少量程序中的代码没有什么问题任何熟悉代码的人都可以使用简单的文本编辑器进行工作。

    It's not much of a problem to analyze and evaluate the code spread across a few small programs; any programmer familiar with the code can do this using a comfortable text editor.

    youdao

  • 对于这个恶意计算机程序代码分析显示是被设计用于控制伊朗设施的机器设备。

    Analysis of the malicious computer code suggests it was designed to take control of machinery in Iran's nuclear facilities.

    youdao

  • 静态分析可以关注应用程序引发问题有创造性方面因而使得代码检查时间有生产力

    Static analysis allows you to focus on more creative aspects of issues that may arise in your application, thus making the time spent in code inspections that much more productive.

    youdao

  • 静态分析工具审核一个应用程序代码二进位清楚这个应用程序如何运行以及构建这个行为数学模型

    Static analysis tools look at the source code and binaries of an application, figure out how the application works, and build mathematical models of that behavior.

    youdao

  • 某些应用中,XML文档语法分析建立的,从不会由应用程序代码建立,不相关的。

    For certain USES where XML documents are built only by a parser, and never by application-level code, this is irrelevant.

    youdao

  • 很多代码问题都会导致应用程序失败每个问题必须使用数据收集分析技术以及合适工具研究

    Application failures can be caused by a number of coding problems, each of which you must investigate by using the data collection and analysis techniques and tools available.

    youdao

  • 如果代码检测没有快速找到泄露则您可能需要执行一些应用程序转储分析它们找到引用增加的对象

    If code inspection does not quickly find the leak, you will probably need to take some application dumps and analyze them to find the objects whose references are growing in size.

    youdao

  • 不是内存使用分析而是一个应用程序瓶颈检测工具用于发现代码运行时间最长地方

    This is not a memory usage profiler, but a tool used to detect application bottlenecks, the places in the code where most of processing time is spent.

    youdao

  • 手工优化分析执行程序性能识别需要调整代码,让代码给定平台上执行得更好

    Hand optimization is taking an executable, analyzing its performance, and identifying areas of code that need to be adjusted to perform better on the given platform.

    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

  • 分析代码只需将浏览器指向PHP应用程序即可。

    To profile your code, simply point your browser to your PHP application.

    youdao

  • 组成应用程序可执行代码二进制文件分析必须存储内存中的数据因此消耗固定部分2gb可用内存。

    The binary files that constitute the executable code of the application also construe data which must be stored in memory and so consume a fixed proportion of the 2gb of available memory.

    youdao

  • 运行分析允许开发者精确地找到内存泄漏发现修正应用程序运行瓶颈,使代码执行应用程序线程可视化

    Runtime analysis allows developers to pinpoint memory leaks, find and fix application performance bottlenecks, and visualize the execution flow of code and application threads.

    youdao

  • 清单2清单1中所示代码中添加一个语法分析中注册错误处理程序

    Listing 2 adds a class to the source shown in Listing 1 and registers that error handler with the parser.

    youdao

  • 分析结果可以帮助标识应用程序关键路径大部分时间所执行代码

    Profiler results help you identify the critical path of your application; that is, the code that is executed most of the time.

    youdao

  • 应用程序操作(代码配置更改)需要分析完成之后进行。

    Appropriate actions (such as code or configuration changes) need to be taken after the analysis is complete.

    youdao

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

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

    youdao

  • 不用说知道这个文件代码文件分析动态程序创建

    It goes without saying that this file is created only when the source code of the filedep file is parsed to generate a dynamic assembly.

    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

  • 通过自动代码分析解决方案能够验证应用程序是否包含许多常见安全性问题诸如

    With an automated code analysis solution, applications can be validated as to whether or not they contain many common security issues, such as

    youdao

  • 静态分析扫描代码,以寻找普通程序错误MicrosoftWord扫描文件以寻找拼写语法错误相类似。

    Static analysis scans the source code looking for common programming errors, comparable to how Microsoft Word scans a document looking for spelling and grammar errors,.

    youdao

  • 静态分析扫描代码,以寻找普通程序错误MicrosoftWord扫描文件以寻找拼写语法错误相类似。

    Static analysis scans the source code looking for common programming errors, comparable to how Microsoft Word scans a document looking for spelling and grammar errors,.

    youdao

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

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

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