Usually, using SimpleParse means generating a parse tree in one function call, then traversing this tree in separate code.
一般来说,使用SimpleParse就意味着在一个函数调用中生成一个解析树,然后在分开的代码中遍历这个树。
The Call Tree view can expand and highlight the execution path of the process or function that was sampled most frequently.
“调用树”视图还可以展开和突出显示被采样频率最高的进程或函数的执行路径。
The Call Tree view displays the function execution paths that were traversed in the profiled application.
“调用关系树”视图显示遍历所分析的应用程序的函数执行路径。
The Call Tree view can also expand and highlight the execution path of a function that consumed the most time or was sampled most frequently.
“调用关系树”视图还可以展开和突出显示消耗时间最多或采样频率最高的函数的执行路径。
Information is also displayed about the number of inclusive and exclusive allocations for each function in the call tree.
还显示有关该调用关系树中每个函数的非独占和独占分配数的信息。
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.
调用树中父函数调用此函数时此函数的非独占样本数占分析运行期间所有样本数的百分比。
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.
调用树中父函数调用此函数时此函数的独占样本数占分析运行期间所有样本数的百分比。
The percentage of all objects that were created in the profiling run that were exclusive allocations of the function instances that were called by the parent function in the call tree.
在分析运行期间创建的,由调用关系树中的父函数调用的所有函数实例的所有非独占分配对象数的百分比。
The number of bytes in memory that were allocated by the instances of this function that were called by the parent function in the call tree.
调用关系树中父函数所调用的此函数的实例所分配的内存字节数。
The values in the call tree view are for the function instances that were called by the parent function in the call tree.
“调用关系树”视图中的值对应于调用关系树中父函数所调用的函数实例。
The number of objects that were allocated by the instances of this function that were called by the parent function in the call tree.
调用关系树中父函数调用的此函数的实例所分配的对象数。
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.
“已用非独占”值指示调用树中父函数所调用的那些函数实例在调用堆栈上的时间。
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.
“应用程序非独占”值指示调用树中父函数所调用的函数实例在调用堆栈上的时间。
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.
调用树中函数的值指示调用树中父函数所调用的函数实例的相应时间。
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.
调用树中函数的值指示调用树中父函数所调用的函数实例的相应时间。
应用推荐