Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Merge requests
!2080
Taskplot cleanup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Taskplot cleanup
taskplot_cleanup
into
master
Overview
1
Commits
3
Changes
4
Merged
Mladen Ivkovic
requested to merge
taskplot_cleanup
into
master
3 months ago
Overview
1
Commits
3
Changes
4
Expand
Minor cleanup in [i]plot_task.py
fix in documentation that iplot_task needs python2. Runs fine in python3.
expanded FULLTYPE list to contain recently added task types
moved FULLTYPE and assiciated stuff such as colour assignment to swift_hardcoded_data.py to avoid code duplication
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e249c9c4
3 commits,
3 months ago
4 files
+
185
−
287
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
doc/RTD/source/AnalysisTools/index.rst
+
1
−
1
Options
@@ -176,7 +176,7 @@ A short summary of the scripts in ``tools/task_plots/``:
whole step and per thread and the minimum and maximum times spent per task type.
- ``iplot_tasks.py``:
An interactive task plot, showing what thread was doing what task and for
how long for a step. **Needs
python2 and
the tkinter module**.
how long for a step. **Needs the tkinter module**.
- ``plot_tasks.py``:
Creates a task plot image, showing what thread was doing what task and for how long.
- ``plot_threadpool.py``:
Loading