1. 26 Jun, 2015 12 commits
  2. 25 Jun, 2015 7 commits
  3. 24 Jun, 2015 11 commits
  4. 23 Jun, 2015 8 commits
  5. 22 Jun, 2015 2 commits
    • Kevin Modzelewski's avatar
      Add a somewhat-rewritten case to callFunc · 45ffeafe
      Kevin Modzelewski authored
      ie in cases that we couldn't rewrite all of the argument conversion,
      emit a rewrite that's just a call directly to callFunc, so we can skip
      the earlier parts of the dispatching.
      
      I think there is more we can do here though; there are also more places
      that this kind of approach would be applicable.
      45ffeafe
    • Rudi Chen's avatar
      Revert to using gettimeofday to have measurements in us instead of ticks. · 89df764f
      Rudi Chen authored
      Also removing logic in Stats::dump that counts the total number of ticks
      in timers. It relies on specific timer naming conventions that aren't
      currently being followed. If, at a later time, we are interested in
      having the sum of timer ticks, we should refactor the code to have a
      separate class for counters that log time.
      89df764f