numericalalgorithmsgroup / pypop

Python Tools for the POP Metrics
https://numericalalgorithmsgroup.github.io/pypop/doc.html
Other
12 stars 5 forks source link

LOOP and TASK the wrong way around in prv.py #11

Closed Jonathan3145 closed 4 years ago

Jonathan3145 commented 4 years ago

In prv.py i think LOOP and TASK are the wrong was around?

K_EVENT_OMP_TASK_FUNCTION = "60000018" K_EVENT_OMP_LOOP_FUNCTION = "60000023" K_EVENT_OMP_TASK_FILE_AND_LINE = "60000118" K_EVENT_OMP_LOOP_FILE_AND_LINE = "60000123"