Visualized Concurrent and Parallel Program Tuning
Cangjie provides excellent concurrent and parallel models. However, when using a concurrent and parallel model for development, a developer often encounters problems such as pseudo-parallelism, parallel failure, and parallel scheduling and spends a lot of time locating problems, resulting in low efficiency. In this case, a visualized concurrent and parallel tuning tool is required to help us quickly locate problems to master parallel scheduling information and find the performance bottleneck of parallel scheduling.
In the future, we will provide a visualized concurrent and parallel tuning tool to display the entire task scheduling period, including task statistics in different concurrency modes and the running status of a single task.
- In the measure lane, you can select different concurrency modes and view the change trend and number of tasks in different states. For example, if you want to know the number of running tasks in a period of time, you can move the pointer to the corresponding lane and view the exact number of tasks at a specified time.
- You can select different concurrency modes in the tasks lane to view the lifecycle information of related tasks and the running status of multiple tasks, helping you quickly detect concurrent and parallel problems.