time slice
[计] 时间片;时间片段;时间区分
2025-08-15 17:02 浏览次数 8
[计] 时间片;时间片段;时间区分
time-slice multitasking分时多任务处理
time-slice group时间片组
time sharing slice分时
time-slice snapshots时间片快照
time-slice polling时间片轮询架构
time-slice map时间切片图
time-slice multitasuceg分时多任务处理
time-slice multithreading时间片多线程
in the meantime , the cpu scheduler will allocate a time slice to some other process in memory .
与此同时,调度器将分配一部分时间给内存中的另外一些项目。
sched_fifo does not time slice threads.
sched_fifo不为线程分时间片。
increasing the time slice can improve system throughput due to reduced context switching.
增加时间切片可减少上下文切换,从而可以提高系统吞吐量。
say you have thread a trying to push 20 and thread b trying to push 30 into the stack, and thread a got the time slice first.
假设线程a试图把20压入堆栈,线程b试图压入30,而线程a先获得了时间片。
the time slice tuning parameter allows the user to specify the number of clock ticks by which the time slice length is to be increased.
时间片调整参数允许用户指定时间片长度增加的时钟计时数。
a preemption control model based on time slice is therefore proposed to assign every task on upper limit of preemptable frequency.
提出了一种基于时间片的抢占控制模型,为每个任务分配一个可抢占次数的上限。
if a thread performs a blocking operation, the operating system will throw away its unused time slice and let other threads execute instead.
如果某个线程执行了阻塞型的操作,操作系统将剥夺其未使用的剩余时间片并让其它线程开始执行。
each task has a time slice that determines how much time it's permitted to execute.
每个任务都有一个时间片,这取决于系统允许执行这个任务多长时间。
when a thread finishes its time slice on the cpu, it goes back on the run queue of the cpu it was running on.
在cpu 上,当一个线程完成它的时间切片后,它将返回原来运行它的cpu运行队列。
if the value of context switching is very high, increasing the time slice can improve performance, but this should only be done after extensive analysis.
如果上下文切换的值非常高,则增加时间切片可提高性能,但这必须在经过大量分析之后才能实施。
based on the two dimensional dsi, one flow is presented in this paper to do dsi along the time slice by use of conjugate gradient method combined with nmo.
基于二维离散光滑插值,文中还给出共轭梯度法与nmo相结合的沿时间切片逐层处理的离散光滑插值流程。
increasing the time slice might improve system throughput, due to reduced context switching.
增加时间片的长度可以提高系统吞吐量,因为减少了上下文的切换。
some applications that process video or audio signals, for instance, use banded matrices in which each band represents a different time slice of the signal.
例如,在一些影音处理的应用中,带状矩阵的每一条带可以被用来表示一个时间片段的信号。
during the move, its time slice is recalculated (and so is its priority; more on this later).
在移动过程中,会对其时间片重新进行计算(因此会体现其优先级的作用;稍后会更详细地介绍)。
a major difference between this profiling technique and micro-profiling with tprof is that micro-profiling can analyze a time slice of the program versus the entire program, as do prof and gprof.
这种剖析技术与tprof微剖析的主要差异是,微剖析可以分析程序的时间片和整个程序,而prof和gprof 只能分析整个程序。
in figure 3, each time slice represents a quantum that runs either the gc or the application.
在图3 中,每个时间片表示运行gc或应用程序的一个时间量。
voluntarily relinquishes its time slice by making a call to thread.yield().
通过调用thread.yield() 方法自愿放弃它的时间片。
both threads are assigned the same default priority in the sched_other policy, so both threads are given the same time slice to execute.
在 sched_other策略中为这两个线程都指定了相同的默认优先级。因此给两个线程分配了相同的时间片执行。
if a task did not use all of its time slice, then half of the remaining time slice was added to the new time slice to allow it to execute longer in the next epoch.
如果某个任务没有使用其所有的时间切片,那么剩余时间切片的一半将被添加到新时间切片使其在下个epoch 中可以执行更长时间。