Clean up time handling code
authorNathan Binkert <binkertn@umich.edu>
Mon, 15 Dec 2003 23:23:48 +0000 (18:23 -0500)
committerNathan Binkert <binkertn@umich.edu>
Mon, 15 Dec 2003 23:23:48 +0000 (18:23 -0500)
commitef659565ffcd8927323d068c29f03a4d628c010e
tree0500b5f8b39a8ed331e3b7490c365a62b2502dd7
parent3c6fc7c269ef38bb4e3d147fbabe3f0dfbe1add7
Clean up time handling code

base/str.hh:
    this should really be inline
base/time.cc:
base/time.hh:
    clean up how the time class works.  Export only one, and let
    people calculate their own elapsed times, etc.
sim/main.cc:
    sim/sim_time.X -> base/time.X

--HG--
rename : sim/sim_time.cc => base/time.cc
rename : sim/sim_time.hh => base/time.hh
extra : convert_revision : f3888fe3a1fdd1022084c282b58407c631a6d9a0
base/str.hh
base/time.cc [new file with mode: 0644]
base/time.hh [new file with mode: 0644]
sim/main.cc
sim/sim_time.cc [deleted file]
sim/sim_time.hh [deleted file]