1. 13 Feb, 2017 1 commit
    • Rafael Fonseca's avatar
      ucalls: fix map behaviour on python3 · 42900aee
      Rafael Fonseca authored
      On python3 map returns a generator instead of a list. This fixes the
      following error:
      
      Traceback (most recent call last):
        File "./ucalls", line 280, in <module>
          data = get_data()   # [(function, (num calls, latency in ns))]
        File "./ucalls", line 255, in get_data
          data.extend(syscalls)
      AttributeError: 'map' object has no attribute 'extend'
      42900aee
  2. 10 Feb, 2017 5 commits
  3. 09 Feb, 2017 24 commits
  4. 08 Feb, 2017 4 commits
  5. 07 Feb, 2017 6 commits