对SQL调用的调用计数及执行次数。
The invocation counts and the execution times for SQL calls.
对硬盘和网络操作的调用计数及执行次数
The invocation counts and the execution times for disk and network operations
分析终结(finalizer)的使用,和他们的执行次数。
Analyze the use of finalizers, including the number of finalizers executed.
如果指定了matchcount,那么操作的执行次数不超过这个值。
If the match count is specified, the actions are only carried out a maximum of that many times. Consider this example.
这仅仅更新指定操作的总时间、最大时间(如果适用)以及执行次数。
This simply updates the total time, the maximum time (if appropriate), and a count of executions of the given operation.
在负载测试结束时,特定测试的执行次数会与指定的测试分布相符。
At the end of the load test, the number of times that a particular test was run matches the assigned test distribution.
对于生成响应所需的计算,其执行次数将减少,因为期间的常见请求将由缓存来处理。
The computation required to generate a response is performed more infrequently because common requests are fulfilled in the interim by the cache.
它包括作业名称、作业执行次数、处理的行数、错误或成功状态、开始时间及完成时间,这些都是按顺序描述的。
It includes job name, job execution times, number of rows processed, error or success status, time started, and time completed, which are all described in sequence.
在前面两个专栏中,谈到不必要的SQL,并给出了执行次数过多的SQL例子,以及应当由更新的、性能更优的SQL来替代的例子。
In my two previous columns, I wrote about unnecessary SQL and gave examples of SQL that is executed far too many times and SQL that should be replaced with newer, better-performing SQL.
通过检查新的SQL指标(比如执行次数、总的间隔时间、最大和最小执行时间)部署有效的SQL,帮助识别应用程序中的热点。
Deploy efficient SQL by examining new SQL metrics, such as, number of executions, aggregated elapsed time, and minimum and maximum execution times, to help identify hot spots in the application.
在一个典型的4 - 6周的迭代整个过程中,将达到数以千计的构建和自动化测试的执行次数,为您提供了相当多用来评估过程和全面状况的数据。
Over the course of a typical 4-6 week iteration, this amounts to many hundreds of builds and automation test executions, providing you with a wealth of data for assessing progress and health.
此输出显示任务的列表(根据任务ID 编号)、其总执行时间(时钟节拍内)、等待执行的时间量以及调用的次数。
This output shows the list of tasks (numbered by task ID), their total execution time (in ticks), the amount of time they waited to execute, and finally the number of times they were invoked.
度量应用程序需要多大开销的两个有用的统计信息是JIT编译次数和执行这些编译花费的时间总量。
Two useful statistics for measuring how much overhead your application will encounter are the number of JIT compiles and the total amount of time spent performing these compilations.
尤其是,对于清单4中的代码,JVM可以跟踪执行每个循环的次数。
In particular, with the code in Listing 4, the JVM can track how many times each loop is executed.
对程序中的某些类和方法,我需要了解它们被调用次数,各自平均执行时间和整体平均时间
For certain classes and methods in my application I want to see the invocation counts, the average self execution time and the average wall clock time.
研究者发现,公司未能实现业绩预期的次数越多,首席执行官们向分析师提供帮忙的可能性也就越大,尤其是对于那些顶级的分析师。
The researchers found that the more a company missed its earnings forecast, the more chief executives were likely to offer favours to analysts, particularly the highly rated ones.
是否有任务得到了重复执行,包括了重复的平均次数(或者上例中的循环)。
If any tasks are to be repeated, include the average number of repetitions (or cycles, as in the example above).
它包括所使用的索引、从数据库表中检索字段的次数,以及执行查询的步骤的顺序。
It includes the indexes that are used, The Times at which fields are retrieved from the database tables, and the order of steps in which the query is executed.
基于C的编程语言具有for循环,但它的设计目的是对一系列操作执行特定次数。
C-based programming languages have a for loop, but it's designed to perform a series of operations a specific number of times.
前面提到flash设备属于耗损品:在变成坏块以前,可以执行有限次数的反复的Erase操作(因此必须由坏块管理进行标记)。
Recall that flash devices are consumable parts: You can perform a finite number of Erase cycles on each block before the block becomes bad (and must therefore be tagged by bad block management).
产生的页面显示一个SQL语句的性能信息,比如此语句在服务器上执行的次数 (Count)和平均运行时间。
The resulting page displays performance information about an SQL statement, such as how many times the statement has been executed at the server (Count) and average run time.
tk_sequence integer任务已执行的次数 不能修改,由系统维护
tk_sequence integer The number of times this task has been executed. DO NOT MODIFY, system maintained.
truss返回系统调用的列表、执行调用耗费的总时间、调用的次数和任何发现的问题。
Truss returns a list of the system calls, the total time spent executing the call, the number of calls, and any errors found.
很奇怪的结果表明,如果你执行size of,那么是否预先计算循环的次数基本上没有什么区别。
Surprising results show that if you implement sizeof there is almost no difference in whether calculating the size of a loop in advance.
缓存命中率表示执行get的次数与错过get的次数的百分比。
The cache hit ratio tells you the percentage of times you are performing a get versus the number of times that get misses.
指向的资源包含(或者是)操作该任务的结果,而与该任务执行的次数有关(一次或者不断执行)。
The points to a resource that contains or is the result of operating this task, and relates the number of times that this task operates (once or continually).
可预测性:线程优先级监管执行的次数,执行时间一致。
Predictability: Thread priorities govern the order of execution, and execution times are consistent.
可单击每一个包,获得类级别的行百分比和路径百分比,甚至能看到执行的源代码行和它们执行的次数。
You can click on each package to get class level line and path percentages and even see which source code lines were executed and how many times they was run.
未连接的输入应被放入某个单独的输入条件,或是标记为可选,即把它们的最小增殖次数设置为零,以允许执行流程。
The disconnected inputs must be either put into a separate input criterion or marked as optional by setting their minimum multiplicity to zero to allow the process to execute.
作业对各订单id执行一次数据库查询。
应用推荐