]> git.ipfire.org Git - thirdparty/suricata.git/commit
profiling: introduce per keyword profiling 613/head
authorVictor Julien <victor@inliniac.net>
Thu, 4 Apr 2013 15:08:59 +0000 (17:08 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 6 Nov 2013 13:02:47 +0000 (14:02 +0100)
commit97bfcac444c34b6568ec0aedb8461c5c76f4c4a1
tree6d9ff250e6037d9fb52076bb92cb3625f8a9c22a
parent210eede03389c158c5caec4d57c22c0604e0c8a8
profiling: introduce per keyword profiling

Initial version of per keyword profiling. Prints stats about
how ofter a keyword was checked and what the costs were.
src/Makefile.am
src/detect-engine-content-inspection.c
src/detect-engine-iponly.c
src/detect-engine-state.c
src/detect-engine.c
src/detect.c
src/detect.h
src/suricata.c
src/util-profiling-keywords.c [new file with mode: 0644]
src/util-profiling.h
suricata.yaml.in