Changeset a5d1fe7
- Timestamp:
- Sep 16, 2021, 2:19:34 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- ce9f9d4
- Parents:
- 180f249
- Location:
- benchmark/mutexStmt
- Files:
-
- 6 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified benchmark/mutexStmt/lock1.cfa ¶
r180f249 ra5d1fe7 5 5 #include "bench.h" 6 6 7 single_acquisition_lock l1;7 test_spinlock l1; 8 8 9 9 int main( int argc, char * argv[] ) { -
TabularUnified benchmark/mutexStmt/lock2.cfa ¶
r180f249 ra5d1fe7 5 5 #include "bench.h" 6 6 7 single_acquisition_lock l1, l2;7 test_spinlock l1, l2; 8 8 9 9 int main( int argc, char * argv[] ) { -
TabularUnified benchmark/mutexStmt/lock4.cfa ¶
r180f249 ra5d1fe7 5 5 #include "bench.h" 6 6 7 single_acquisition_lock l1, l2, l3, l4;7 test_spinlock l1, l2, l3, l4; 8 8 9 9 int main( int argc, char * argv[] ) { -
TabularUnified benchmark/mutexStmt/lock8.cfa ¶
r180f249 ra5d1fe7 5 5 #include "bench.h" 6 6 7 single_acquisition_lock l1, l2, l3, l4, l5, l6, l7, l8;7 test_spinlock l1, l2, l3, l4, l5, l6, l7, l8; 8 8 9 9 int main( int argc, char * argv[] ) { -
TabularUnified benchmark/mutexStmt/no_stmt_lock1.cfa ¶
r180f249 ra5d1fe7 5 5 #include "bench.h" 6 6 7 single_acquisition_lock l1;7 test_spinlock l1; 8 8 9 9 int main( int argc, char * argv[] ) { -
TabularUnified benchmark/mutexStmt/no_stmt_lock2.cfa ¶
r180f249 ra5d1fe7 5 5 #include "bench.h" 6 6 7 single_acquisition_lock l1, l2;7 test_spinlock l1, l2; 8 8 9 9 int main( int argc, char * argv[] ) { -
TabularUnified benchmark/mutexStmt/no_stmt_lock4.cfa ¶
r180f249 ra5d1fe7 5 5 #include "bench.h" 6 6 7 single_acquisition_lock l1, l2, l3, l4;7 test_spinlock l1, l2, l3, l4; 8 8 9 9 int main( int argc, char * argv[] ) { -
TabularUnified benchmark/mutexStmt/no_stmt_lock8.cfa ¶
r180f249 ra5d1fe7 5 5 #include "bench.h" 6 6 7 single_acquisition_lock l1, l2, l3, l4, l5, l6, l7, l8;7 test_spinlock l1, l2, l3, l4, l5, l6, l7, l8; 8 8 9 9 int main( int argc, char * argv[] ) {
Note: See TracChangeset
for help on using the changeset viewer.