statistics.hh (7574:f5742240963f) statistics.hh (7811:a8fc35183c10)
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;

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

2779/**
2780 * Register a callback that should be called whenever statistics are
2781 * reset
2782 */
2783void registerResetCallback(Callback *cb);
2784
2785std::list<Info *> &statsList();
2786
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;

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

2779/**
2780 * Register a callback that should be called whenever statistics are
2781 * reset
2782 */
2783void registerResetCallback(Callback *cb);
2784
2785std::list<Info *> &statsList();
2786
2787/* namespace Stats */ }
2787} // namespace Stats
2788
2789#endif // __BASE_STATISTICS_HH__
2788
2789#endif // __BASE_STATISTICS_HH__