stat_control.cc (7768:cdb18c1b51ea) stat_control.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2004-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;

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

196
197void
198StatEvent(bool dump, bool reset, Tick when, Tick repeat)
199{
200 Event *event = new _StatEvent(dump, reset, repeat);
201 mainEventQueue.schedule(event, when);
202}
203
1/*
2 * Copyright (c) 2004-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;

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

196
197void
198StatEvent(bool dump, bool reset, Tick when, Tick repeat)
199{
200 Event *event = new _StatEvent(dump, reset, repeat);
201 mainEventQueue.schedule(event, when);
202}
203
204/* namespace Stats */ }
204} // namespace Stats