changeset 64db8473f3ab in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=64db8473f3ab
description:
Build: Point to the appropriate tcmalloc package
This patch updates the message printed if the user does not have
tcmalloc available. It turns out that the correct package (which
creates all required symlinks etc) is libgoogle-perftools-dev. This
has been verified on Ubuntu 12.04.
diffstat:
SConstruct | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r fa77985a87c6 -r 64db8473f3ab SConstruct
--- a/SConstruct Mon Jun 11 11:07:42 2012 -0400
+++ b/SConstruct Mon Jun 18 15:43:12 2012 -0400
@@ -769,7 +769,8 @@
have_tcmalloc = False
print termcap.Yellow + termcap.Bold + \
"You can get a 12% performance improvement by installing tcmalloc "\
- "(google-perftools package on Ubuntu or RedHat)." + termcap.Normal
+ "(libgoogle-perftools-dev package on Ubuntu or RedHat)." + \
+ termcap.Normal
if not have_posix_clock:
print "Can't find library for POSIX clocks."
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev