CLR Profiler can also show allocation views by class type or over time, identify the number of bytes allocated by each method, and display the sequence of methods executed over the life of the test.
CLR分析器还可以按类类型或者随着时间的流逝显示分配视图,标识每个方法所分配的字节数量,并且显示在整个测试周期中执行的方法序列。
These statistics dispense data on the basic JVM features, such as Just-In-Time (JIT) compilation, class loading, memory allocation, and most interestingly, garbage collection.
这些统计信息涉及诸如即时 (JIT)编译、类加载、内存分配以及最有趣的垃圾收集之类基本的JVM特性。
When using an object pool, the allocation, initialization, collection, and finalization only occur once, reducing both the memory usage and the processing time that is required.
在使用对象池时,分配、初始化、回收和终结只发生一次,从而减少了内存使用和所需的处理时间。
Determine your asset allocation and stick with it until your time horizon or other factors dictate a shift.
确定你的资产分配并坚持他们,直到时间或其他因素使之改变。
Allocating multiple blocks at a time requires many fewer calls to the block allocator, resulting in faster allocation and reduced processing.
如果一次分配多个块,对块分配器的调用就会大大减少,从而加快分配并减少处理量。
We were also working on the allocation of time, and other subjects in the forefront of research.
我们也研究时间分配,以及其它前沿课题的研究。
More effective governance, portfolio management, time tracking, project management, cost management, and resource allocation
更加有效的管理,资本管理,时间追踪,项目管理,成本管理以及资源分配
To help minimize mutex allocation and locking time, the JVM manages a global lock cache and a per-thread lock cache where each cache contains unallocated pthread_mutexes.
为了帮助实现互斥锁分配和锁定时间的最小化,JVM管理一个全局锁缓存和一个单线程锁缓存,其中每个缓存包含了未分配的 pthread_mutex。
The VTMemory class represents an area of memory where the allocation mechanism can use any algorithm and hence can vary in time.
VTMemory类表示的内存域则是这样的,其内存分配机制可以使用任何算法,因此时间也是千差万别的。
This has the side-effect of increasing the interval times between GCs, and increasing the time it takes to process an allocation failure.
这样做的副作用是GCs之间的间隔时间增加,从而增加处理分配失败所需的时间。
Tasks are given time slices for execution, and when they use their allocation of time slice, they're moved from the active runqueue to the expired runqueue.
任务分时间片执行,在使用它们分配到的时间片时,这些任务被从活动的runqueue移至过期的runqueue。
The LTMemory class represents an area of memory where the time to instantiate an object is the combination of a fixed allocation time and a variable initialisation time.
LTMemory类表示这样的内存域,在这里实例化一个对象的时间等于固定的分配时间加上不定的初始化时间。
Of course, you still pay for a single allocation, initialization, and collection each time this code snippet is executed (though that's still better than paying for it every time through the loop).
当然,该代码片段每次执行时,您仍然要付出分配、初始化和回收一次的代价(尽管如此,这仍然要比每次执行循环时付出相应的代价更好一些)。
Even better, you can run your program for a long, long time, ensuring that you trigger many garbage collections, more accurately amortizing the allocation and garbage collection cost.
更好一些的话,您可以长时间运行您的程序,这可以保证触发许多垃圾收集,从而更精确地分摊垃圾收集的成本。
When the database is configured to retain logs, each time a log is filled, a request is issued for allocation and initialization of a new log.
当将数据库配置成保留日志,每当写满一个日志时,就会发出一个分配和初始化一个新日志的请求。
Free time and work time form a pair of concepts that describe different states of time allocation.
闲暇时间是一种时间配置的状态,与劳动时间形成一对范畴。
Finance: the field that studies how people make decisions regarding the allocation of resources over time and the handling of risk.
金融学:研究人们如何在某一时期内做出关于配置资源和应对风险的学科。
Because of the important position, water resources will be allocated mainly in a planned way and secondly by marketing for a long time in China, and allocation will be optimized on this basis.
由于水资源在我国社会经济的特殊地位,在今后相当长的时期内,水资源的配置将仍需采取计划为主市场为辅的配置模式,并在此基础上进行优化。
At the same time, it is also necessary to increase resource allocation to eliminate social discrimination against persons with disabilities and increase infrastructure accessibility.
同时增加资源分配,消除社会对残疾人的歧视和基础设施等方面障碍。
According to the effect that quay cranes allocation has on ship container handling time, an algorithm of assigning quay cranes and ship containers handling time based on rules was developed.
考虑到岸边起重机的分配对泊位调度中船舶的集装箱装卸作业时间的影响,根据规则建立了分配岸边起重机和确定船舶集装箱装卸作业时间的算法。
The computing model result in the separation of the influence of machine utilization, sequential job service rate, and parallel task allocation to the parallel task completion time.
通过这个计算模型可从机器利用率,连续工作服务速率,并行任务分配等方面对并行任务完成时间进行预测。
The proportional allocation factor and the allocation formulae expressed in terms of failure rates and mean time between failures respectively are given.
给出了分别以失效率、平均故障间隔时间表达的分配比例因子及分配公式。
Theoretical analysis and simulation results show optimum sensing time and transmitted power allocation would improve outage performance of cognitive system affectively.
理论和仿真结果表明,通过优化感测时间和功率分配能有效改善感知系统的中断性能。
Cons: Reporting, time allocation and preference may prove problematic if one company was more demanding than the others.
缺点:报告,时间分配和优惠问题可能证明,如果一个公司更严格比其他。
The optimized algorithm can find the optimal set of collaborative nodes for resource allocation, and at the same time avoid the interference to primary users.
该文提出的资源分配优化算法为每个待分配信道找出最优合作节点集合,工作在同一信道的节点不会对授权用户产生干扰。
So there are some related problems to be solved, such as the allocation and management of multi calls, the synchronization of multi threads, the state transference and time-out processing.
因此,在网关的实现过程中,会涉及到多路呼叫的资源分配与维护、多线程的处理与同步、呼叫状态的迁移与超时处理等问题。
In the high level synthesis, scheduling and allocation are dependent on each other. Scheduling may be done before, after or at the same time as allocation.
在高级综合中,调度与分配过程是相互依赖的,调度可在分配之前、之后或与分配同时进行。
In the high level synthesis, scheduling and allocation are dependent on each other. Scheduling may be done before, after or at the same time as allocation.
在高级综合中,调度与分配过程是相互依赖的,调度可在分配之前、之后或与分配同时进行。
应用推荐