time.cc (11800:54436a1784dc) time.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 21 unchanged lines hidden (view full) ---

30
31#include "base/time.hh"
32
33#include <cstdlib>
34#include <ctime>
35#include <iostream>
36#include <sstream>
37
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 21 unchanged lines hidden (view full) ---

30
31#include "base/time.hh"
32
33#include <cstdlib>
34#include <ctime>
35#include <iostream>
36#include <sstream>
37
38#include "base/misc.hh"
38#include "base/logging.hh"
39#include "config/use_posix_clock.hh"
40#include "sim/core.hh"
41#include "sim/serialize.hh"
42
43using namespace std;
44
45void
46Time::_set(bool monotonic)

--- 136 unchanged lines hidden ---
39#include "config/use_posix_clock.hh"
40#include "sim/core.hh"
41#include "sim/serialize.hh"
42
43using namespace std;
44
45void
46Time::_set(bool monotonic)

--- 136 unchanged lines hidden ---