From 79e5cd32d27bc2da6f88d70a00f1c01f88f122ee Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Sun, 21 Jan 2007 20:12:28 +0000 Subject: [PATCH] Documenting bug. git-svn-id: svn://10.0.0.236/trunk@218725 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/jprof/README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/tools/jprof/README.html b/mozilla/tools/jprof/README.html index 2c79d719205..721fccaf681 100644 --- a/mozilla/tools/jprof/README.html +++ b/mozilla/tools/jprof/README.html @@ -64,7 +64,7 @@ which have the following meanings: one (with kill -PROF, or with kill -ALRM if JP_REALTIME is used, or with kill -POLL (also known as kill -IO) if JP_RTC_HZ is used). -
  • JP_FIRST=x : Wait x seconds before starting the timer +
  • JP_FIRST=x : Wait x seconds before starting the timer. This doesn't work with JP_RTC_HZ yet. See bug 367675.
  • JP_PERIOD=y : Set timer to interrupt every y seconds. Only values of y strictly greater than 0.001 are supported.