summaryrefslogtreecommitdiffstats
path: root/spec/rtems/event/req/perf-isr-preempt.yml
blob: 61a8e7d3462f5a951eed1323bffd83e9da5f2f7b (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
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: 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 two events from with interrupt context.  Satisfy the event condition.
  code: |
    CallWithinISR( Satisfy, ctx );
  description: null
test-cleanup: null
test-prepare: null
test-setup: null
test-teardown:
  brief: |
    Set the measured runtime.  Discard samples interrupted by a clock tick.
  code: |
    T_quiet_rsc_success( ctx->status );

    *delta = ctx->end - ctx->begin;

    return tic == toc;
  description: null
text: |
  Let U be an interrupt service and V be a task which both execute on the
  same processor.  Let :math:`B` be a time point measured by U right before
  a call to ${../if/send:/name} which unblocks task V which preempts the
  executing task.  Let :math:`E` be a time point measured by V right after
  the first context switch after :math:`B`.

  While the execution environment is ${.:/environment}, while task V waits
  for events, while the measurement sample is :math:`E - B`, when exactly
  ${../val/perf:/params/sample-count} samples are collected, the
  ${.:/limit-kind} shall be ${.:/limit-condition}.
type: requirement