ruby: replace Time with Cycles in Message class

Concomitant changes are being committed as well, including the io operator<<
for the Cycles class.
This commit is contained in:
Nilay Vaish
2013-02-10 21:26:24 -06:00
parent d3aebe1f91
commit 7862478eef
11 changed files with 66 additions and 17 deletions

View File

@@ -59,6 +59,7 @@ Source('statistics.cc')
Source('str.cc')
Source('time.cc')
Source('trace.cc')
Source('types.cc')
Source('userinfo.cc')
Source('loader/aout_object.cc')