Expand PERFORMANCE_MEASUREMENT output to break down the full rule timing into transformation, operator and full.

Add a "Transformation completed in N usec." debug line to compliment the operator timing.
This commit is contained in:
brectanus
2008-01-08 16:21:40 +00:00
parent a53969a99b
commit c622e7ec93
2 changed files with 63 additions and 8 deletions

View File

@@ -143,6 +143,8 @@ struct msre_rule {
msre_rule *chain_starter;
#if defined(PERFORMANCE_MEASUREMENT)
unsigned int execution_time;
unsigned int trans_time;
unsigned int op_time;
#endif
/* Compiled Lua script. */