kanter icon indicating copy to clipboard operation
kanter copied to clipboard

Create debug dump feature

Open lukors opened this issue 3 years ago • 0 comments

A feature to dump information about the state of the engine to the console. For debugging purposes.

It should dump the following:

  • [ ] How much RAM is being used out of max
  • [ ] How many Nodes exist
  • [ ] How many Nodes are in each possible NodeState
    • [ ] How many are being processed out of max
  • [ ] Each LiveGraph
    • [ ] Each Node in each LiveGraph
      • [ ] NodeId
      • [ ] NodeState
  • [ ] Each SlotData
    • [ ] How much RAM is used by each SlotData
    • [ ] Width x Height

lukors avatar Jan 26 '22 17:01 lukors