12345678910111213141516171819202122 |
- Graphs generator for Temelia
- Author: Laurențiu Dascălu
- You can use it for generating Octave scripts and PNG images of plotted data.
- By default, this application uses input/performance_log.txt as input file.
- You may specify another by giving it as parameter.
- The structure of input file, XML based, should be:
- <data_structure name="QWERTY">
- <test_case function="QWERTY" library="QWERTY">
- <test_unit input="QWERTY" time="QWERTY">
- <another test units>
- </test_case>
- <other test cases>
- </data_structure>
- where {QWERTY} is your data
- For-each record, this application generates:
- - directory library/data_structure
- - method.m Octave script and method.png plotted data - in directory generated above
|