summaryrefslogtreecommitdiff
path: root/doc/heapprofile.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/heapprofile.html')
-rw-r--r--doc/heapprofile.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/heapprofile.html b/doc/heapprofile.html
index 5c64c9b..67861d5 100644
--- a/doc/heapprofile.html
+++ b/doc/heapprofile.html
@@ -91,7 +91,7 @@ environment variables.</p>
<td><code>HEAP_PROFILE_ALLOCATION_INTERVAL</code></td>
<td>default: 1073741824 (1 Gb)</td>
<td>
- Dump heap profiling information once every specified number of
+ Dump heap profiling information each time the specified number of
bytes has been allocated by the program.
</td>
</tr>
@@ -106,6 +106,15 @@ environment variables.</p>
</tr>
<tr valign=top>
+ <td><code>HEAP_PROFILE_TIME_INTERVAL</code></td>
+ <td>default: 104857600 (100 Mb)</td>
+ <td>
+ Dump heap profiling information each time the specified
+ number of seconds has elapsed.
+ </td>
+</tr>
+
+<tr valign=top>
<td><code>HEAP_PROFILE_MMAP</code></td>
<td>default: false</td>
<td>