Deleted Added
sdiff udiff text old ( 8737:770ccf3af571 ) new ( 9195:77fd8912c9d4 )
full compact
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

100// no default statistics, so nothing to do in base implementation
101//
102void
103SimObject::regStats()
104{
105}
106
107void
108SimObject::resetStats()
109{
110}
111
112//
113// static function: serialize all SimObjects.
114//
115void

--- 83 unchanged lines hidden ---