Changeset a9172b5


Ignore:
Timestamp:
May 13, 2021, 3:46:03 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
57f70ab
Parents:
fb4ccdf
Message:

Removed push stats in alternate main

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.cfa

    rfb4ccdf ra9172b5  
    351351                        // Are we done?
    352352                        if( __atomic_load_n(&this->do_terminate, __ATOMIC_SEQ_CST) ) break MAIN_LOOP;
    353 
    354                         #if !defined(__CFA_NO_STATISTICS__)
    355                                 unsigned long long curr = rdtscl();
    356                                 if(curr > (last_tally + 500000000)) {
    357                                         __tally_stats(this->cltr->stats, __cfaabi_tls.this_stats);
    358                                         last_tally = curr;
    359                                 }
    360                         #endif
    361353
    362354                        if(this->io.pending && !this->io.dirty) {
Note: See TracChangeset for help on using the changeset viewer.