Browse Source

doc: add description of prefixes used by trace.rec

Samuel Pitoiset 9 years ago
parent
commit
9d6d574413
1 changed files with 11 additions and 0 deletions
  1. 11 0
      doc/doxygen/chapters/13offline_performance_tools.doxy

+ 11 - 0
doc/doxygen/chapters/13offline_performance_tools.doxy

@@ -395,6 +395,17 @@ pj_dump) is to use the starpu_trace_state_stats.py script which parses the
 generated trace.rec file instead of the paje.trace file. The output is similar
 to the previous script but it doesn't need any dependencies.
 
+The different prefixes used in trace.rec are:
+
+\verbatim
+E: Event type
+N: Event name
+C: Event category
+W: Worker ID
+T: Thread ID
+S: Start time
+\endverbatim
+
 Here's an example how to use it:
 
 \verbatim