Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset db89655
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
May 3, 2022, 1:30:47 PM (
3 years
ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT
,
ast-experimental
,
master
,
pthread-emulation
,
qualifiedEnum
Children:
9cf2b0f
Parents:
160ee4c
Message:
Removed debug prints
File:
1 edited
benchmark/readyQ/churn.cpp
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
benchmark/readyQ/churn.cpp
¶
r160ee4c
rdb89655
74
74
}
75
75
76
printf("All Vd\n");
77
78
76
for(unsigned i = 0; i < nthreads; i++ ) {
79
77
fibre_join( threads[i], nullptr );
…
…
81
79
global_blocks += thddata[i].blocks;
82
80
}
83
84
printf("Fibers Joined\n");
85
81
86
82
delete[](spots);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive