Implement variables for access to performance measurements.

This commit is contained in:
ivanr
2010-02-01 11:44:32 +00:00
parent a4d5d50be9
commit bc35ab7e0b
6 changed files with 179 additions and 5 deletions

View File

@@ -193,7 +193,7 @@ static apr_status_t modsecurity_tx_cleanup(void *data) {
}
}
msr->time_persistence += apr_time_now() - time_before;
msr->time_storage_write += apr_time_now() - time_before;
/* Multipart processor cleanup. */
if (msr->mpd != NULL) multipart_cleanup(msr);