Merge remote-tracking branch 'origin/topic/awelzel/random-perf-things'

* origin/topic/awelzel/random-perf-things:
  SegmentProfiler: Do not initialize initial_rusage
  EventMgr: Remove queue_flare, use GetNextTimeout() instead
  UpdateConnVal: Avoid FieldOffset() calls
This commit is contained in:
Arne Welzel 2023-12-05 16:00:56 +01:00
commit f39f1b0c68
8 changed files with 85 additions and 41 deletions

View file

@ -506,8 +506,6 @@ SetupResult setup(int argc, char** argv, Options* zopts) {
// If we get here, we're a supervised node that just returned
// from CreateStem() after being forked from the stem.
Supervisor::ThisNode()->Init(&options);
event_mgr.InitPostFork();
}
script_coverage_mgr.ReadStats();