mosser / gcoke

Automatically exported from code.google.com/p/gcoke
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Retrieve metrics associated to the execution of a given composition #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
## Overview

Store in a file (CSV or XML) execution metrics for a given composition

DSL construction: trigger my_composition [metrics] 

## Typical use case

Examples of relevant informations:
  - For a given algorithm call: #Actions, #Inferences, Time consumed
  - From a complete composition: #Inferences, Time consumed (to execute action set)

Maybe some interesting data about memory consumption

Original issue reported on code.google.com by sebastien.mosser on 28 Jan 2011 at 10:09