UTSASRG / Scaler

GNU General Public License v2.0
4 stars 0 forks source link

Thread aggregation #25

Closed GammaPi closed 2 years ago

GammaPi commented 2 years ago
  1. Adding thread info together
  2. Attribute by thread number (Serial phase and parallel phase)
    • Single thread * N
    • multithread / N
GammaPi commented 2 years ago

We could categorize threads and visualize how threads interact with each other. (Using a graph)

GammaPi commented 2 years ago

Implement a version using simple aggregation mentioned by the professor.

GammaPi commented 2 years ago

Finished in v0.1.4