|
GEGELATI
|
Store execution statistics of one inference trace. More...
#include <executionStats.h>
Public Attributes | |
| const std::vector< const TPG::TPGVertex * > | trace |
| The inference trace. | |
| const uint64_t | nbEvaluatedTeams |
| Number of team evaluated. | |
| const uint64_t | nbEvaluatedPrograms |
| Number of programs evaluated. | |
| const uint64_t | nbExecutedLines |
| Number of program lines executed. | |
| const std::map< uint64_t, uint64_t > | nbExecutionPerInstruction |
Store execution statistics of one inference trace.
It contains :
| const std::map<uint64_t, uint64_t> TPG::TraceStats::nbExecutionPerInstruction |
Map that associate the instruction indexes with the number of execution of the corresponding Instruction.