VOTE Implementation: Part III
C++ LogParser
- Reads in the log files generated during execution of the program.
- Gathers information about function invocations and returns.
- Creates data structures storing the sequence of all the events (messages passed) that were logged.