Home
last modified time | relevance | path

Searched refs:workload (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/tools/lldbmacros/
H A Dworkload.py8 def GetWorkloadConfigSummary(workload): argument
14 …return format_string.format(workload, str(workload.wce_id), workload.wce_default, workload.wce_pha…
H A DMakefile97 workload.py \
H A Dxnu.py1573 from workload import *
/xnu-10002.1.13/tools/tests/perf_index/
H A DREADME10 iperf will run the cpu workload on two threads with a total work load size of
11 100000000. Since the workload is distributed over 2 threads, on a perfectly
16 towards the time. The workload and the time it takes to be performed differs
30 server will give the OK to every client to run the workload and begin timing.
/xnu-10002.1.13/doc/
H A Dsched_clutch_edge.md5workload as a whole which is what the end user cares about. One artifact of this thread based time…
39 …lower buckets in deadline order. Now, if a small burst of user-critical workload shows up, the hig…
66 …oups represent a collection of threads working on behalf of a specific workload. The goal of this…
87 …onvenient abstraction for groups of threads working together for a user workload. Basing schedulin…
168 * The system should be **compact**. Limit small-width workload threads to a single cluster as much …
172 * **Rapidly open up clusters** if the workload can use them (e.g., for parallelism, to mitigate pas…
178 * Adapt to **rapidly changing workload widths**.
192 …ve workloads from efficient to performance clusters and ensure that the workload threads get place…
284workload threads across clusters of various types to ensure that all threads of the workload make …