Skip to content
Discussion options

You must be logged in to vote

Yes! First, you need to have a get_value_from_output method in your tool-info module. This receives as a parameter the tool output and an identifier for what it should look (such that you do not need to hard-code the selection in the tool-info module). Then you need to specify this identifier in a <column> tag (docs). There are two ways to do this: Either you add the <column> tag directly to the benchmark definition that you give to benchexec. Then the value will be extracted after the run (by calling the above method for each run) and stored in the .results.xml.bz2 file. table-generator will then use it automatically. The disadvantage is that you need to decide to add the <column> tag be…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PhilippWendler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants