stat_control.cc (2665:a124942bacb8) stat_control.cc (2802:babfc298ac86)
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;

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

216void
217SetupEvent(int flags, Tick when, Tick repeat)
218{
219 new StatEvent(flags, when, repeat);
220}
221
222/* namespace Stats */ }
223
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;

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

216void
217SetupEvent(int flags, Tick when, Tick repeat)
218{
219 new StatEvent(flags, when, repeat);
220}
221
222/* namespace Stats */ }
223
224extern "C" void
225debugDumpStats()
224void debugDumpStats()
226{
227 Stats::DumpNow();
228}
229
225{
226 Stats::DumpNow();
227}
228