aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-08-04 14:49:31 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-08-04 14:49:31 -0700
commit0c88065d4aae4a313bd427b1ae273fd7450e84ab (patch)
tree6dfa964f8dba924e5e54b6fbe0cd1a3cd4cfb541
parentb5dd0f163da82a5db96ed9c66097bf3cd126db24 (diff)
parent910f3de184453d0ecc1e5916cb38dbd65fa229cb (diff)
Merge pull request #2748 from soltanmm/whats-up-doc
Addenda to tools readme
-rw-r--r--tools/README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/tools/README.md b/tools/README.md
index 3daf73228c..be7d84b373 100644
--- a/tools/README.md
+++ b/tools/README.md
@@ -1,11 +1,17 @@
-buildgen: contains the template renderer for our build system.
+buildgen: template renderer for our build system.
-distpackages: contains script to generate debian packages.
+distpackages: script to generate debian packages.
-dockerfile: contains all of the docker files to test gRPC.
+distrib: scripts to distribute language-specific packages.
-gce_setup: contains boilerplate for running the docker files under GCE.
+dockerfile: Docker files to test gRPC.
-jenkins: support for running tests on Jenkins
+doxygen: gRPC C/C++ documentation generation via Doxygen.
-run_tests: contains python scripts to properly run the tests in parallel.
+gce_setup: boilerplate to run the Docker files under GCE.
+
+jenkins: support for running tests on Jenkins.
+
+profile_analyzer: pretty printer for gRPC profiling data.
+
+run_tests: scripts to run gRPC tests in parallel.