Playing starters at garbage time, he was told.
让先发球员一直到垃圾时间还在打,他被这样说。
Span and Lucas hate Detroid, which ruined their garbage time.
斯潘和卢卡斯痛恨活塞,他们毁掉了他们的垃圾时间。
After the goal, the game almost into the garbage time, such as strolling in the midfield to Hohai University.
进球之后,比赛几乎进入垃圾时间,河海大学在中场带球如闲庭信步。
BENCH WOES: he's shooting 29 percent, typifying the problems of the reserves. He's now playing only in garbage time.
板凳悲哀:他的投篮命中率为29%,揭露了板凳阵容的问题。如今他只有在垃圾时间上场。
When we go to the beach next time, we should be careful with our garbage.
当我们下次去海滩的时候,我们应该妥善收拾好自己的垃圾。
It had to be another tip request, this time from our garbage collector.
它必须是另一个提示请求,这次来自我们的垃圾收集器。
There will still be lots of challenges if we are to classify garbage in a short time.
如果我们要在短时间内对垃圾进行分类,仍然会有很多挑战。
They joked that every time they took out their garbage, the staff (工作人员) standing by the bins would ask "What kind of garbage are you?"
他们开玩笑说,每次他们倒垃圾的时候,站在垃圾桶旁的工作人员都会问:“你是什么垃圾?”
When Shanghai introduced a new garbage sorting policy in July last year, the city's residents (居民) took some time to get used to it.
去年7月,上海推出了一个新的垃圾分类政策,这座城市的居民需要一些时间来适应这个政策。
What percentage of the total available CPU time is spent in garbage collection?
总的可用CPU时间用在垃圾收集上的百分比是多少?
If response time is more important than highest possible throughput, this garbage collector might be a good choice.
如果响应时间比最高流量更重要,这个垃圾收集器可能是一个不错的选择。
You should, however, fix the nursery size at a large value to minimise time spent in garbage collection, and enable the tenured heap to resize itself according to occupancy to build in resilience.
但是,您应该将托儿所堆大小固定为一个较大的值,以最小化垃圾收集花费的时间,增强保留区堆,使其根据占用率重置自身大小,从而提高弹性。
You can confirm this by looking at the summary, which shows 6.2% of the application's time is spent in garbage collection.
您可以通过查看摘要确认这一点,摘要显示6.2%的应用程序时间花费在垃圾收集上。
Knowing how much time your system spends in GC is all well and good, but how does more time spent doing garbage collection actually affect the performance of your system?
了解您的系统将多少时间花费在垃圾收集上,这是很有必要的,但是将过多的时间花费在垃圾收集上将会对系统的性能产生怎样的影响呢?
Note the periodic dips corresponding to time quanta where the garbage collector is active.
注意垃圾收集器活动状态下对应于时间量子的周期性下降。
When assessing GC's performance effects, the most important items to check are the pause times and the overhead: the proportion of time spent garbage collecting instead of doing application work.
评估GC的性能影响时,需要检查的最重要的项目是暂停时间和开销:用于进行垃圾收集而不是执行应用程序工作的时间的比例。
From the first graph, you see the application had been running for about 100 seconds, so 0.3% of that time had been spent doing garbage collection.
从第一个图形中,您可以看到应用程序运行了大约100秒,所以进行垃圾收集花费了该时间的0.3%。
In effect, as the nursery is made larger, the overall time spent in garbage collection drops.
事实上,随着托儿所空间增大,垃圾收集所需的总时间会随之降低。
This provides a good balance of higher garbage collection intervals and lower pause times, which results in a small amount of time spent in garbage collection.
这在较长垃圾收集间隔时间与较短暂停时间之间达到了平衡,从而减少了垃圾收集所花费的时间。
This naturally enables the application to run for a longer period of time between garbage collection (GC) cycles.
这通常可以让应用程序增加各垃圾收集(GC)周期之间的间隔时间。
It ends up with less components to compile at build time and less garbage to collect at runtime, so I am really glad you trusted your intuition that the real question was not being answered.
这个方法在生成时要编译的组件数量更少,运行时要回收的垃圾也更少,因此,我很高兴您相信了您的直觉,认为真正的问题并没有得到回答。
There are several costs to card marking - additional space for the card map, additional work to be done on each pointer store, and additional work to be done at garbage collection time.
卡片标记有几项开销——卡片映射所需的额外空间、对每一个指针存储所做的额外工作,以及在垃圾收集时做的额外工作。
The garbage collection logs also indicate the time at which the collection appears and the length of time the garbage collection takes.
垃圾收集日志还会指出发生垃圾收集的时间以及垃圾收集花费的时间。
At garbage collection time, the mark bits associated with CARDS in the old generation are examined, and dirty CARDS are scanned for objects containing references into the younger generation.
在垃圾收集时,就对与老一代中卡片相关联的标记位进行检查,对脏的卡片扫描以寻找对年轻代有引用的对象。
Finally, it indicates how much time the garbage collection took — also the amount of time your application was halted.
最后,指出垃圾收集花费的时间,也即应用程序中止的时间量。
This is a useful metric because some garbage collection is (for the time being) an inevitable fact of life for most applications.
这是一个有用的指标,因为一些垃圾收集器(当前)是大多数应用程序必须要面对的问题。
My guess is that the garbage collector spends a considerable amount of time with collecting memory.
我猜测垃圾回收器话费了相当多的时间去回收内存。
Since garbage collection causes non-deterministic pauses all hard real-time threads must use memory that is not subject to garbage collection.
由于垃圾回收会引发不确定的暂停,因此所有硬实时线程都必须使用不会受垃圾回收器影响的内存。
The pause time is the amount of time that a garbage collection cycle took to complete.
暂停时间是垃圾收集周期完成所需的时间。
The pause time is the amount of time that a garbage collection cycle took to complete.
暂停时间是垃圾收集周期完成所需的时间。
应用推荐