Squashed commit of the following:
commit
bdfd068163c98b1c71436f7df06731197371c6e2
Author: Russ Combs <rucombs@cisco.com>
Date: Wed Nov 14 08:46:41 2018 -0500
style: clean up comment to reduce spelling exceptions
};
#ifdef APPID_DEEP_PERF_PROFILING
-// FIXIT-L: Bring snort2's luaCiscoPerfStats and luaCustomPerfStats if more granularity is desired
+// FIXIT-L: Add separate perf stats for ODP detectors and custom
+// detectors if more granularity is desired
static THREAD_LOCAL ProfileStats lua_validate_perf_stats;
+
static ProfileStats* get_profile(const char*)
{
return &lua_validate_perf_stats;