Explorar el Código

doc: add description of prefixes used by trace.rec

Samuel Pitoiset hace 10 años
padre
commit
9d6d574413
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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
 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.
 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:
 Here's an example how to use it:
 
 
 \verbatim
 \verbatim