summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/perf-set-scheduler-other.yml
blob: a07eeca68ccd2a8c86e5f20f19cd99316885526b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: RTEMS_SMP
limits:
  sparc/gr712rc/smp/qual-only/3Y1G8SMm2FRTpZB5_0NhbpDnatbEYmbDLLW58d-wXuY=:
    DirtyCache:
      max-upper-bound: 4.56e-07
      median-lower-bound: 2.8800000000000004e-07
      median-upper-bound: 4.3199999999999995e-07
      min-lower-bound: 2.8800000000000004e-07
    FullCache:
      max-upper-bound: 4.56e-07
      median-lower-bound: 2.8800000000000004e-07
      median-upper-bound: 4.3199999999999995e-07
      min-lower-bound: 2.8800000000000004e-07
    HotCache:
      max-upper-bound: 4.56e-07
      median-lower-bound: 2.8800000000000004e-07
      median-upper-bound: 4.3199999999999995e-07
      min-lower-bound: 2.8800000000000004e-07
    Load/1:
      max-upper-bound: 5.76e-07
      median-lower-bound: 3.68e-07
      median-upper-bound: 5.52e-07
      min-lower-bound: 3.68e-07
    Load/2:
      max-upper-bound: 5.76e-07
      median-lower-bound: 3.68e-07
      median-upper-bound: 5.52e-07
      min-lower-bound: 3.68e-07
  sparc/gr712rc/smp/qual-only/LDe0OENspSb4U2hhl9QK2R3q4ntkBdYP_JLnD_-aZ34=:
    DirtyCache:
      max-upper-bound: 8.844e-07
      median-lower-bound: 5.896e-07
      median-upper-bound: 8.844e-07
      min-lower-bound: 5.800000000000001e-07
    FullCache:
      max-upper-bound: 6.444e-07
      median-lower-bound: 1.4e-07
      median-upper-bound: 2.0999999999999997e-07
      min-lower-bound: 1.4e-07
    HotCache:
      max-upper-bound: 2.0999999999999997e-07
      median-lower-bound: 1.296e-07
      median-upper-bound: 1.944e-07
      min-lower-bound: 1.296e-07
    Load/1:
      max-upper-bound: 1.0043999999999999e-06
      median-lower-bound: 6.696e-07
      median-upper-bound: 1.0043999999999999e-06
      min-lower-bound: 6.6e-07
    Load/2:
      max-upper-bound: 1.1399999999999999e-06
      median-lower-bound: 7.6e-07
      median-upper-bound: 1.1399999999999999e-06
      min-lower-bound: 7.496e-07
  sparc/gr740/smp/qual-only/3Y1G8SMm2FRTpZB5_0NhbpDnatbEYmbDLLW58d-wXuY=:
    DirtyCache:
      max-upper-bound: 2.124e-05
      median-lower-bound: 1.416e-05
      median-upper-bound: 2.124e-05
      min-lower-bound: 1.416e-05
    FullCache:
      max-upper-bound: 2.0927999999999997e-05
      median-lower-bound: 1.3952e-05
      median-upper-bound: 2.0927999999999997e-05
      min-lower-bound: 1.392e-05
    HotCache:
      max-upper-bound: 2.1096e-05
      median-lower-bound: 1.4064000000000001e-05
      median-upper-bound: 2.1096e-05
      min-lower-bound: 1.3936e-05
    Load/1:
      max-upper-bound: 2.6832e-05
      median-lower-bound: 1.7888e-05
      median-upper-bound: 2.6832e-05
      min-lower-bound: 1.7888e-05
    Load/2:
      max-upper-bound: 2.7024e-05
      median-lower-bound: 1.8016e-05
      median-upper-bound: 2.7024e-05
      min-lower-bound: 1.7824e-05
    Load/3:
      max-upper-bound: 2.6832e-05
      median-lower-bound: 1.7888e-05
      median-upper-bound: 2.6832e-05
      min-lower-bound: 1.7888e-05
    Load/4:
      max-upper-bound: 2.7024e-05
      median-lower-bound: 1.8016e-05
      median-upper-bound: 2.7024e-05
      min-lower-bound: 1.7824e-05
links:
- role: requirement-refinement
  uid: perf-runtime
- role: runtime-measurement-request
  uid: ../val/perf
non-functional-type: performance-runtime
params: {}
rationale: null
references: []
requirement-type: non-functional
test-body:
  brief: |
    Move the worker to scheduler A.
  code: |
    ctx->status = rtems_task_set_scheduler(
      ctx->worker_id,
      SCHEDULER_A_ID,
      PRIO_LOW
    );
  description: null
test-cleanup:
  brief: |
    Delete the worker task.
  code: |
    DeleteTask( ctx->worker_id );
  description: null
test-prepare:
  brief: |
    Create and start a worker task for scheduler B.
  code: |
    ctx->worker_id = CreateTask( "WORK", PRIO_NORMAL );
    SetScheduler( ctx->worker_id, SCHEDULER_B_ID, PRIO_NORMAL );
    StartTask( ctx->worker_id, Worker, ctx );
  description: null
test-setup: null
test-teardown:
  brief: |
    Move the worker back to scheduler B.  Discard samples interrupted by a
    clock tick.
  code: |
    T_quiet_rsc_success( ctx->status );

    SetScheduler( ctx->worker_id, SCHEDULER_B_ID, PRIO_NORMAL );

    return tic == toc;
  description: null
text: |
  While the execution environment is ${.:/environment}, while the measurement
  sample is the runtime of exactly one successful call to
  ${../if/set-scheduler:/name} which moves the task to the home scheduler of
  the caller which does not preempt the caller, when exactly
  ${../val/perf:/params/sample-count} samples are collected, the
  ${.:/limit-kind} shall be ${.:/limit-condition}.
type: requirement