3. Execution Profiler

The execution profiler tool outputs various metrics about the execution, like the number of executed instructions, page faults, TLB misses, cache profile, etc.

3.1. Examples

TO BE DONE

3.2. Required Plugins

  • ExecutionTracer
  • CacheSim
  • InstructionCounter
  • ...

3.3. Optional Plugins

  • ModuleTracer (for debug information)

Table Of Contents

Previous topic

2. Trace Printer

Next topic

4. Coverage Generator

This Page