• 函数调用中的深度

    The depth of this function in the call tree.

    youdao

  • 调用函数指示调用树函数调用的函数实例的相应时间

    The values for a function in the call tree indicate the time for the function instances that were called by the parent function in the call tree.

    youdao

  • 列出分析运行期间分配类型以及导致分配类型的调用(执行路径)。

    Lists the types that were allocated in the profiling run, and the call trees (execution paths) that resulted in the allocation of the type.

    youdao

  • 调用视图还可以展开突出显示采样频率最高进程函数执行路径

    The Call Tree view can expand and highlight the execution path of the process or function that was sampled most frequently.

    youdao

  • “已用非独占指示调用函数调用那些函数实例调用堆栈时间

    Elapsed inclusive values indicate the time on the call stack of those instances of the function that were called by the parent function in the call tree.

    youdao

  • 应用程序非独占”指示调用函数调用函数实例调用堆栈时间

    Application inclusive values indicate the time that instances of a function that were called by the parent function in the call tree were on the call stack.

    youdao

  • 调用函数调用函数函数独占样本数占分析运行期间所有样本数百分比

    The percentage of all samples in the profiling run that were exclusive samples of this function when it was called by the parent function in the call tree.

    youdao

  • 调用函数调用函数此函数独占样本数占分析运行期间所有样本数百分比

    The percentage of all samples in the profiling run that were inclusive samples of this function when it was called by the parent function in the call tree.

    youdao

  • 偶尔使用这样实用程序,它针对一个文件反复调用其他程序

    One utility I occasionally use is a program that calls other programs iteratively over a tree of files.

    youdao

  • 但是正如前面指出的,如果第一调用或者以前没有设置可能还没有完全构造好

    However, as pointed out above, this tree might not be fully constructed if it is the first call, or if values have not been set before.

    youdao

  • 一些技术用来避免UI线程中的长时间运行动作,举一个常见例子使用某种数据库查询网络调用磁盘进行填充

    Here are some techniques for avoiding long-running actions in the UI thread, using a common example: a table or tree that is filled from some sort of database query, network call, or disk.

    youdao

  • 用户选中取消选中查看器中的节点时,下面的方法调用选择更改侦听器

    When the user selects/deselects a node in the tree viewer, the selection changed listener gets called with this: public void selectionChanged(SelectionChangedEvent event).

    youdao

  • 给定的src对象通过查看整个继承知道需要调用一个代码

    A given SRC object knows what block of code it needs to call by looking through its inheritance tree.

    youdao

  • 当前运行任务(现在抢占的任务)通过对put _ prev_task调用(通过调度)返回红黑

    The currently running task (now preempted) is returned to the red-black tree through a call to put_prev_task (via the scheduling class).

    youdao

  • 清单14连接外部Web服务可以同样轻松地外部文件XML -RPC调用输出导入最终xml中。

    Listing 14 connected to an external Web service; you could just as easily have imported an external file, or the output of an XML-RPC call, into the final XML tree.

    youdao

  • 但是请注意如果调用上述方法之前已经建立了AXIOM模拟StAX解析器

    Note, however, that if the tree is built prior to calling either of the above methods, AXIOM will emulate the StAX parser.

    youdao

  • 使用传递方法xpath字符串调用evaluate构造函数构建dom常量指示结果作为节点返回

    Evaluate is called with the XPath string passed into the method, the DOM tree you built in the class's constructor, and the constant indicating to return results as a list of nodes.

    youdao

  • dequeue _ task:某个任务退出运行状态时调用函数将从红黑中去掉对应调度实体,并从nr_running变量中减1。

    Dequeue_task: When a task is no longer runnable, this function is called to keep the corresponding scheduling entity out of the red-black tree. It decrements the nr_running variable.

    youdao

  • 通过StAXAPI对某个元素调用第一方法可以访问元素XMLInfoset同时缓冲(如果需要)未构造的部分以供将来使用

    The first method allows you to access the XML Infoset of the element on which the method is called through the StAX API, while caching (if necessary) any unbuilt parts of tree for later use.

    youdao

  • studio视图第一调用返回6来自这个视图。

    The first call to the studio view returns 6. This is the view from the root of this tree.

    youdao

  • 另外可以使用XPath构造创建xml节点过滤子集返回调用方。

    An alternative is to use XPath constructs to create filtered subsets of the XML node tree and return them to the caller.

    youdao

  • seq - zip、vector - zipxml - zip函数帮助函数,可使用预先定义的实现序列矢量和xml调用zipper。

    The seq-zip, vector-zip, and xml-zip functions are helpers that call zipper with predefined implementations for sequences, vectors, and XML trees.

    youdao

  • 这个调用对数时间)遍查找靠近节点电影公司电影汇总

    This will traverse the tree (in logarithmic time) and find the closest to the root node's summation of studio movies.

    youdao

  • 设想场景递归地访问一个目录,在中的每个文件目录停下来,并每个查找到的条目调用自己的回调方法

    Imagine a scenario in which you want to traverse a directory tree recursively, stopping at each file and directory under that tree and having your own callback methods invoked for each entry found.

    youdao

  • 方法期望那样调用我们可以看到中的所有文件列出并且所有目录均访问

    Our callback methods were invoked as expected, and we can see that all the files in the tree have been listed and all the directories have been visited.

    youdao

  • 如果大小找到正好请求的大小,那么大小地址中删除这个返回调用

    If the block found in the size tree is exactly the required size, the block is removed from both the size and the address tree and then returned to the caller.

    youdao

  • 调用方法观察器提供输入对象中获得元素

    This method is invoked to obtain tree elements from the input object provided to the tree viewer.

    youdao

  • 如果重新分配小于原来块,那么把分割开,多余的块返回空闲,请求的块返回给调用者。

    If the size of the reallocated block is smaller than the original block, the block is split and the extra block is returned to the free tree with the required size block being returned to the caller.

    youdao

  • 使用这个接口可以通过调用诸如myCustomElement.shadowTree 这样的调用获得定制元素影像访问

    Using this interface you can gain access to a custom element's shadow tree with a call such as myCustomElement.shadowTree.

    youdao

  • 添加个子项,可以简单调用AddItem指针,用来存放添加后的对象

    To add an item to the tree, simply call AddItem and give it a pointer to the type of object being stored.

    youdao

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

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

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