8 Dec
2004
8 Dec
'04
2:29 p.m.
Hi, I am using chapter 9 code for receive which runs on two microengines in my project.The execution statistics show that microengine 0 all four threads are underutilized with execution time 0.1% and with thread 0 0.1 % abort time.while microengine 1 threads show a good percentage. Can anyone explain why this happens.below is the switch statement used in the textbook code switch(thread_id()) { case 0: next_thread = 4; break; case 1: next_thread = 5; break; case 2: next_thread = 6; break; case 3: next_thread = 7; break; case 4: next_thread = 1; break; case 5: next_thread = 2; break; case 6: next_thread = 3; break; case 7: next_thread = 0; break; Thanks, shweta
7343
Age (days ago)
7343
Last active (days ago)
0 comments
1 participants
participants (1)
-
Shweta Rao