Ver código fonte

doc: add description of prefixes used by trace.rec

Samuel Pitoiset 9 anos atrás
pai
commit
9d6d574413

+ 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