-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBenchmarkGen.spd.xml
More file actions
30 lines (30 loc) · 1.27 KB
/
BenchmarkGen.spd.xml
File metadata and controls
30 lines (30 loc) · 1.27 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE softpkg PUBLIC "-//JTRS//DTD SCA V2.2.2 SPD//EN" "softpkg.dtd">
<softpkg id="DCE:b96e2a3e-c1a6-43da-a02c-95db9630c737" name="BenchmarkGen" type="sca_compliant" version="1.0.0">
<title></title>
<author>
<name>null</name>
</author>
<description>Outputs random data as fast as possible.
Will calculate the average time and output rate of the data being pushed out.
Connecting to another component, this will show the average rate at which that component will input data. Can be used with a python script that tests multiple components.</description>
<propertyfile type="PRF">
<localfile name="BenchmarkGen.prf.xml"/>
</propertyfile>
<descriptor>
<localfile name="BenchmarkGen.scd.xml"/>
</descriptor>
<implementation id="cpp">
<description>The implementation contains descriptive information about the template for a software component.</description>
<code type="Executable">
<localfile name="cpp/BenchmarkGen"/>
<entrypoint>cpp/BenchmarkGen</entrypoint>
</code>
<compiler name="/usr/bin/gcc" version="4.1.2"/>
<programminglanguage name="C++"/>
<humanlanguage name="EN"/>
<os name="Linux"/>
<processor name="x86"/>
<processor name="x86_64"/>
</implementation>
</softpkg>