Changeset a9172b5
- Timestamp:
- May 13, 2021, 3:46:03 PM (3 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
rfb4ccdf ra9172b5 351 351 // Are we done? 352 352 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 #endif361 353 362 354 if(this->io.pending && !this->io.dirty) {
Note: See TracChangeset
for help on using the changeset viewer.