Changeset db89655


Ignore:
Timestamp:
May 3, 2022, 1:30:47 PM (2 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

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/churn.cpp

    r160ee4c rdb89655  
    7474                        }
    7575
    76                         printf("All Vd\n");
    77 
    7876                        for(unsigned i = 0; i < nthreads; i++ ) {
    7977                                fibre_join( threads[i], nullptr );
     
    8179                                global_blocks  += thddata[i].blocks;
    8280                        }
    83 
    84                         printf("Fibers Joined\n");
    8581
    8682                        delete[](spots);
Note: See TracChangeset for help on using the changeset viewer.