summaryrefslogtreecommitdiff
path: root/spec/score/cpu/req/perf-empty.yml
blob: d8707edfec623b5b177088214aa29352beaa7542 (plain)
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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2023 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: |
  The runtime measurement of a function which does nothing and just returns
  gives an estimate of the measurement overhead.
references: []
requirement-type: non-functional
test-body:
  brief: |
    Do nothing and just return.
  code: |
    /* No code */
  description: null
test-cleanup: null
test-prepare: null
test-setup: null
test-teardown:
  brief: |
    Discard samples interrupted by a clock tick.
  code: |
    return tic == toc;
  description: null
text: |
  While the execution environment is ${.:/environment}, while the measurement
  sample is a function which just returns and does nothing else, when exactly
  ${../val/perf:/params/sample-count} samples are collected, the
  ${.:/limit-kind} shall be ${.:/limit-condition}.
type: requirement