Ignore:
Timestamp:
Apr 5, 2021, 4:04:46 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:
a5a01faa
Parents:
5cb51502
Message:

Removed alarm stats, they are now tallied directly into the cluster

File:
1 edited

Legend:

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

    r5cb51502 rb0904bf  
    756756                __print_stats( this.stats, this.print_stats, "Cluster", this.name, (void*)&this );
    757757        }
    758 
    759         extern int __print_alarm_stats;
    760         void print_alarm_stats() {
    761                 __print_alarm_stats = -1;
    762         }
    763758#endif
    764759// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.