Add PERF_GC.

This commit is contained in:
ivanr
2010-02-03 08:46:42 +00:00
parent 5448b3fc26
commit 0ecfe86c3c
4 changed files with 46 additions and 20 deletions

View File

@@ -16,7 +16,8 @@
remains for backward compatiblity, although it now only includes
the request time and request duration values. Added the following
variables: PERF_COMBINED, PERF_PHASE1, PERF_PHASE2, PERF_PHASE3,
PERF_PHASE4, PERF_PHASE5, PERF_STORAGE, PERF_LOGGING. [Ivan Ristic]
PERF_PHASE4, PERF_PHASE5, PERF_STORAGE, PERF_LOGGING, PERF_GC.
[Ivan Ristic]
* Added DURATION, which contains the time ellapsed since the beginning
of the current transaction, in milliseconds. [Ivan Ristic]