ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/eg/bench
(Generate patch)

Comparing cvsroot/Coro/eg/bench (file contents):
Revision 1.18 by root, Sun Jan 20 10:22:07 2008 UTC vs.
Revision 1.19 by root, Sat Nov 8 04:31:28 2008 UTC

64#$c1->save (-1); 64#$c1->save (-1);
65 65
66transfer($main, $c0); 66transfer($main, $c0);
67transfer($main, $c1); 67transfer($main, $c1);
68 68
69#(async {
69timethese 5000000, { 70timethese 5000000, {
70 function => 'a(5); a(6)', 71 function => 'a(5); a(6)',
71 method => '$a->b(5); $a->b(6)', 72 method => '$a->b(5); $a->b(6)',
72 cede => 'cede', 73 cede => 'cede',
73 transfer0 => 'transfer($main, $c0)', 74 transfer0 => 'transfer($main, $c0)',
74 transfer1 => 'transfer($main, $c1)', 75 transfer1 => 'transfer($main, $c1)',
75}; 76};
77#})->join;
76 78
77 79
78 80

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines