charmplusplus / projections

Performance Analysis Tool for Charm++
Apache License 2.0
5 stars 3 forks source link

message sends from periodic calls attributed to previous entry #29

Open pplimport opened 9 years ago

pplimport commented 9 years ago

Original author: Jim Phillips (@jcphill) Original issue: https://charm.cs.illinois.edu/redmine/issues/699


When tracing messages back, any message generated by a non-entry such as a periodic callback triggers tracing back from the previous entry on that PE. Tracing should stop at the periodic call, or potentially trace back to the entry that created the periodic callback.

pplimport commented 5 years ago

Original author: Jim Phillips (@jcphill) Original date: 2015-03-12 20:15:47


CkLoop slaves are another example of non-entries that experience this issue.

ericjbohm commented 5 years ago

Original date: 2016-09-21 18:32:19


Any update on this?