From: adrian <> Date: Wed, 27 Sep 2006 19:31:02 +0000 (+0000) Subject: Add profiling for the new request line parser X-Git-Tag: SQUID_3_0_PRE5~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3265e318350591ad474ed8ae88bc0788acde8817;p=thirdparty%2Fsquid.git Add profiling for the new request line parser --- diff --git a/include/profiling.h b/include/profiling.h index 81de4bc4bb..84cdcfaedb 100644 --- a/include/profiling.h +++ b/include/profiling.h @@ -142,6 +142,7 @@ typedef enum { XPROF_Temp3, XPROF_clientSocketRecipient, XPROF_httpStart, + XPROF_HttpParserParseReqLine, XPROF_LAST } xprof_type;