• DB2内存跟踪可以显示关于实例以及 DB2代理所使用的内存信息

    The DB2 memory tracker can display information on memory used by the instance, as well as DB2 agents.

    youdao

  • 查明一个实例内存使用情况,可以使用db 2内存跟踪工具db2mtrk

    To find out the memory usage of an instance, use the db2 memory tracker tool, db2mtrk. For example.

    youdao

  • 查明一个实例内存使用情况,可以使用DB2 内存跟踪工具db2mtrk

    To find out the memory usage of an instance, use the DB2 memory tracker tool, db2mtrk. For example

    youdao

  • Purify还可以报告内存泄漏——比如程序丢失内存跟踪之前不能释放或者更多内存板块时

    Purify also reports memory leaksi.e., when a program fails to release one or more blocks of memory before losing track of the memory.

    youdao

  • 介绍动态内存管理模型内存泄漏基础上,提出动态内存泄漏的检测方法,包括动态内存跟踪离线日志分析,最后详细论述了泄漏内存的回收技术

    On the basis of concept of memory management model and memory leak, a technology to detect dynamic memory leak was designed and implemented, including dynamic memory trace and off-line analysis.

    youdao

  • 始终跟踪所有内存分配任何适当的时候释放它们

    Always keep track of all the memory allocations, and do free them whenever appropriate.

    youdao

  • 篇文章我们将讨论系统内核是如何跟踪这些内存区域

    The next post discusses how the kernel keeps track of these memory areas.

    youdao

  • DB 2跟踪信息可以存储内存磁盘中。

    DB2 trace information can be stored in memory or disk.

    youdao

  • 此外它们可能提供有用的视图,这些视图可以显示每个对象引用引用者,以便跟踪内存漏洞来源

    In addition, they may also provide useful views showing each object's references and referrers so that you can track down the source of a memory leak.

    youdao

  • 第2部分将讨论一些跟踪内存问题方法

    Part 2 discusses some approaches to tracking down memory problems.

    youdao

  • KDB一个功能非常强大工具,它允许进行几个操作比如内存寄存器修改应用断点堆栈跟踪

    KDB is a very powerful tool that allows several operations such as memory and register modification, applying breakpoints, and stack tracing.

    youdao

  • 利用它们这个调试器将帮助跟踪带有程序执行内存表明一个内存错误

    Using them along with the debugger helps you track memory use with the program execution which manifests a memory error.

    youdao

  • 跟踪每个用户内存使用情况CPU情况、IP利用情况等等,从而支持企业内部收费

    Each user's memory consumption, CPU usage, IP utilization, and so on, is tracked to enable chargeback within an enterprise.

    youdao

  • 简介调试内核问题能够跟踪内核执行情况查看内存数据结构非常有用的

    Summary: When debugging kernel problems, being able to trace the kernel execution and examine its memory and data structures is very useful.

    youdao

  • 如果是在跟踪共享内存跟踪缓冲区大小将控制转储文件的大小。

    If you are tracing to Shared memory, the size of the trace buffer controls the size of the dump file.

    youdao

  • 例如健康指示器可以用来跟踪数据库内存消耗量

    For instance, a health indicator is used to track the consumption of the database heap memory.

    youdao

  • 允许AIX跟踪在将某个分页加载内存之后是否对其进行修改。

    This allows AIX to keep track of whether a page has been modified after it was loaded into memory.

    youdao

  • 可以使用其中一工具重新编译自己的jni跟踪代码中的本机内存泄漏

    It's possible to recompile your own JNI libraries with one of these tools to track a native memory leak in your code.

    youdao

  • 可能会忘了跟踪所有指针指向这些内存位置),并且某些内存没有释放还保持分配程序

    You might forget to keep track of all the pointers (pointing to these memory locations), and some of the memory segments are not freed and stay allocated to the program.

    youdao

  • 可以通过添加-l选项改善一点,添加- l选项可以跟踪文档位置信息但是数据并非始终都可用并且使用- l选项确实会消耗额外内存

    You can improve it by adding the -l option to also track location information for the source document, though that data isn't always available and using -l does consume additional memory.

    youdao

  • CLRJIT只能跟踪固定数目寄存器分配变量一旦需要跟踪数目超出这个数目,开始寄存器内容内存

    The CLR JIT can only track a fixed number of variables for register allocation; once it has to track more than this, it begins to spill the contents of registers into memory.

    youdao

  • 提供信息需要每个对象分配捕获分配堆栈跟踪开销很大并且许多格式内存转储中不可用。

    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.

    youdao

  • 总的来说:内存观察点将帮助跟踪特定内存板块使用情况

    To summarize: memory watch points help you in tracing the use of a given memory block.

    youdao

  • 意味着消息内存日志文件跟踪记录返回队列结构文件可读

    This means that the text of the messages is readable in memory, in log files, in traces, and in the files that back the queue structures.

    youdao

  • 选择跟踪输出写到文件还是写到内存缓冲区

    Select whether the Trace Output is written to a File or to Memory Buffer.

    youdao

  • 注意跟踪属性条目按它们出现文件中的顺序保留程序内存

    Be aware that the trace property entries are retained in the daemon's memory in the order in which they appear in the file.

    youdao

  • 只要代码中添加一个文件gcc语句中定义了MEMWATCH之后,就可以跟踪程序中的内存泄漏错误了。

    By simply adding a header file to your code and defining MEMWATCH in your GCC statement, you can track memory leaks and corruptions in your program.

    youdao

  • Purify 能够跟踪程序内存使用每个字节状态情况,并用四种颜色代表不同的状态:红色黄色绿色蓝色

    Purify keeps track of the status of every byte of memory used by your program and uses four colors to represent the status: red, yellow, green, and blue.

    youdao

  • 通过结合ElectricFencegdb可以精确跟踪一行试图访问保护内存

    By combining Electric Fence with GDB, you can track down exactly what line tried to access the protected memory.

    youdao

  • 回归测试MDD4J提供各种分析数据结构视图在修订bug添加删除特性时,帮助跟踪内存消耗更改

    Regression testing: The differential analysis and data structure views provided by MDD4J can help you track changes in memory consumption as bugs are fixed and new features are added or removed.

    youdao

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

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

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