sim_object.cc (8737:770ccf3af571) sim_object.cc (9195:77fd8912c9d4)
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
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::regFormulas()
109{
110}
111
112void
113SimObject::resetStats()
114{
115}
116
117//
118// static function: serialize all SimObjects.
119//
120void

--- 83 unchanged lines hidden ---
108SimObject::resetStats()
109{
110}
111
112//
113// static function: serialize all SimObjects.
114//
115void

--- 83 unchanged lines hidden ---