Ignore:
Timestamp:
Oct 26, 2017, 4:22:17 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
6a5be52
Parents:
f54a0ab
Message:

added behcnmarks for signal and waitfor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/mutex/upp.cc

    rf54a0ab r9f0b975  
    33#include "bench.h"
    44
    5 volatile unsigned long int counter = 0;
    6 
    75_Monitor MyMonitor {
    86public:
    9         void __attribute__((noinline)) call() {
    10                 counter++;
    11         }
     7        void __attribute__((noinline)) call() {}
    128};
    139
Note: See TracChangeset for help on using the changeset viewer.