<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 25, 2020 at 7:38 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
On 14/11/2020 12:59, Sebastian Huber wrote:<br>
> On 13/11/2020 20:03, Gedare Bloom wrote:<br>
><br>
>>> +Generic Non-Functional Requirement Item Type<br>
>>> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>
>>> +<br>
>>> +This type refines the following types:<br>
>>> +<br>
>>> +* :ref:`SpecTypeNonFunctionalRequirementItemType` though the<br>
>> through?<br>
> Nice an automatically generated typo.<br>
>><br>
>>> +  ``non-functional-type`` attribute if the value is <br>
>>> ``build-configuration``<br>
>>> +<br>
>>> +* :ref:`SpecTypeNonFunctionalRequirementItemType` though the<br>
>>> +  ``non-functional-type`` attribute if the value is ``constraint``<br>
>>> +<br>
>>> +* :ref:`SpecTypeNonFunctionalRequirementItemType` though the<br>
>>> +  ``non-functional-type`` attribute if the value is ``design``<br>
>>> +<br>
>>> +* :ref:`SpecTypeNonFunctionalRequirementItemType` though the<br>
>>> +  ``non-functional-type`` attribute if the value is ``documentation``<br>
>>> +<br>
>>> +* :ref:`SpecTypeNonFunctionalRequirementItemType` though the<br>
>>> +  ``non-functional-type`` attribute if the value is ``interface``<br>
>>> +<br>
>>> +* :ref:`SpecTypeNonFunctionalRequirementItemType` though the<br>
>>> +  ``non-functional-type`` attribute if the value is <br>
>>> ``interface-requirement``<br>
>>> +<br>
>>> +* :ref:`SpecTypeNonFunctionalRequirementItemType` though the<br>
>>> +  ``non-functional-type`` attribute if the value is <br>
>>> ``maintainability``<br>
>>> +<br>
>>> +* :ref:`SpecTypeNonFunctionalRequirementItemType` though the<br>
>>> +  ``non-functional-type`` attribute if the value is ``performance``<br>
>>> +<br>
>> Is there a specific kind of performance (metric) in mind? latency vs<br>
>> throughput? Or does it not matter<br>
>><br>
> In the generic non-functional requirements, the requirements text is <br>
> in natural language. So, you can write whatever you want.<br>
><br>
> This patch introduces a specialization for performance requirements <br>
> which are expressed in limits of a sample set of some measured runtime <br>
> of an operation.<br>
><br>
> text: |<br>
>   When a partition has exactly <br>
> ${../val/performance:/params/buffer-count} free<br>
>   buffers, the ${.:limit-kind} runtime of exactly<br>
>   ${../val/performance:/params/sample-count} successful calls to<br>
>   ${../if/get-buffer:/name} in the ${.:/environment} shall be<br>
>   ${.:limit-condition}.<br>
><br>
> In this item, the corresponding test code is also included.<br>
><br>
> test-body:<br>
>   brief: |<br>
>     Get a buffer.<br>
>   code: |<br>
>     ctx->status = rtems_partition_get_buffer( ctx->part_many, <br>
> &ctx->buffer );<br>
>   description: null<br>
<br>
I think this can be checked in independent of the open discussion how a <br>
particular performance limit is identified. The item just uses a string <br>
to identify a set of performance limits. An open issue is how this <br>
string is generated and what data it includes.<br>
<br>
I already fixed the "though" -> "through" typo.<br>
<br></blockquote><div>Fine with me</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
-- <br>
embedded brains GmbH<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.hubere@embedded-brains.de" target="_blank">sebastian.hubere@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>