From bf3165af8bbcd4b40d37a0a4e3394c7b231c6d52 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Thu, 28 Mar 2024 10:44:55 +0100 Subject: [PATCH] Open Paraver windows at (100,100) instead of (0,0) In Mac OS, the top menu bar is placed above any window, causing the timelines being opened at (0,0) appear under it in such a way that the timeline title bar is not reachable by the mouse, making it hard to move. This simple solution opens the windows a bit away from the top left corner, at (100,100). Fixes: https://pm.bsc.es/gitlab/rarias/ovni/-/issues/180 --- CHANGELOG.md | 5 +++++ cfg/cpu/kernel/context-switch.cfg | 4 ++-- cfg/cpu/mpi/function.cfg | 4 ++-- cfg/cpu/nanos6/breakdown.cfg | 4 ++-- cfg/cpu/nanos6/idle.cfg | 4 ++-- cfg/cpu/nanos6/mpi-rank.cfg | 4 ++-- cfg/cpu/nanos6/subsystem.cfg | 4 ++-- cfg/cpu/nanos6/task-id.cfg | 4 ++-- cfg/cpu/nanos6/task-type.cfg | 4 ++-- cfg/cpu/nanos6/thread-type.cfg | 4 ++-- cfg/cpu/nodes/subsystem.cfg | 4 ++-- cfg/cpu/nosv/body-id.cfg | 4 ++-- cfg/cpu/nosv/subsystem.cfg | 4 ++-- cfg/cpu/nosv/task-appid.cfg | 4 ++-- cfg/cpu/nosv/task-id.cfg | 4 ++-- cfg/cpu/nosv/task-rank.cfg | 4 ++-- cfg/cpu/nosv/task-type.cfg | 4 ++-- cfg/cpu/openmp/subsystem.cfg | 4 ++-- cfg/cpu/ovni/flushing.cfg | 4 ++-- cfg/cpu/ovni/number-running-threads.cfg | 4 ++-- cfg/cpu/ovni/pid.cfg | 4 ++-- cfg/cpu/ovni/tid.cfg | 4 ++-- cfg/cpu/tampi/subsystem.cfg | 4 ++-- cfg/thread/kernel/context-switch.cfg | 4 ++-- cfg/thread/mpi/function.cfg | 4 ++-- cfg/thread/nanos6/idle.cfg | 4 ++-- cfg/thread/nanos6/mpi-rank.cfg | 4 ++-- cfg/thread/nanos6/subsystem.cfg | 4 ++-- cfg/thread/nanos6/task-id.cfg | 4 ++-- cfg/thread/nanos6/task-type.cfg | 4 ++-- cfg/thread/nanos6/thread-type.cfg | 4 ++-- cfg/thread/nodes/subsystem.cfg | 4 ++-- cfg/thread/nosv/body-id.cfg | 4 ++-- cfg/thread/nosv/subsystem.cfg | 4 ++-- cfg/thread/nosv/task-appid.cfg | 4 ++-- cfg/thread/nosv/task-id.cfg | 4 ++-- cfg/thread/nosv/task-rank.cfg | 4 ++-- cfg/thread/nosv/task-type.cfg | 4 ++-- cfg/thread/openmp/subsystem.cfg | 4 ++-- cfg/thread/ovni/affinity.cfg | 4 ++-- cfg/thread/ovni/flushing.cfg | 4 ++-- cfg/thread/ovni/pid.cfg | 4 ++-- cfg/thread/ovni/state.cfg | 4 ++-- cfg/thread/ovni/tid.cfg | 4 ++-- cfg/thread/tampi/subsystem.cfg | 4 ++-- 45 files changed, 93 insertions(+), 88 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178d5ba..5e58b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `nosv_mutex_unlock` events VA{lLtTuU}. - Add support for the `nosv_barrier_event` event VA{bB}. +### Fixed + +- Open Paraver windows at (100,100) instead of (0,0) to avoid them appearing + under the menu bar in Mac OS. + ## [1.8.0] - 2024-03-18 ### Added diff --git a/cfg/cpu/kernel/context-switch.cfg b/cfg/cpu/kernel/context-switch.cfg index 8433f04..bb92796 100644 --- a/cfg/cpu/kernel/context-switch.cfg +++ b/cfg/cpu/kernel/context-switch.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Context switches of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/mpi/function.cfg b/cfg/cpu/mpi/function.cfg index a25b0ee..0863a56 100644 --- a/cfg/cpu/mpi/function.cfg +++ b/cfg/cpu/mpi/function.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: MPI function of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/nanos6/breakdown.cfg b/cfg/cpu/nanos6/breakdown.cfg index b78fde0..92a5acb 100644 --- a/cfg/cpu/nanos6/breakdown.cfg +++ b/cfg/cpu/nanos6/breakdown.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Nanos6 Runtime/Idle/Task breakdown window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/cpu/nanos6/idle.cfg b/cfg/cpu/nanos6/idle.cfg index 0acc215..c44a359 100644 --- a/cfg/cpu/nanos6/idle.cfg +++ b/cfg/cpu/nanos6/idle.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Nanos6 idle state of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/cpu/nanos6/mpi-rank.cfg b/cfg/cpu/nanos6/mpi-rank.cfg index ee6609a..27fb8c8 100644 --- a/cfg/cpu/nanos6/mpi-rank.cfg +++ b/cfg/cpu/nanos6/mpi-rank.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Nanos6 task MPI rank of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/cpu/nanos6/subsystem.cfg b/cfg/cpu/nanos6/subsystem.cfg index 8d3df7b..85027b8 100644 --- a/cfg/cpu/nanos6/subsystem.cfg +++ b/cfg/cpu/nanos6/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Nanos6 subsystem of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/cpu/nanos6/task-id.cfg b/cfg/cpu/nanos6/task-id.cfg index afc380e..8cc276f 100644 --- a/cfg/cpu/nanos6/task-id.cfg +++ b/cfg/cpu/nanos6/task-id.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Nanos6 task ID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/cpu/nanos6/task-type.cfg b/cfg/cpu/nanos6/task-type.cfg index 37b40ee..39cb4a9 100644 --- a/cfg/cpu/nanos6/task-type.cfg +++ b/cfg/cpu/nanos6/task-type.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Nanos6 task type of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/cpu/nanos6/thread-type.cfg b/cfg/cpu/nanos6/thread-type.cfg index 6ca62c5..b90a71e 100644 --- a/cfg/cpu/nanos6/thread-type.cfg +++ b/cfg/cpu/nanos6/thread-type.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Nanos6 thread type of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/cpu/nodes/subsystem.cfg b/cfg/cpu/nodes/subsystem.cfg index 7567119..d45bd01 100644 --- a/cfg/cpu/nodes/subsystem.cfg +++ b/cfg/cpu/nodes/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: NODES subsystem of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/nosv/body-id.cfg b/cfg/cpu/nosv/body-id.cfg index 1d04787..81edfe9 100644 --- a/cfg/cpu/nosv/body-id.cfg +++ b/cfg/cpu/nosv/body-id.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: nOS-V task body ID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/nosv/subsystem.cfg b/cfg/cpu/nosv/subsystem.cfg index bd70e7a..5cf13e2 100644 --- a/cfg/cpu/nosv/subsystem.cfg +++ b/cfg/cpu/nosv/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: nOS-V subsystem of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/nosv/task-appid.cfg b/cfg/cpu/nosv/task-appid.cfg index 14d8e6e..5d82eb7 100644 --- a/cfg/cpu/nosv/task-appid.cfg +++ b/cfg/cpu/nosv/task-appid.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: nOS-V task AppID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/nosv/task-id.cfg b/cfg/cpu/nosv/task-id.cfg index 2a3ef5a..92d453c 100644 --- a/cfg/cpu/nosv/task-id.cfg +++ b/cfg/cpu/nosv/task-id.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: nOS-V TaskID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/nosv/task-rank.cfg b/cfg/cpu/nosv/task-rank.cfg index 73e8f59..49c8c72 100644 --- a/cfg/cpu/nosv/task-rank.cfg +++ b/cfg/cpu/nosv/task-rank.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: nOS-V task rank+1 of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/nosv/task-type.cfg b/cfg/cpu/nosv/task-type.cfg index 46fa547..532cef2 100644 --- a/cfg/cpu/nosv/task-type.cfg +++ b/cfg/cpu/nosv/task-type.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: nOS-V task type of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/openmp/subsystem.cfg b/cfg/cpu/openmp/subsystem.cfg index df3ae5c..7828e13 100644 --- a/cfg/cpu/openmp/subsystem.cfg +++ b/cfg/cpu/openmp/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: OpenMP subsystem of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/ovni/flushing.cfg b/cfg/cpu/ovni/flushing.cfg index 7f46a70..c6e8c27 100644 --- a/cfg/cpu/ovni/flushing.cfg +++ b/cfg/cpu/ovni/flushing.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Flushing state of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/ovni/number-running-threads.cfg b/cfg/cpu/ovni/number-running-threads.cfg index 93cc5f1..444cb54 100644 --- a/cfg/cpu/ovni/number-running-threads.cfg +++ b/cfg/cpu/ovni/number-running-threads.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: Number of RUNNING threads window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/ovni/pid.cfg b/cfg/cpu/ovni/pid.cfg index 1241de8..6870ea7 100644 --- a/cfg/cpu/ovni/pid.cfg +++ b/cfg/cpu/ovni/pid.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: PID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/ovni/tid.cfg b/cfg/cpu/ovni/tid.cfg index 6ff8ca5..c8cf865 100644 --- a/cfg/cpu/ovni/tid.cfg +++ b/cfg/cpu/ovni/tid.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: TID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/cpu/tampi/subsystem.cfg b/cfg/cpu/tampi/subsystem.cfg index f887805..ff8667d 100644 --- a/cfg/cpu/tampi/subsystem.cfg +++ b/cfg/cpu/tampi/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: TAMPI subsystem of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/kernel/context-switch.cfg b/cfg/thread/kernel/context-switch.cfg index e18bf25..3ecc69b 100644 --- a/cfg/thread/kernel/context-switch.cfg +++ b/cfg/thread/kernel/context-switch.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: Context switches of the CURRENT thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/mpi/function.cfg b/cfg/thread/mpi/function.cfg index 3f87ff6..86f6d8d 100644 --- a/cfg/thread/mpi/function.cfg +++ b/cfg/thread/mpi/function.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: MPI function of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/nanos6/idle.cfg b/cfg/thread/nanos6/idle.cfg index 517865c..f94d2ac 100644 --- a/cfg/thread/nanos6/idle.cfg +++ b/cfg/thread/nanos6/idle.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: Nanos6 idle state window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/thread/nanos6/mpi-rank.cfg b/cfg/thread/nanos6/mpi-rank.cfg index 4ef9f80..33daeed 100644 --- a/cfg/thread/nanos6/mpi-rank.cfg +++ b/cfg/thread/nanos6/mpi-rank.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: Nanos6 task MPI rank of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/thread/nanos6/subsystem.cfg b/cfg/thread/nanos6/subsystem.cfg index 5f433d4..4e32360 100644 --- a/cfg/thread/nanos6/subsystem.cfg +++ b/cfg/thread/nanos6/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: Nanos6 subsystem of the ACTIVE thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/thread/nanos6/task-id.cfg b/cfg/thread/nanos6/task-id.cfg index 9ef9d16..342d144 100644 --- a/cfg/thread/nanos6/task-id.cfg +++ b/cfg/thread/nanos6/task-id.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: Nanos6 task ID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/thread/nanos6/task-type.cfg b/cfg/thread/nanos6/task-type.cfg index fd1cea1..e70b7d1 100644 --- a/cfg/thread/nanos6/task-type.cfg +++ b/cfg/thread/nanos6/task-type.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: Nanos6 task type of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/thread/nanos6/thread-type.cfg b/cfg/thread/nanos6/thread-type.cfg index f337d36..df5b514 100644 --- a/cfg/thread/nanos6/thread-type.cfg +++ b/cfg/thread/nanos6/thread-type.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: Nanos6 thread type window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled false diff --git a/cfg/thread/nodes/subsystem.cfg b/cfg/thread/nodes/subsystem.cfg index cf19c47..c995144 100644 --- a/cfg/thread/nodes/subsystem.cfg +++ b/cfg/thread/nodes/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: NODES subsystem of the ACTIVE thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/nosv/body-id.cfg b/cfg/thread/nosv/body-id.cfg index 4bb9915..62fc3ef 100644 --- a/cfg/thread/nosv/body-id.cfg +++ b/cfg/thread/nosv/body-id.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: nOS-V task body ID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/nosv/subsystem.cfg b/cfg/thread/nosv/subsystem.cfg index 003bd02..fba68a7 100644 --- a/cfg/thread/nosv/subsystem.cfg +++ b/cfg/thread/nosv/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: nOS-V subsystem of the ACTIVE thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/nosv/task-appid.cfg b/cfg/thread/nosv/task-appid.cfg index 95e3812..cc66a37 100644 --- a/cfg/thread/nosv/task-appid.cfg +++ b/cfg/thread/nosv/task-appid.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: nOS-V task AppID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/nosv/task-id.cfg b/cfg/thread/nosv/task-id.cfg index aae1474..21f841c 100644 --- a/cfg/thread/nosv/task-id.cfg +++ b/cfg/thread/nosv/task-id.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: nOS-V TaskID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/nosv/task-rank.cfg b/cfg/thread/nosv/task-rank.cfg index 6f8ea93..c718f03 100644 --- a/cfg/thread/nosv/task-rank.cfg +++ b/cfg/thread/nosv/task-rank.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: nOS-V task rank+1 of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/nosv/task-type.cfg b/cfg/thread/nosv/task-type.cfg index 6467191..11cbc38 100644 --- a/cfg/thread/nosv/task-type.cfg +++ b/cfg/thread/nosv/task-type.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: nOS-V task type of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/openmp/subsystem.cfg b/cfg/thread/openmp/subsystem.cfg index 917d077..7d79694 100644 --- a/cfg/thread/openmp/subsystem.cfg +++ b/cfg/thread/openmp/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: OpenMP subsystem of the ACTIVE thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/ovni/affinity.cfg b/cfg/thread/ovni/affinity.cfg index dbb7b4c..f785fa1 100644 --- a/cfg/thread/ovni/affinity.cfg +++ b/cfg/thread/ovni/affinity.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: CPU affinity of the CURRENT thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/ovni/flushing.cfg b/cfg/thread/ovni/flushing.cfg index d5e560a..0fc3ed7 100644 --- a/cfg/thread/ovni/flushing.cfg +++ b/cfg/thread/ovni/flushing.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: Flushing state of the CURRENT thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/ovni/pid.cfg b/cfg/thread/ovni/pid.cfg index 1241de8..6870ea7 100644 --- a/cfg/thread/ovni/pid.cfg +++ b/cfg/thread/ovni/pid.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name CPU: PID of the RUNNING thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/ovni/state.cfg b/cfg/thread/ovni/state.cfg index 3b7519a..e71a9c1 100644 --- a/cfg/thread/ovni/state.cfg +++ b/cfg/thread/ovni/state.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: State of the CURRENT thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/ovni/tid.cfg b/cfg/thread/ovni/tid.cfg index ef67037..2a4f402 100644 --- a/cfg/thread/ovni/tid.cfg +++ b/cfg/thread/ovni/tid.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: TID of the ACTIVE thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true diff --git a/cfg/thread/tampi/subsystem.cfg b/cfg/thread/tampi/subsystem.cfg index d68c2d9..1d8dbca 100644 --- a/cfg/thread/tampi/subsystem.cfg +++ b/cfg/thread/tampi/subsystem.cfg @@ -9,8 +9,8 @@ ConfigFile.NumWindows: 1 window_name Thread: TAMPI subsystem of the ACTIVE thread window_type single window_id 1 -window_position_x 0 -window_position_y 0 +window_position_x 100 +window_position_y 100 window_width 600 window_height 150 window_comm_lines_enabled true