summaryrefslogtreecommitdiff
path: root/README_windows.txt
diff options
context:
space:
mode:
authorcsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2012-02-04 00:07:36 +0000
committercsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2012-02-04 00:07:36 +0000
commit4e9432c5090d5b8354b0b57fca8b96b2efef37e3 (patch)
tree4f087d23e91dfa1c5496639dcef12b36d07346f1 /README_windows.txt
parente10b720797359e1855a5e4769424988b4e76c3e7 (diff)
downloadgperftools-4e9432c5090d5b8354b0b57fca8b96b2efef37e3.tar.gz
Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>
* 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
Diffstat (limited to 'README_windows.txt')
-rw-r--r--README_windows.txt10
1 files changed, 5 insertions, 5 deletions
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