base: Remove the curTick prototype from base/statistics.hh.
authorGabe Black <gabe.black@gmail.com>
Tue, 12 Jan 2021 07:54:43 +0000 (23:54 -0800)
committerGabe Black <gabe.black@gmail.com>
Thu, 14 Jan 2021 23:14:37 +0000 (23:14 +0000)
commite19fbe431af4aeae0d2f38b1ccb4b9156775e124
treeae3e7b0cb85d07e11d2f975806a1d628f72e1ff5
parent4d7384e9dfcc0514b64e19eae69684ab195b7d80
base: Remove the curTick prototype from base/statistics.hh.

This prototype might convince the compiler that it should refer to
curTick indirectly through the linker, but curTick is inline (and making
it not has very high overhead), so there's a decent chance no non-inline
version will be emitted.

Change-Id: Iab5aacb145d4a974bc1bc0abdf7275c40fbb9c38
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38997
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/base/statistics.hh