Skip to content

Draft: Better Profiling

Richard T. Carback III requested to merge feature/better-profiling into release

DO NOT MERGE RIGHT NOW

This needs significant work, but we need a way to perform profiling under the following conditions:

  1. Program exits cleanly
  2. Program receives SIGINT or SIGKILL
  3. Program crashes

This is much easier said than done. The MR currently only handles state 2 properly. We need to do some kind of defer magic and I do not have time to fully work out how to do it right now.

Edited by Richard T. Carback III

Merge request reports