From 4e9432c5090d5b8354b0b57fca8b96b2efef37e3 Mon Sep 17 00:00:00 2001 From: csilvers Date: Sat, 4 Feb 2012 00:07:36 +0000 Subject: Fri Feb 03 15:40:45 2012 Google Inc. * gperftools: version 2.0 * Renamed the project from google-perftools to gperftools (csilvers) * Renamed the .deb/.rpm packagse from google-perftools to gperftools too * Renamed include directory from google/ to gperftools/ (csilvers) * Changed the 'official' perftools email in setup.py/etc * Renamed google-perftools.sln to gperftools.sln * PORTING: Removed bash-isms & grep -q in heap-checker-death_unittest.sh * Changed copyright text to reflect Google's relinquished ownership git-svn-id: http://gperftools.googlecode.com/svn/trunk@142 6b5cf1ce-ec42-a296-1ba9-69fdba395a50 --- README_windows.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README_windows.txt') diff --git a/README_windows.txt b/README_windows.txt index 621f1a3..f74ee05 100644 --- a/README_windows.txt +++ b/README_windows.txt @@ -2,7 +2,7 @@ This project has begun being ported to Windows. A working solution file exists in this directory: - google-perftools.sln + gperftools.sln You can load this solution file into VC++ 7.1 (Visual Studio 2003) or later -- in the latter case, it will automatically convert the files @@ -87,7 +87,7 @@ that a bit. preamble_patcher_test will not compile on win32. --- ISSUES NOTE FOR WIN2K USERS: According to reports -(http://code.google.com/p/google-perftools/issues/detail?id=127) +(http://code.google.com/p/gperftools/issues/detail?id=127) the stack-tracing necessary for the heap-profiler does not work on Win2K. The best workaround is, if you are building on a Win2k system is to add "/D NO_TCMALLOC_SAMPLES=" to your build, to turn off the @@ -109,10 +109,10 @@ use with realloc, for instance). I have little experience with Windows programming, so there may be better ways to set this up than I've done! If you run across any problems, please post to the google-perftools Google Group, or report -them on the google-perftools Google Code site: +them on the gperftools Google Code site: http://groups.google.com/group/google-perftools - http://code.google.com/p/google-perftools/issues/list + http://code.google.com/p/gperftools/issues/list -- craig -Last modified: 6 April 2011 +Last modified: 2 February 2012 -- cgit v1.2.1