Skip to content
Snippets Groups Projects

Move task name definitions for analysis and plotting tools to its own file

Merged Mladen Ivkovic requested to merge task_plots_task_names_in_single_file into master
5 files
+ 150
352
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -292,12 +292,11 @@ Adding your task to the analysis tools
@@ -292,12 +292,11 @@ Adding your task to the analysis tools
--------------------------------------
--------------------------------------
To produce the task graphs, the analysis scripts need to know about
To produce the task graphs, the analysis scripts need to know about
the new task. You will need to edit the python script in the
the new task. You will need to edit the python file that contains the
``tools/task_plots`` directory. At the start of each of
hardcoded data of swift: ``tools/task_plots/swift_hardcoded_data.py``.
``analyse_tasks.py``, ``plot_tasks.py`` and ``iplot_tasks.py`` you
You will need to add the name of the new task to the lists in there.
will find a long list of task names. You will need to add the name of
*The order of this list needs to be the same as the enum type in the
the new task to that list. *The order of this list needs to be the
task.h file!*
same as the enum type in the task.h file!*
Finalizing your Task
Finalizing your Task
Loading