stat_control.hh (9262:547845010c08) stat_control.hh (9450:35d4879ad7c2)
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

69 Tick repeat = 0);
70
71/**
72 * Schedule periodic statistics dumping. This allows you to dump and reset the
73 * built-in statistics on a regular basis, thereby allowing the extraction of
74 * temporal trends in the data.
75 * @param period The period at which the dumping should occur.
76 */
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

69 Tick repeat = 0);
70
71/**
72 * Schedule periodic statistics dumping. This allows you to dump and reset the
73 * built-in statistics on a regular basis, thereby allowing the extraction of
74 * temporal trends in the data.
75 * @param period The period at which the dumping should occur.
76 */
77void periodicStatDump(uint64_t period = 0);
77void periodicStatDump(Tick period = 0);
78} // namespace Stats
79
80#endif // __SIM_STAT_CONTROL_HH__
78} // namespace Stats
79
80#endif // __SIM_STAT_CONTROL_HH__