summaryrefslogtreecommitdiffstats
path: root/spec/rtems/event/req/perf-other-not-satisfied.yml
blob: 614e4ccccc0bf23eae2a2b2f79095fe413f31a79 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
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: |
    Send an event.  Do not satisfy the event condition.
  code: |
    ctx->status = rtems_event_send( ctx->worker_id, EVENT_OTHER );
  description: null
test-cleanup: null
test-prepare: null
test-setup: null
test-teardown:
  brief: |
    Let the worker wait for the next set of events.  Discard samples
    interrupted by a clock tick.
  code: |
    T_quiet_rsc_success( ctx->status );

    Send( ctx, EVENT_END );

    return tic == toc;
  description: null
text: |
  While the execution environment is ${.:/environment}, while a task waits for
  events, while the measurement sample is the runtime of exactly one successful
  call to ${../if/send:/name} which does not satisfy the event condition of the
  waiting task, when exactly ${../val/perf:/params/sample-count} samples are
  collected, the ${.:/limit-kind} shall be ${.:/limit-condition}.
type: requirement